Back to SwissRETS

noNamespace
complexType attachmentImage

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

Documentation
Picture from inside or outside, typically used in image galleries.
Properties
This component is not nillable.

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


Nested Element Summary
xs:stringdescription
          
mimeTypemimeType
          
xs:stringtitle
          
xs:anyURIurl
          
Source
<xs:complexType name="attachmentImage">
<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="description" 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.