Complex Type
OrganisationType
Namespace: http://www.w3.org/2001/XMLSchema
On this page
Structure Diagram
graph TD
OrganisationType[OrganisationType]
name_0["name: string
1..1"] OrganisationType --> name_0 address_1["address: AddressType
0..1"] click address_1 "/docsxml/AddressType" OrganisationType --> address_1 style address_1 fill:#fef3c7,stroke:#f59e0b email_2["email: string
0..1"] OrganisationType --> email_2 style email_2 fill:#fef3c7,stroke:#f59e0b phone_3["phone:
0..1"] OrganisationType --> phone_3 style phone_3 fill:#fef3c7,stroke:#f59e0b style OrganisationType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
1..1"] OrganisationType --> name_0 address_1["address: AddressType
0..1"] click address_1 "/docsxml/AddressType" OrganisationType --> address_1 style address_1 fill:#fef3c7,stroke:#f59e0b email_2["email: string
0..1"] OrganisationType --> email_2 style email_2 fill:#fef3c7,stroke:#f59e0b phone_3["phone:
0..1"] OrganisationType --> phone_3 style phone_3 fill:#fef3c7,stroke:#f59e0b style OrganisationType 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 |
Usage Example
<OrganisationType>
<name>...</name>
<address>...</address>
<email>...</email>
<!-- ... more elements ... -->
</OrganisationType>