<xs:complexType name="CI_ResponsibleParty_Type">
<xs:annotation>
<xs:documentation>Identification of, and means of communication with, person(s) and organisations associated with the dataset</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="individualName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="organisationName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="positionName" type="gco:CharacterString_PropertyType" minOccurs="0"/>
<xs:element name="contactInfo" type="gmd:CI_Contact_PropertyType" minOccurs="0"/>
<xs:element name="role" type="gmd:CI_RoleCode_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |