Back to SwissRETS

noNamespace
simpleType applicable

Super Types
{}applicable (restriction)

Documentation
Applicable can have three states, unknown must be treated as default.
Properties
This component is not nillable.

Model

('applies' | 'does-not-apply' | 'unknown')

Source
<xs:simpleType name="applicable">
<xs:restriction base="xs:string">
<xs:enumeration value="applies"/>
<xs:enumeration value="does-not-apply"/>
<xs:enumeration value="unknown"/>
</xs:restriction>
</xs:simpleType>

Back to SwissRETS

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