<xsd:simpleType name="FloorType_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The word describing the horizontal division of a
building where an address is located.
Used with Floor Identifier to designate which floor of a
given structure contains the address. May preceed or
follow the floor identifier. Fits within the USPS
definition of a "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>
|