ows:ServiceContact
Information for contacting the service provider. The OnlineResource element within this ServiceContact element should not be used to reference a web site of the service provider.
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:ResponsiblePartySubsetType
Properties: Local, Qualified
Content
- Sequence [1..1]
- ows:IndividualName [0..1] Name of the responsible person: surname, given name, title separated by a delimiter.
- ows:PositionName [0..1] Role or position of the responsible person.
- ows:ContactInfo [0..1] Address of the responsible party.
- ows:Role [0..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
Used in
- Anonymous type of element ows:ServiceProvider
Sample instance
<ows:ServiceContact> <ows:IndividualName>string</ows:IndividualName> <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:ServiceContact>