complexType "Address"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
country (defined in Address complexType),
All Direct / Indirect Based Elements (2):
address, routingAddress
Known Usage Locations
Annotation
A type that represents a physical postal address.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="Address">
<xsd:sequence>
<xsd:element minOccurs="0" name="streetAddress" type="StreetAddress"/>
<xsd:element minOccurs="0" name="city" type="String"/>
<xsd:element minOccurs="0" name="state" type="String"/>
<xsd:element minOccurs="0" name="country" type="CountryCode"/>
<xsd:element minOccurs="0" name="postalCode" type="String"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
city
Type:
String, simple content
The city component of a postal address.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="city" type="String"/>

country
Type:
CountryCode, simple content
The ISO 3166 standard code for the country within which the postal address is located.
Simple Content
xsd:token
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="country" type="CountryCode"/>

postalCode
Type:
String, simple content
The code, required for computerised mail sorting systems, that is allocated to a physical address by a national postal authority.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="postalCode" type="String"/>

state
Type:
String, simple content
A country subdivision used in postal addresses in some countries. For example, US states, Canadian provinces, Swiss cantons.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="state" type="String"/>

streetAddress
Type:
StreetAddress, complex content
The set of street and building number information that identifies a postal address within a city.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="streetAddress" type="StreetAddress"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.