<ST_TextLanguageID> (Chart Language Tag)

This simple type specifies a language code value. Language tags are a standard mechanism defined by RFC 3066 to specify a language, and consist of a combination of:

  • A two-letter ISO 639-1 language code

  • A country code

This simple type's contents are a restriction of the XML Schema string datatype.

Referenced By

<lang@val>5.7.2.87)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_TextLanguageID">
	<restriction base="xsd:string"/>
</simpleType>