geo:XLSAddress
An Address as encoded for OGC Open Location Services, e.g. for display on PDA or Cell Phone.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Content
- xls:Address [1..*] The Address ADT. An address that is either a “Free Form Address” or a “Street Address” or an “Intersection Address”, with 0 or more “place” elements and an optional “postalCode” element. It also has two optional attributes, the “addressee” and the “phone number”, and one required attribute, the “country”.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type geo:AddressPropertyType (Element geo:AddressProperty)
- Type geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:Address
- can be substituted with geo:XLSAddress
- can be substituted with geo:Address
Sample instance
<geo:XLSAddress> <xls:Address countryCode="string"> <xls:freeFormAddress>string</xls:freeFormAddress> </xls:Address> </geo:XLSAddress>