| Namespace |
http://www.isotc211.org/2005/gmd |
|
Annotations
|
Information required enabling contact with the responsible person and/or organisation |
|
|
Diagram
|
|
| Type |
extension of gco:AbstractObject_Type |
| Type hierarchy |
|
|
Used by
|
|
| Model |
gmd:phone{0,1} , gmd:address{0,1} , gmd:onlineResource{0,1} , gmd:hoursOfService{0,1} , gmd:contactInstructions{0,1} |
| Children |
gmd:address, gmd:contactInstructions, gmd:hoursOfService, gmd:onlineResource, gmd:phone |
|
Attributes
|
| QName |
Type |
Fixed |
Default |
Use |
Annotation |
| id |
xs:ID |
|
|
optional |
|
| uuid |
xs:string |
|
|
optional |
|
|
|
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> |
|
| Schema location |
http://schemas.opengis.net/iso/19139/20070417/gmd/citation.xsd |