simpleType TeamColourUsageType
namespace http://fifa.com/exchange/fe
type restriction of fe:String50
properties
base fe:String50
used by
attribute TeamColourType/@ColourUsage
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration default
documentation
If no better match is found the assosiated colours should be taken.
enumeration home
documentation
The assosiated colours should be taken if this is the home team.
enumeration guest
documentation
The assosiated colours should be taken if this is the guest team.
enumeration international
documentation
The colour set to take for international competitions.
enumeration other
documentation
Alternative colour set if none of the others are possible.
annotation
documentation
Specifies different usage types for team colours.
source <xsd:simpleType name="TeamColourUsageType">
 
<xsd:annotation>
   
<xsd:documentation>Specifies different usage types for team colours.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="default">
     
<xsd:annotation>
       
<xsd:documentation>If no better match is found the assosiated colours should be taken.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="home">
     
<xsd:annotation>
       
<xsd:documentation>The assosiated colours should be taken if this is the home team.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="guest">
     
<xsd:annotation>
       
<xsd:documentation>The assosiated colours should be taken if this is the guest team.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="international">
     
<xsd:annotation>
       
<xsd:documentation>The colour set to take for international competitions.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="other">
     
<xsd:annotation>
       
<xsd:documentation>Alternative colour set if none of the others are possible.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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