Complex Type

CompetitionType

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

Structure Diagram

graph TD CompetitionType[CompetitionType] name_0["name: string
1..1"] CompetitionType --> name_0 wsdc_category_1["wsdc_category: WSDCCategoryType
1..1"] click wsdc_category_1 "/docsxml/WSDCCategoryType" CompetitionType --> wsdc_category_1 number_competitors_2["number_competitors: NumberCompetitorsType
0..∞"] click number_competitors_2 "/docsxml/NumberCompetitorsType" CompetitionType --> number_competitors_2 style number_competitors_2 fill:#fef3c7,stroke:#f59e0b rounds_3["rounds:
1..1"] CompetitionType --> rounds_3 round_4["round: RoundType
0..∞"] click round_4 "/docsxml/RoundType" CompetitionType --> round_4 style round_4 fill:#fef3c7,stroke:#f59e0b style CompetitionType fill:#dbeafe,stroke:#2563eb,stroke-width:2px

Elements

NameCardinalityTypeDescription
name REQUIRED1..1string
wsdc_category REQUIRED1..1WSDCCategoryType
number_competitors OPTIONAL0..∞NumberCompetitorsType
rounds REQUIRED1..1inline-complex
round OPTIONAL0..∞RoundType

Attributes

NameTypeUseDescription
id OPTIONALIDoptional
scorer OPTIONALIDREFoptional

Usage Example

<CompetitionType> <name>...</name> <wsdc_category>...</wsdc_category> <number_competitors>...</number_competitors> <!-- ... more elements ... --> </CompetitionType>

Used By