geo:ThoroughfareAddressProperty
Encapsulates or references a ThoroughfareAddress element. The Geography Markup Language (GML) specification uses property types and elements to encapsulate or reference GML class elements with identity. This element allows NIEM ThoroughfareAddress elements to be referenced from GML conformant application schemas developed for use with NIEM.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:ThoroughfareAddressPropertyType
Properties: Global, Qualified, Nillable
Content
- Choice [0..*]
- geo:FourNumberAddressRange Left and right side thoroughfare (road, walkway, railroad, river) address ranges specified by low and high address numbers.
- geo:IntersectionAddress An address specified by the names of two thoroughfare addresses.
- geo:LandmarkSiteAddress An address that is both a thoroughfare (road, walkway, railroad, river) address and a landmark address.
- geo:SiteAddress Singular location referenced off of a linear feature, having a numeric identifier.
- geo:TwoNumberAddressRange A thoroughfare (road, walkway, railroad, river) address range specified by low and high address numbers.
- geo:UnnumberedThoroughfareAddress An unnumbered thoroughfare (road, walkway, railroad, river) address.
from subst. group geo:AnyThoroughfareAddress
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 |
Sample instance
<geo:ThoroughfareAddressProperty> <geo:FourNumberAddressRange> <addr:FourNumberAddressRange> <addr:CompleteAddressNumberLeftLow>... </addr:CompleteAddressNumberLeftLow> <addr:CompleteAddressNumberLeftHigh>... </addr:CompleteAddressNumberLeftHigh> <addr:CompleteAddressNumberRightLow>... </addr:CompleteAddressNumberRightLow> <addr:CompleteAddressNumberRightHigh>... </addr:CompleteAddressNumberRightHigh> <addr:CompleteStreetName>... </addr:CompleteStreetName> <addr:PlaceName>... </addr:PlaceName> <addr:StateName>AL</addr:StateName> <addr:ZipCode>string</addr:ZipCode> <addr:ZipPlus4>string</addr:ZipPlus4> <addr:NationName>string</addr:NationName> <addr:AddressAttributes>... </addr:AddressAttributes> </addr:FourNumberAddressRange> </geo:FourNumberAddressRange> </geo:ThoroughfareAddressProperty>