ows:ContactInfo
Address of the responsible party.
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:ContactType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ows:Phone [0..1] Telephone numbers at which the organization or individual may be contacted.
- ows:Address [0..1] Physical and email address at which the organization or individual may be contacted.
- ows:OnlineResource [0..1] On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleLink attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleLink attribute group should not be used.
- ows:HoursOfService [0..1] Time period (including time zone) when individuals can contact the organization or individual.
- ows:ContactInstructions [0..1] Supplemental instructions on how or when to contact the individual or organization.
Attributes
None
Used in
- Type ows:ResponsiblePartySubsetType (Element ows:ServiceContact)
- Type ows:ResponsiblePartyType (Element ows:PointOfContact)
Sample instance
<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>