simpleType ClubTrainingCategoryType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute PlayerRegistrationType/@ClubTrainingCategory
facets
Kind Value Annotation
enumeration Category1
enumeration Category2
enumeration Category3
enumeration Category4
annotation
documentation
Possible values of a club training category.
source <xsd:simpleType name="ClubTrainingCategoryType">
 
<xsd:annotation>
   
<xsd:documentation>Possible values of a club training category.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="Category1"/>
   
<xsd:enumeration value="Category2"/>
   
<xsd:enumeration value="Category3"/>
   
<xsd:enumeration value="Category4"/>
 
</xsd:restriction>
</xsd:simpleType>


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