complexType PlayedPositionType
diagram player-2.1_p1.png
namespace http://fifa.com/exchange/fep
used by
element PlayerType/PlayedPosition
attributes
Name  Type  Use  Default  Fixed  Annotation
Position  fe:PositionNatureType  required      
documentation
The position this player was or is playing on.
ValidFrom  fe:Date        
documentation
The date when the player started this position.
ValidTo  fe:Date        
documentation
The date when the player stopped to play this position.
annotation
documentation
This type contains information about a position the player played in.
source <xsd:complexType name="PlayedPositionType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains information about a position the player played in.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="Position" type="fe:PositionNatureType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The position this player was or is playing on.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ValidFrom" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>The date when the player started this position.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ValidTo" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>The date when the player stopped to play this position.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute PlayedPositionType/@Position
type fe:PositionNatureType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration goalkeeper
documentation
Goalkeeper
enumeration defender
documentation
Defender
enumeration midfielder
documentation
Midfielder
enumeration forward
documentation
Forward
enumeration pivot
documentation
Pivot (Beach Soccer)
enumeration wing
documentation
Wing (Beach Soccer)
enumeration undefined
documentation
No position defined or assigned yet.
annotation
documentation
The position this player was or is playing on.
source <xsd:attribute name="Position" type="fe:PositionNatureType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The position this player was or is playing on.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PlayedPositionType/@ValidFrom
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date when the player started this position.
source <xsd:attribute name="ValidFrom" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The date when the player started this position.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute PlayedPositionType/@ValidTo
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date when the player stopped to play this position.
source <xsd:attribute name="ValidTo" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The date when the player stopped to play this position.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy