Definition Type: ComplexType
Name: CI_Contact_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Type: gco:AbstractObject_Type
Containing Schema: citation.xsd
Abstract
Documentation:
Information required enabling contact with the responsible person and/or organisation
Collapse XSD Schema Diagram:
Drilldown into contactInstructions in schema citation_xsd Drilldown into hoursOfService in schema citation_xsd Drilldown into onlineResource in schema citation_xsd Drilldown into address in schema citation_xsd Drilldown into phone in schema citation_xsd Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of CI_Contact_Type in schema citation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
phone gmd:phone 0 (1)
address gmd:address 0 (1)
onlineResource gmd:onlineResource 0 (1)
hoursOfService gmd:hoursOfService 0 (1)
contactInstructions gmd:contactInstructions 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:CI_Contact