Complex Type
ResultType
Namespace: http://www.w3.org/2001/XMLSchema
On this page
Structure Diagram
graph TD
ResultType[ResultType]
role_0["role: CompetitorRoleType
0..1"] click role_0 "/docsxml/CompetitorRoleType" ResultType --> role_0 style role_0 fill:#fef3c7,stroke:#f59e0b participant_1["participant: IDREF
1..1"] ResultType --> participant_1 partner_2["partner: IDREF
0..1"] ResultType --> partner_2 style partner_2 fill:#fef3c7,stroke:#f59e0b score_3["score: ScoreType
1..∞"] click score_3 "/docsxml/ScoreType" ResultType --> score_3 violation_4["violation: ViolationCodeType
0..∞"] click violation_4 "/docsxml/ViolationCodeType" ResultType --> violation_4 style violation_4 fill:#fef3c7,stroke:#f59e0b style ResultType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
0..1"] click role_0 "/docsxml/CompetitorRoleType" ResultType --> role_0 style role_0 fill:#fef3c7,stroke:#f59e0b participant_1["participant: IDREF
1..1"] ResultType --> participant_1 partner_2["partner: IDREF
0..1"] ResultType --> partner_2 style partner_2 fill:#fef3c7,stroke:#f59e0b score_3["score: ScoreType
1..∞"] click score_3 "/docsxml/ScoreType" ResultType --> score_3 violation_4["violation: ViolationCodeType
0..∞"] click violation_4 "/docsxml/ViolationCodeType" ResultType --> violation_4 style violation_4 fill:#fef3c7,stroke:#f59e0b style ResultType fill:#dbeafe,stroke:#2563eb,stroke-width:2px
Elements
| Name | Cardinality | Type | Description |
|---|---|---|---|
| role OPTIONAL | 0..1 | CompetitorRoleType | |
| participant REQUIRED | 1..1 | IDREF | |
| partner OPTIONAL | 0..1 | IDREF | |
| score REQUIRED | 1..∞ | ScoreType | |
| violation OPTIONAL | 0..∞ | ViolationCodeType |
Attributes
| Name | Type | Use | Description |
|---|---|---|---|
| callback OPTIONAL | CallbackType | optional | |
| rank OPTIONAL | integer | optional |
Usage Example
<ResultType>
<role>...</role>
<participant>...</participant>
<partner>...</partner>
<!-- ... more elements ... -->
</ResultType>