gmd:CI_Contact
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/citation.xsd
Type: gmd:CI_Contact_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:phone [0..1]
- gmd:address [0..1]
- gmd:onlineResource [0..1]
- gmd:hoursOfService [0..1]
- gmd:contactInstructions [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:CI_Contact_PropertyType (Element gmd:contactInfo)
Sample instance
<gmd:CI_Contact id="ID"> <gmd:phone> <gmd:CI_Telephone id="ID"> <gmd:voice>... </gmd:voice> <gmd:facsimile>... </gmd:facsimile> </gmd:CI_Telephone> </gmd:phone> <gmd:address> <gmd:CI_Address id="ID"> <gmd:deliveryPoint>... </gmd:deliveryPoint> <gmd:city>... </gmd:city> <gmd:administrativeArea>... </gmd:administrativeArea> <gmd:postalCode>... </gmd:postalCode> <gmd:country>... </gmd:country> <gmd:electronicMailAddress>... </gmd:electronicMailAddress> </gmd:CI_Address> </gmd:address> <gmd:onlineResource> <gmd:CI_OnlineResource id="ID"> <gmd:linkage>... </gmd:linkage> <gmd:protocol>... </gmd:protocol> <gmd:applicationProfile>... </gmd:applicationProfile> <gmd:name>... </gmd:name> <gmd:description>... </gmd:description> <gmd:function>... </gmd:function> </gmd:CI_OnlineResource> </gmd:onlineResource> <gmd:hoursOfService> <gco:CharacterString>string</gco:CharacterString> </gmd:hoursOfService> <gmd:contactInstructions> <gco:CharacterString>string</gco:CharacterString> </gmd:contactInstructions> </gmd:CI_Contact>