| diagram |
 |
| namespace |
http://www.isotc211.org/2005/gmd |
| type |
extension of gco:AbstractObject_Type |
| properties |
| base | gco:AbstractObject_Type |
|
| children |
gmd:individualName gmd:organisationName gmd:positionName gmd:contactInfo gmd:role |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | | | | | | uuid | string | | | | |
|
| annotation |
| documentation | | Identification of, and means of communication with, person(s) and organisations associated with the dataset |
|
| source |
<complexType name="CI_ResponsibleParty_Type">
<annotation>
<documentation>Identification of, and means of communication with, person(s) and organisations associated with the dataset</documentation>
</annotation>
<complexContent>
<extension base="gco:AbstractObject_Type">
<sequence>
<element name="individualName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="organisationName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="positionName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<element name="contactInfo" type="gmd:CI_Contact_PropertyType" minOccurs="0"/>
<element name="role" type="gmd:CI_RoleCode_PropertyType"/>
</sequence>
</extension>
</complexContent>
</complexType> |