| Namespace | http://www.isotc211.org/2005/gmd | 
                     
                        | Annotations | 
                              
                                 
                                    
                                       | Location of the responsible individual or organisation |  | 
                     
                        | Diagram |  | 
                     
                        | Type | extension of gco:AbstractObject_Type | 
                     
                        | Type hierarchy |  | 
                     
                        | Used by |  | 
                     
                        | Model | gmd:deliveryPoint* , gmd:city{0,1} , gmd:administrativeArea{0,1} , gmd:postalCode{0,1} , gmd:country{0,1} , gmd:electronicMailAddress* | 
                     
                        | Children | gmd:administrativeArea, gmd:city, gmd:country, gmd:deliveryPoint, gmd:electronicMailAddress, gmd:postalCode | 
                     
                        | Attributes | 
                              
                                 
                                    
                                       | QName | Type | Fixed | Default | Use | Annotation |  
                                    | id | xs:ID |  |  | optional |  |  
                                    | uuid | xs:string |  |  | optional |  |  | 
                     
                        | Source | 
                              
                                 
                                    | <xs:complexType name="CI_Address_Type">
  <xs:annotation>
    <xs:documentation>Location of the responsible individual or organisation</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="deliveryPoint" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="city" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="administrativeArea" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="postalCode" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="country" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="electronicMailAddress" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType> |  | 
                     
                        | Schema location | http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd |