Complex Type
ParticipantType
Namespace: http://www.w3.org/2001/XMLSchema
On this page
Structure Diagram
graph TD
ParticipantType[ParticipantType]
bib_0["bib: string
0..1"] ParticipantType --> bib_0 style bib_0 fill:#fef3c7,stroke:#f59e0b id_1["id:
0..1"] ParticipantType --> id_1 style id_1 fill:#fef3c7,stroke:#f59e0b firstname_2["firstname: string
1..1"] ParticipantType --> firstname_2 lastname_3["lastname: string
1..1"] ParticipantType --> lastname_3 wsdc_4["wsdc: string
0..1"] ParticipantType --> wsdc_4 style wsdc_4 fill:#fef3c7,stroke:#f59e0b address_5["address: AddressType
0..1"] click address_5 "/docsxml/AddressType" ParticipantType --> address_5 style address_5 fill:#fef3c7,stroke:#f59e0b style ParticipantType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
0..1"] ParticipantType --> bib_0 style bib_0 fill:#fef3c7,stroke:#f59e0b id_1["id:
0..1"] ParticipantType --> id_1 style id_1 fill:#fef3c7,stroke:#f59e0b firstname_2["firstname: string
1..1"] ParticipantType --> firstname_2 lastname_3["lastname: string
1..1"] ParticipantType --> lastname_3 wsdc_4["wsdc: string
0..1"] ParticipantType --> wsdc_4 style wsdc_4 fill:#fef3c7,stroke:#f59e0b address_5["address: AddressType
0..1"] click address_5 "/docsxml/AddressType" ParticipantType --> address_5 style address_5 fill:#fef3c7,stroke:#f59e0b style ParticipantType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
Elements
| Name | Cardinality | Type | Description |
|---|---|---|---|
| bib OPTIONAL | 0..1 | string | |
| id OPTIONAL | 0..1 | inline-complex | |
| firstname REQUIRED | 1..1 | string | |
| lastname REQUIRED | 1..1 | string | |
| wsdc OPTIONAL | 0..1 | string | |
| address OPTIONAL | 0..1 | AddressType |
Attributes
| Name | Type | Use | Description |
|---|---|---|---|
| id REQUIRED | ID | required |
Usage Example
<ParticipantType>
<bib>...</bib>
<id>...</id>
<firstname>...</firstname>
<!-- ... more elements ... -->
</ParticipantType>