<xs:complexType name="soccerEventMetadataComplexType">
<xs:annotation>
<xs:documentation>Soccer-specific metadata for events. | Metadata that is specific to soccer for events.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="time-adjustment" type="soccerTimeAdjustmentComplexType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<!--<xs:attributeGroup ref="eventStateSoccer"/>-->
<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:attribute name="week" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The week during the season in which this game is played.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |