<xs:element name="ThoroughfareNumberTo">
<xs:annotation>
<xs:documentation>Ending number in the range</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:sequence>
<xs:element ref="AddressLine" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ThoroughfareNumberPrefix" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="ThoroughfareNumber" maxOccurs="unbounded" />
<xs:element ref="ThoroughfareNumberSuffix" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="grPostal" />
<xs:anyAttribute namespace="##other" />
</xs:complexType>
</xs:element>
|