simpleType CompetitionCategoryType
namespace http://fifa.com/exchange/fec
type restriction of fe:String255
properties
base fe:String255
used by
attribute CompetitionNatureType/@Category
facets
Kind Value Annotation
minLength 1
maxLength 255
enumeration worldwide
enumeration continental
enumeration domestic
enumeration other
annotation
documentation
The category of a competition, such as World Cup etc.
source <xsd:simpleType name="CompetitionCategoryType">
 
<xsd:annotation>
   
<xsd:documentation>The category of a competition, such as World Cup etc.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String255">
   
<xsd:enumeration value="worldwide"/>
   
<xsd:enumeration value="continental"/>
   
<xsd:enumeration value="domestic"/>
   
<xsd:enumeration value="other"/>
 
</xsd:restriction>
</xsd:simpleType>


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