complexType CoachDataType
diagram coach-data-2.1_p2.png
namespace http://fifa.com/exchange/feco
children feco:Coach
used by
element CoachData
annotation
documentation
A group of coaches.
source <xsd:complexType name="CoachDataType">
 
<xsd:annotation>
   
<xsd:documentation>A group of coaches.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Coach" type="feco:CoachSimpleType" nillable="false" minOccurs="0" maxOccurs="500">
     
<xsd:annotation>
       
<xsd:documentation>The list of coaches.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element CoachDataType/Coach
diagram coach-data-2.1_p3.png
namespace http://fifa.com/exchange/feco
type feco:CoachSimpleType
properties
minOcc 0
maxOcc 500
content complex
nillable false
children feco:PersonType feco:PersonPhotoLink feco:CoachRegistration feco: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 coaches.
source <xsd:element name="Coach" type="feco:CoachSimpleType" nillable="false" minOccurs="0" maxOccurs="500">
 
<xsd:annotation>
   
<xsd:documentation>The list of coaches.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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