| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType name="ISOLanguageCodeType"> <xs:annotation> <xs:documentation xml:lang="en">The ISOLanguageCodeType is a type for decoding ISO 639-1 Language Code. It is of the type string and has a length from exactly two letters.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="2"/> <xs:minLength value="2"/> </xs:restriction> </xs:simpleType> |