xls:Address
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”.
Element information
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-openls/1.1.0/dhs-gmo/1.0.0/ols.xsd
Type: xls:AddressType
Properties: Global, Qualified
Content
- Choice [1..1]
- xls:freeFormAddress An unstructured free form address.
- Sequence [1..1]
- xls:StreetAddress [1..1] Structured street address.
- xls:Place [0..*] Place represents a hierarchical set of geographic regions/placenames: country subdivision, country secondary subdivision, municipality, and municipality subdivision.
- xls:PostalCode [0..1] A zipcode or international postal code as defined by the governing postal authority.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
addressee | [0..1] | xsd:string | from type xls:AbstractAddressType | |
countryCode | [1..1] | xls:CountryCodeType | from type xls:AbstractAddressType |
Used in
- Type geo:XLSAddressType (Element geo:XLSAddress)
- Type xls:AvoidListType (Element xls:AvoidList)
- Type xls:PointOfInterestType (Element xls:POI)
- Type xls:WayPointType (Elements xls:StartPoint, xls:ViaPoint, xls:EndPoint)
- Type mmr:ModeTransferWayPointType via extension of xls:WayPointType (Elements mmr:StartModeWayPoint, mmr:ViaModeWayPoint, mmr:EndModeWayPoint)
Substitution hierarchy
- xls:_ADT
- can be substituted with xls:_Location
- can be substituted with xls:Address
- can be substituted with xls:_Location
Sample instance
<xls:Address countryCode="string"> <xls:freeFormAddress>string</xls:freeFormAddress> </xls:Address>