rugbyEventMetadataComplexType

Rugby-specific metadata for events. | Metadata that is specific to rugby for events.

Complex Type Information

Model

Children: time-adjustment

Attributes

QName Type Fixed Default Use Inheritable Annotation
kick-off-team-idref xs:IDREF optional
Pointer to the team doing the kick-off for the period covered.

Used By

Source

<xs:complexType name="rugbyEventMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Rugby-specific metadata for events. | Metadata that is specific to rugby for events.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="time-adjustment" type="rugbyTimeAdjustmentComplexType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="kick-off-team-idref" type="xs:IDREF" use="optional">
    <xs:annotation>
      <xs:documentation>Pointer to the team doing the kick-off for the period covered.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>