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