soccerPlayerMetadataComplexType

Player metadata specific to soccer. | Metadata for one player, specific to soccer.

Complex Type Information

Model

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.
line-formation-position xs:integer optional
Integer value ascending from left side of field. Starts at 1 for the
first player in each line-formation. | Indicates line-position player had at the
start of the game or when the player entered the game.
line-formation-row xs:integer optional
Integer value ascending from closest to the goalkeeper. All players
in the row closest to the goalkeeper have 1 as value, the next row 2, etc. Indicates
row the player belonged to at the start of the game or when they entered the
game.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="soccerPlayerMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Player metadata specific to soccer. | Metadata for one player, specific to soccer.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="line-formation-row" type="xs:integer" use="optional">
    <xs:annotation>
      <xs:documentation>Integer value ascending from closest to the goalkeeper. All players in the row closest to the goalkeeper have 1 as value, the next row 2, etc. Indicates row the player belonged to at the start of the game or when they entered the game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="line-formation-position" type="xs:integer" use="optional">
    <xs:annotation>
      <xs:documentation>Integer value ascending from left side of field. Starts at 1 for the first player in each line-formation. | Indicates line-position player had at the start of the game or when the player entered the game.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>