eventActionsComplexType

Complex type for sports events, both generic and sport specific.

Complex Type Information

Model

Children: action

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