gmd:PT_Locale
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/freeText.xsd
Type: gmd:PT_Locale_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:languageCode [1..1]
- gmd:country [0..1]
- gmd:characterEncoding [1..1]
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_Locale_PropertyType (Element gmd:locale)
Sample instance
<gmd:PT_Locale> <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:PT_Locale>