XML Schema Documentation

Complex Type: Address

[Table of contents]

Super-types: None
Sub-types: None
Name Address
Used by (from the same schema document) Model Group RoutingExplicitDetails.model
Abstract no
Documentation A type that represents a physical postal address.
XML Instance Representation
<...>
<streetAddress> StreetAddress </streetAddress> [0..1]

'The set of street and building number information that identifies a postal address within a city.'

<city> xsd:string </city> [0..1]

'The city component of a postal address.'

<state> xsd:string </state> [0..1]

'A country subdivision used in postal addresses in some countries. For example, US states, Canadian provinces, Swiss cantons.'

<country> Country </country> [0..1]

'The ISO 3166 standard code for the country within which the postal address is located.'

<postalCode> xsd:string </postalCode> [0..1]

'The code, required for computerised mail sorting systems, that is allocated to a physical address by a national postal authority.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Address">
<xsd:sequence>
<xsd:element name="streetAddress" type=" StreetAddress " minOccurs="0"/>
<xsd:element name="city" type=" xsd:string " minOccurs="0"/>
<xsd:element name="state" type=" xsd:string " minOccurs="0"/>
<xsd:element name="country" type=" Country " minOccurs="0"/>
<xsd:element name="postalCode" type=" xsd:string " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>