gmd:PT_LocaleContainer
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/freeText.xsd
Type: gmd:PT_LocaleContainer_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:description [1..1]
- gmd:date [1..*]
- gmd:responsibleParty [1..1]
- gmd:localisedString [1..*]
from type gmd:PT_Locale_Type
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:PT_LocaleContainer_PropertyType
- Type gmd:PT_Locale_PropertyType (Elements gmd:locale, gmx:locale)
Substitution hierarchy
- gmd:PT_Locale
- can be substituted with gmd:PT_LocaleContainer
Sample instance
<gmd:PT_LocaleContainer id="ID"> <gmd:languageCode> <gmd:LanguageCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:LanguageCode> </gmd:languageCode> <gmd:country> <gmd:Country codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:Country> </gmd:country> <gmd:characterEncoding> <gmd:MD_CharacterSetCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_CharacterSetCode> </gmd:characterEncoding> <gmd:description> <gco:CharacterString>string</gco:CharacterString> </gmd:description> <gmd:date> <gmd:CI_Date id="ID"> <gmd:date>... </gmd:date> <gmd:dateType>... </gmd:dateType> </gmd:CI_Date> </gmd:date> <gmd:responsibleParty> <gmd:CI_ResponsibleParty id="ID"> <gmd:individualName>... </gmd:individualName> <gmd:organisationName>... </gmd:organisationName> <gmd:positionName>... </gmd:positionName> <gmd:contactInfo>... </gmd:contactInfo> <gmd:role>... </gmd:role> </gmd:CI_ResponsibleParty> </gmd:responsibleParty> <gmd:localisedString> <gmd:LocalisedCharacterString id="ID">string</gmd:LocalisedCharacterString> </gmd:localisedString> </gmd:PT_LocaleContainer>