Schema Central > NIEM 2.0 > ows.xsd > ows:PointOfContact
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

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

Content

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com