gmd:CI_Address_Type

Location of the responsible individual or organisation

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Element gmd:CI_Address

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>