xal:ThoroughfareNumberRange
A container to represent a range of numbers (from x thru y)for a thoroughfare. eg. 1-2 Albert Av
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- xal:AddressLine [0..*] Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.
- xal:ThoroughfareNumberFrom [1..1] Starting number in the range
- xal:ThoroughfareNumberTo [1..1] Ending number in the range
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
RangeType | [0..1] | Anonymous | Thoroughfare number ranges are odd or even | |
Indicator | [0..1] | xsd:anySimpleType | "No." No.12-13 | |
Separator | [0..1] | xsd:anySimpleType | "-" in 12-14 or "Thru" in 12 Thru 14 etc. | |
IndicatorOccurrence | [0..1] | Anonymous | No.12-14 where "No." is before actual street number | |
NumberRangeOccurrence | [0..1] | Anonymous | 23-25 Archer St, where number appears before name | |
Type | [0..1] | xsd:anySimpleType | ||
Code | [0..1] | xsd:anySimpleType | Used by postal services to encode the name of the element. | from group xal:grPostal |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Anonymous type of element xal:Thoroughfare
Sample instance
<xal:ThoroughfareNumberRange> <xal:AddressLine>Any text</xal:AddressLine> <xal:ThoroughfareNumberFrom>Any text, intermingled with: <xal:AddressLine>Any text</xal:AddressLine> <xal:ThoroughfareNumberPrefix>Any text</xal:ThoroughfareNumberPrefix> <xal:ThoroughfareNumber>Any text</xal:ThoroughfareNumber> <xal:ThoroughfareNumberSuffix>Any text</xal:ThoroughfareNumberSuffix> </xal:ThoroughfareNumberFrom> <xal:ThoroughfareNumberTo>Any text, intermingled with: <xal:AddressLine>Any text</xal:AddressLine> <xal:ThoroughfareNumberPrefix>Any text</xal:ThoroughfareNumberPrefix> <xal:ThoroughfareNumber>Any text</xal:ThoroughfareNumber> <xal:ThoroughfareNumberSuffix>Any text</xal:ThoroughfareNumberSuffix> </xal:ThoroughfareNumberTo> </xal:ThoroughfareNumberRange>