<xs:complexType name="eventActionsComplexType">
<xs:annotation>
<xs:documentation>Complex type for sports events, both generic and sport specific.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="action" type="baseActionComplexType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Any number of action inside the actions holder.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes">
<xs:annotation>
<xs:documentation>commonAttributes only hold an id attribute, presently</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType> |