Back to SwissRETS

noNamespace
complexType attachmentLink

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

Documentation
Localized link attachemnt for properties.
Properties
This component is not nillable.

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


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