<xsd:simpleType name="UnitId_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The numbers, letters, words, or combination thereof
distinguishing one occupancy from another within a given
address.
Used with the Unit Type to designate different
occupancies at the same address. Fits within the USPS
definition of "secondary address designator" and the
general EPA definition of "secondary address
identifier."
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|