gmd:CI_ResponsibleParty
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/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, om:responsible)
Sample instance
<gmd:CI_ResponsibleParty id="ID"> <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 id="ID"> <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>