ows:Address
Physical and email address at which the organization or individual may be contacted.
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:AddressType
Properties: Local, Qualified
Content
- Sequence [1..1]
- ows:DeliveryPoint [0..*] Address line for the location.
- ows:City [0..1] City of the location.
- ows:AdministrativeArea [0..1] State or province of the location.
- ows:PostalCode [0..1] ZIP or other postal code.
- ows:Country [0..1] Country of the physical address.
- ows:ElectronicMailAddress [0..*] Address of the electronic mailbox of the responsible organization or individual.
Attributes
None
Used in
- Type ows:ContactType (Element ows:ContactInfo)
Sample instance
<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>