Definition Type: ComplexType
Name: LanguageStringType
Namespace: http://www.opengis.net/ows/1.1
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ows19115subset.xsd
Abstract
Documentation:
Text string with the language of the string identified as recommended in the XML 1.0 W3C Recommendation, section 2.12.
Collapse XSD Schema Diagram:
Drilldown into lang in schema xml_xsdXSD Diagram of LanguageStringType in schema ows19115subset_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<complexType name="LanguageStringType">
    <annotation>
        <documentation>Text string with the language of the string identified as recommended in the XML 1.0 W3C Recommendation, section 2.12. </documentation>
    </annotation>
    <simpleContent>
        <extension base="string">
            <attribute ref="xml:lang" use="optional" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang Optional
Collapse Derivation Tree:
Collapse References:
ows:Abstract, ows:Keyword, ows:Title