motorRacingActionAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
flag-new QCodeType optional
Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/
flag-original QCodeType optional
Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/
flag-state QCodeType optional
Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/
lap xs:integer optional
Which lap number this play takes place in
laps-remaining xs:integer optional
How many laps are remaining when this play takes place
passer-key QCodeType optional
passer-type QCodeType optional
position-new QCodeType optional
position-original QCodeType optional

Used By

Attribute Group actionAttributes

Source

<xs:attributeGroup name="motorRacingActionAttributes">
  <xs:attribute name="lap" type="xs:integer" use="optional">
    <xs:annotation>
      <xs:documentation>Which lap number this play takes place in</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="laps-remaining" type="xs:integer" use="optional">
    <xs:annotation>
      <xs:documentation>How many laps are remaining when this play takes place</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="flag-state" use="optional" type="QCodeType">
    <xs:annotation>
      <xs:documentation>Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="flag-original" use="optional" type="QCodeType">
    <xs:annotation>
      <xs:documentation>Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="flag-new" use="optional" type="QCodeType">
    <xs:annotation>
      <xs:documentation>Types of motor racing communication flags. SportsML vocab uri: http://cv.iptc.org/newscodes/spmcrflag/</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="passer-type" use="optional" type="QCodeType"/>
  <xs:attribute name="passer-key" use="optional" type="QCodeType"/>
  <xs:attribute name="position-original" use="optional" type="QCodeType"/>
  <xs:attribute name="position-new" use="optional" type="QCodeType"/>
</xs:attributeGroup>