gmd:CI_Contact_Type

Information required enabling contact with the  responsible person and/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_Contact

Source

<xs:complexType name="CI_Contact_Type">
  <xs:annotation>
    <xs:documentation>Information required enabling contact with the responsible person and/or organisation</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="gco:AbstractObject_Type">
      <xs:sequence>
        <xs:element name="phone" type="gmd:CI_Telephone_PropertyType" minOccurs="0"/>
        <xs:element name="address" type="gmd:CI_Address_PropertyType" minOccurs="0"/>
        <xs:element name="onlineResource" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0"/>
        <xs:element name="hoursOfService" type="gco:CharacterString_PropertyType" minOccurs="0"/>
        <xs:element name="contactInstructions" type="gco:CharacterString_PropertyType" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>