Definition Type: ComplexType
Name: LanguageStringType
Namespace: http://www.opengis.net/gml/3.3/xbt
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: extdBaseTypes.xsd
Abstract
Documentation:
gmlxbt:LanguageStringType adds an optional xml:lang attribute to xs:string for the use within the GML schema and in GML application schemas.
Collapse XSD Schema Diagram:
Drilldown into lang in schema xml_xsdXSD Diagram of LanguageStringType in schema extdbasetypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="LanguageStringType">
    <annotation>
        <documentation>gmlxbt:LanguageStringType adds an optional xml:lang attribute to xs:string for the use within the GML schema and in GML application schemas.</documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
            <attribute ref="xml:lang" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang (Optional)
Collapse Derivation Tree:
Collapse References:
gmlxbt:CodeType, gmlxbt:remarks