Definition Type: ComplexType
Name: LocalisedCharacterString_Type
Namespace: http://www.isotc211.org/2005/gmd
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: freeText.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into locale in schema freetext_xsd Drilldown into id in schema freetext_xsdXSD Diagram of LocalisedCharacterString_Type in schema freetext_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xs:complexType name="LocalisedCharacterString_Type">
    <xs:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="id" type="xs:ID" />
            <xs:attribute name="locale" type="xs:anyURI" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id gmd:id (Optional)
locale gmd:locale (Optional)
Collapse Derivation Tree:
Collapse References:
gmd:LocalisedCharacterString