Complex Type
CompetitionType
Namespace: http://www.w3.org/2001/XMLSchema
On this page
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
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
| Name | Cardinality | Type | Description |
|---|---|---|---|
| name REQUIRED | 1..1 | string | |
| wsdc_category REQUIRED | 1..1 | WSDCCategoryType | |
| number_competitors OPTIONAL | 0..∞ | NumberCompetitorsType | |
| rounds REQUIRED | 1..1 | inline-complex | |
| round OPTIONAL | 0..∞ | RoundType |
Attributes
| Name | Type | Use | Description |
|---|---|---|---|
| id OPTIONAL | ID | optional | |
| scorer OPTIONAL | IDREF | optional |
Usage Example
<CompetitionType>
<name>...</name>
<wsdc_category>...</wsdc_category>
<number_competitors>...</number_competitors>
<!-- ... more elements ... -->
</CompetitionType>