Complex Type

ResultType

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

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

Elements

NameCardinalityTypeDescription
role OPTIONAL0..1CompetitorRoleType
participant REQUIRED1..1IDREF
partner OPTIONAL0..1IDREF
score REQUIRED1..∞ScoreType
violation OPTIONAL0..∞ViolationCodeType

Attributes

NameTypeUseDescription
callback OPTIONALCallbackTypeoptional
rank OPTIONALintegeroptional

Usage Example

<ResultType> <role>...</role> <participant>...</participant> <partner>...</partner> <!-- ... more elements ... --> </ResultType>

Used By