One line of the street address of a location. |
<xsd:simpleType name="StreetAddressType"> <xsd:annotation> <xsd:documentation xml:lang="en-US">One line of the street address of a location.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:maxLength value="64"/> <xsd:whiteSpace value="preserve"/> </xsd:restriction> </xsd:simpleType> |