<xsd:complexType name="StreetAddress">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the set of street and building number information that identifies a postal address within a city.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="streetLine" type="xsd:string" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">An individual line of street and building number information, forming part of a postal address.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|