<xs:complexType name="officialComplexType">
<xs:annotation>
<xs:documentation>Also referred to as umpire or referree. | Ensures that the sports-event is played according to its rules.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="official-metadata" type="officialMetadataComplexType"/>
<xs:element name="official-stats" type="officialStatsComplexType" minOccurs="0"/>
<xs:element name="affiliation" type="affiliationComplexType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes"/>
</xs:complexType> |