Definition Type: ComplexType
Name: PT_LocaleContainer_Type
Namespace: http://www.isotc211.org/2005/gmd
Containing Schema: freeText.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into localisedString in schema freetext_xsd Drilldown into responsibleParty in schema freetext_xsd Drilldown into date in schema freetext_xsd Drilldown into locale in schema freetext_xsd Drilldown into description in schema freetext_xsdXSD Diagram of PT_LocaleContainer_Type in schema freetext_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<xs:complexType name="PT_LocaleContainer_Type">
    <xs:sequence>
        <xs:element name="description" type="gco:CharacterString_PropertyType" />
        <xs:element name="locale" type="gmd:PT_Locale_PropertyType" />
        <xs:element name="date" type="gmd:CI_Date_PropertyType" maxOccurs="unbounded" />
        <xs:element name="responsibleParty" type="gmd:CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" />
        <xs:element name="localisedString" type="gmd:LocalisedCharacterString_PropertyType" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description gmd:description (1) (1)
locale gmd:locale (1) (1)
date gmd:date (1) unbounded
responsibleParty gmd:responsibleParty (1) unbounded
localisedString gmd:localisedString (1) unbounded
Collapse Derivation Tree:
Collapse References:
gmd:PT_LocaleContainer