ows:PointOfContact
Identification of, and means of communication with, person(s) responsible for the resource(s).
For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The optional individualName element was made mandatory, since either the organizationName or individualName element is mandatory. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.
Element information
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-ows/1.0.0/dhs-gmo/1.0.0/ows.xsd
Type: ows:ResponsiblePartyType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ows:IndividualName [0..1] Name of the responsible person: surname, given name, title separated by a delimiter.
- ows:OrganisationName [0..1] Name of the responsible organization.
- ows:PositionName [0..1] Role or position of the responsible person.
- ows:ContactInfo [0..1] Address of the responsible party.
- ows:Role [1..1] Function performed by the responsible party. Possible values of this Role shall include the values and the meanings listed in Subclause B.5.5 of ISO 19115:2003.
Attributes
None
Sample instance
<ows:PointOfContact> <ows:IndividualName>string</ows:IndividualName> <ows:OrganisationName>string</ows:OrganisationName> <ows:PositionName>string</ows:PositionName> <ows:ContactInfo> <ows:Phone> <ows:Voice>string</ows:Voice> <ows:Facsimile>string</ows:Facsimile> </ows:Phone> <ows:Address> <ows:DeliveryPoint>string</ows:DeliveryPoint> <ows:City>string</ows:City> <ows:AdministrativeArea>string</ows:AdministrativeArea> <ows:PostalCode>string</ows:PostalCode> <ows:Country>string</ows:Country> <ows:ElectronicMailAddress>string</ows:ElectronicMailAddress> </ows:Address> <ows:OnlineResource/> <ows:HoursOfService>string</ows:HoursOfService> <ows:ContactInstructions>string</ows:ContactInstructions> </ows:ContactInfo> <ows:Role>string</ows:Role> </ows:PointOfContact>