simpleType LanguageCode
type restriction of xs:language
used by
attribute GeneralParametersLanguage/@LanguageCode
facets
Kind Value annotation 
pattern [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})* 
annotation
documentation
Código de idioma
source <xs:simpleType name="LanguageCode">
 
<xs:annotation>
   
<xs:documentation>Código de idioma</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:language">
   
<xs:pattern value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy