XML Schema Documentation

Complex Type: StreetAddress

[Table of contents]

Super-types: None
Sub-types: None
Name StreetAddress
Used by (from the same schema document) Complex Type Address
Abstract no
Documentation A type that describes the set of street and building number information that identifies a postal address within a city.
XML Instance Representation
<...>
<streetLine> xsd:string </streetLine> [1..*]

'An individual line of street and building number information, forming part of a postal address.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="StreetAddress">
<xsd:sequence>
<xsd:element name="streetLine" type=" xsd:string " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>