Back to SwissRETS

noNamespace
element option

Super Types
{} (restriction)

Documentation
Custom key-value pair, or generic data field, used for non-standardized data transaction, between two entities.
Properties
This component is not nillable.

Model
<option
  expiration = xs:dateTime
  key = xs:string
  lang = languageCode
  start = xs:dateTime>
string
</option>


Attribute Summary
 xs:dateTimeexpiration
          
 xs:stringkey
          
 languageCodelang
          
 xs:dateTimestart
          

Attribute Detail

expiration

Type:
xs:dateTime
Use:
optional
Form:
unqualified

key

Type:
xs:string
Use:
required
Form:
unqualified

lang

Type:
languageCode
Use:
optional
Form:
unqualified

start

Type:
xs:dateTime
Use:
optional
Form:
unqualified

Source
<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>

Back to SwissRETS

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