Back to SwissRETS

noNamespace
element options

Super Types
{} (restriction)

Documentation
List of publisher specific custom fields
Properties
This component is not nillable.

Model
<options>
option
</options>


Nested Element Summary
 option
          Custom key-value pair, or generic data field, used for non-standardized data transaction, between two entities. 
Source
<xs:element maxOccurs="1" minOccurs="0" name="options">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="option">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="key" type="xs:string" use="required"/>
<xs:attribute name="lang" type="languageCode" use="optional"/>
<xs:attribute name="start" type="xs:dateTime" use="optional"/>
<xs:attribute name="expiration" type="xs:dateTime" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

Back to SwissRETS

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