gmd:CI_ResponsibleParty
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/citation.xsd
Type: gmd:CI_ResponsibleParty_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:individualName [0..1]
- gmd:organisationName [0..1]
- gmd:positionName [0..1]
- gmd:contactInfo [0..1]
- gmd:role [1..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_ResponsibleParty_PropertyType (Elements gmd:citedResponsibleParty, gmd:processor, gmd:distributorContact, gmd:responsibleParty, gmd:pointOfContact, gmd:userContactInfo, gmd:contact, gmd:source)
Sample instance
<gmd:CI_ResponsibleParty> <gmd:individualName> <gco:CharacterString>string</gco:CharacterString> </gmd:individualName> <gmd:organisationName> <gco:CharacterString>string</gco:CharacterString> </gmd:organisationName> <gmd:positionName> <gco:CharacterString>string</gco:CharacterString> </gmd:positionName> <gmd:contactInfo> <gmd:CI_Contact> <gmd:phone>... </gmd:phone> <gmd:address>... </gmd:address> <gmd:onlineResource>... </gmd:onlineResource> <gmd:hoursOfService>... </gmd:hoursOfService> <gmd:contactInstructions>... </gmd:contactInstructions> </gmd:CI_Contact> </gmd:contactInfo> <gmd:role> <gmd:CI_RoleCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:CI_RoleCode> </gmd:role> </gmd:CI_ResponsibleParty>