Back to SwissRETS

noNamespace
simpleType languageCode

Super Types
{}languageCode (restriction)

Documentation
Lowercase, two letter representation of a language.
Properties
This component is not nillable.

Model

[a-z]{2}
length: 2


Source
<xs:simpleType name="languageCode">
<xs:restriction base="xs:string">
<xs:length value="2"/>
<xs:pattern value="[a-z]{2}"/>
</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.