officialComplexType

Also referred to as umpire or referree. | Ensures that the
sports-event is played according to its rules.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<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>