| Namespace | http://www.isotc211.org/2005/gmd | 
                     
                        | Diagram |  | 
                     
                        | Type | extension of gco:AbstractObject_Type | 
                     
                        | Type hierarchy |  | 
                     
                        | Used by |  | 
                     
                        | Model | gmd:languageCode , gmd:country{0,1} , gmd:characterEncoding | 
                     
                        | Children | gmd:characterEncoding, gmd:country, gmd:languageCode | 
                     
                        | Attributes | 
                              
                                 
                                    
                                       | QName | Type | Fixed | Default | Use | Annotation |  
                                    | id | xs:ID |  |  | optional |  |  
                                    | uuid | xs:string |  |  | optional |  |  | 
                     
                        | Source | 
                              
                                 
                                    | <xs:complexType name="PT_Locale_Type">
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="languageCode" type="gmd:LanguageCode_PropertyType"/>
        <xs:element name="country" type="gmd:Country_PropertyType" minOccurs="0"/>
        <xs:element name="characterEncoding" type="gmd:MD_CharacterSetCode_PropertyType"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/iso/19139/20070417/gmd/freeText.xsd |