XML Schema Documentation

Complex Type: Language

[Table of contents]

Super-types: xsd:normalizedString < Language (by extension)
Sub-types: None
Name Language
Used by (from the same schema document) Complex Type Resource
Abstract no
Documentation The data type used for indicating the language of the resource, described using the ISO 639-2/T Code.
XML Instance Representation
<...
languageScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Language">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="languageScheme" type=" xsd:anyURI "/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>