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