Complex Type
LocationType
Namespace: http://www.w3.org/2001/XMLSchema
On this page
Structure Diagram
graph TD
LocationType[LocationType]
name_0["name: string
1..1"] LocationType --> name_0 address_1["address: AddressType
0..1"] click address_1 "/docsxml/AddressType" LocationType --> address_1 style address_1 fill:#fef3c7,stroke:#f59e0b email_2["email: string
0..1"] LocationType --> email_2 style email_2 fill:#fef3c7,stroke:#f59e0b phone_3["phone:
0..1"] LocationType --> phone_3 style phone_3 fill:#fef3c7,stroke:#f59e0b style LocationType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
1..1"] LocationType --> name_0 address_1["address: AddressType
0..1"] click address_1 "/docsxml/AddressType" LocationType --> address_1 style address_1 fill:#fef3c7,stroke:#f59e0b email_2["email: string
0..1"] LocationType --> email_2 style email_2 fill:#fef3c7,stroke:#f59e0b phone_3["phone:
0..1"] LocationType --> phone_3 style phone_3 fill:#fef3c7,stroke:#f59e0b style LocationType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
Elements
| Name | Cardinality | Type | Description |
|---|---|---|---|
| name REQUIRED | 1..1 | string | |
| address OPTIONAL | 0..1 | AddressType | |
| email OPTIONAL | 0..1 | string | |
| phone OPTIONAL | 0..1 | inline-complex |
Attributes
| Name | Type | Use | Description |
|---|---|---|---|
| type REQUIRED | LocationTypeType | required |
Usage Example
<LocationType>
<name>...</name>
<address>...</address>
<email>...</email>
<!-- ... more elements ... -->
</LocationType>