<xsd:simpleType name="AddressId_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The unique identification number assigned to an address
by the addressing authority. The ID number must be
unique for each address assigned by an addressing
authority. This, combined with the FIPS number of the
addressing authority, can provide a unique ID for every
address in the US.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|