Back to SwissRETS

noNamespace
complexType attachmentDocument

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{}attachmentDocument (restriction)

Documentation
Generic non-specific document.
Properties
This component is not nillable.

Model
<...>
(url ; title? ; mimeType?)
</...>


Nested Element Summary
mimeTypemimeType
          
xs:stringtitle
          
xs:anyURIurl
          
Source
<xs:complexType name="attachmentDocument">
<xs:all maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="url" type="xs:anyURI"/>
<xs:element maxOccurs="1" minOccurs="0" name="title" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="mimeType" type="mimeType"/>
</xs:all>
</xs:complexType>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.