| diagram |
 |
| namespace |
http://www.isotc211.org/2005/gmd |
| type |
extension of gco:AbstractObject_Type |
| properties |
| base | gco:AbstractObject_Type |
|
| children |
gmd:phone gmd:address gmd:onlineResource gmd:hoursOfService gmd:contactInstructions |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | | | | | | uuid | string | | | | |
|
| annotation |
| documentation | | Information required enabling contact with the responsible person and/or organisation |
|
| source |
<complexType name="CI_Contact_Type">
<annotation>
<documentation>Information required enabling contact with the responsible person and/or organisation</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="phone" type="gmd:CI_Telephone_PropertyType" minOccurs="0"/>
<element name="address" type="gmd:CI_Address_PropertyType" minOccurs="0"/>
<element name="onlineResource" type="gmd:CI_OnlineResource_PropertyType" minOccurs="0"/>
<element name="hoursOfService" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="contactInstructions" type="gco:CharacterString_PropertyType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType> |