complexType PlayerDataType
diagram player-data-2.1_p2.png
namespace http://fifa.com/exchange/fep
children fep:Player
used by
element PlayerData
annotation
documentation
A group of players.
source <xsd:complexType name="PlayerDataType">
 
<xsd:annotation>
   
<xsd:documentation>A group of players.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Player" type="fep:PlayerSimpleType" nillable="false" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of players.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element PlayerDataType/Player
diagram player-data-2.1_p3.png
namespace http://fifa.com/exchange/fep
type fep:PlayerSimpleType
properties
minOcc 0
maxOcc 500
content complex
nillable false
children fep:PersonType fep:PersonPhotoLink fep:PlayerRegistration fep:Licence
attributes
Name  Type  Use  Default  Fixed  Annotation
Height  xsd:positiveInteger        
documentation
The height of the player in cm.
Weight  xsd:positiveInteger        
documentation
The weight of the player in kg.
annotation
documentation
The list of players.
source <xsd:element name="Player" type="fep:PlayerSimpleType" nillable="false" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of players.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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