simpleType "xs:language"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
Simple Content Model
Simple Content Restrictions:
Pattern:
[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
pattern specifies the content of section 2.12 of XML 1.0e2
and RFC 3066 (Revised version of RFC 1766).

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#language
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xs:language
Derivation:
restriction of xs:token
Facets:
pattern:
[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
pattern specifies the content of section 2.12 of XML 1.0e2
and RFC 3066 (Revised version of RFC 1766).
XML Source (w/o annotations (2); see within schema source)
<xs:simpleType id="language" name="language">
<xs:restriction base="xs:token">
<xs:pattern id="language.pattern" value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.