Complex Type

ParticipantType

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

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

Elements

NameCardinalityTypeDescription
bib OPTIONAL0..1string
id OPTIONAL0..1inline-complex
firstname REQUIRED1..1string
lastname REQUIRED1..1string
wsdc OPTIONAL0..1string
address OPTIONAL0..1AddressType

Attributes

NameTypeUseDescription
id REQUIREDIDrequired

Usage Example

<ParticipantType> <bib>...</bib> <id>...</id> <firstname>...</firstname> <!-- ... more elements ... --> </ParticipantType>

Used By