Complex Type

AddressType

Namespace: http://www.w3.org/2001/XMLSchema

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

Elements

NameCardinalityTypeDescription
street OPTIONAL0..1string
zip OPTIONAL0..1string
city OPTIONAL0..1string
country OPTIONAL0..1CountryCodeType

Usage Example

<AddressType> <street>...</street> <zip>...</zip> <city>...</city> <!-- ... more elements ... --> </AddressType>

Used By