Back to SwissRETS

noNamespace
element countryCode

Super Types
{} (restriction)

Documentation
Uppercase two letter country code.
Properties
This component is not nillable.

Model
<countryCode>

</countryCode>

Source
<xs:element maxOccurs="1" minOccurs="0" name="countryCode">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
<xs:pattern value="[A-Z]{2}"/>
</xs:restriction>
</xs:simpleType>
</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.