Complex Type
AddressType
Namespace: http://www.w3.org/2001/XMLSchema
On this page
Structure Diagram
graph TD
AddressType[AddressType]
street_0["street: string
0..1"] AddressType --> street_0 style street_0 fill:#fef3c7,stroke:#f59e0b zip_1["zip: string
0..1"] AddressType --> zip_1 style zip_1 fill:#fef3c7,stroke:#f59e0b city_2["city: string
0..1"] AddressType --> city_2 style city_2 fill:#fef3c7,stroke:#f59e0b country_3["country: CountryCodeType
0..1"] click country_3 "/docsxml/CountryCodeType" AddressType --> country_3 style country_3 fill:#fef3c7,stroke:#f59e0b style AddressType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
0..1"] AddressType --> street_0 style street_0 fill:#fef3c7,stroke:#f59e0b zip_1["zip: string
0..1"] AddressType --> zip_1 style zip_1 fill:#fef3c7,stroke:#f59e0b city_2["city: string
0..1"] AddressType --> city_2 style city_2 fill:#fef3c7,stroke:#f59e0b country_3["country: CountryCodeType
0..1"] click country_3 "/docsxml/CountryCodeType" AddressType --> country_3 style country_3 fill:#fef3c7,stroke:#f59e0b style AddressType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
Elements
| Name | Cardinality | Type | Description |
|---|---|---|---|
| street OPTIONAL | 0..1 | string | |
| zip OPTIONAL | 0..1 | string | |
| city OPTIONAL | 0..1 | string | |
| country OPTIONAL | 0..1 | CountryCodeType |
Usage Example
<AddressType>
<street>...</street>
<zip>...</zip>
<city>...</city>
<!-- ... more elements ... -->
</AddressType>