complexType TeamColourType
diagram generic-types-2.1_p42.png
namespace http://fifa.com/exchange/fe
attributes
Name  Type  Use  Default  Fixed  Annotation
PrimaryShirtColour  fe:InternationalString50  required      
documentation
The first colour of the shirts.
PrimaryShortColour  fe:InternationalString50  required      
documentation
The first colour of the shorts.
ColourUsage  fe:TeamColourUsageType  required      
documentation
Defines when this colour schema should be selected. At least one shirt colour entry MUST be default. The default usage type specifies the colours to use if no better match was found.
PrimarySockColour  fe:InternationalString50        
documentation
The first colour of the socks.
SecondaryShirtColour  fe:InternationalString50        
documentation
The second colour of the shirt.
SecondaryShortColour  fe:InternationalString50        
documentation
The second colour of the shorts.
SecondarySockColour  fe:InternationalString50        
documentation
The second colour of the socks.
annotation
documentation
The colour of a team
source <xsd:complexType name="TeamColourType">
 
<xsd:annotation>
   
<xsd:documentation>The colour of a team</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="PrimaryShirtColour" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The first colour of the shirts.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PrimaryShortColour" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The first colour of the shorts.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ColourUsage" type="fe:TeamColourUsageType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Defines when this colour schema should be selected. At least one shirt colour entry MUST be default. The default usage type specifies the colours to use if no better match was found.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PrimarySockColour" type="fe:InternationalString50">
   
<xsd:annotation>
     
<xsd:documentation>The first colour of the socks.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="SecondaryShirtColour" type="fe:InternationalString50">
   
<xsd:annotation>
     
<xsd:documentation>The second colour of the shirt.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="SecondaryShortColour" type="fe:InternationalString50">
   
<xsd:annotation>
     
<xsd:documentation>The second colour of the shorts.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="SecondarySockColour" type="fe:InternationalString50">
   
<xsd:annotation>
     
<xsd:documentation>The second colour of the socks.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute TeamColourType/@PrimaryShirtColour
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The first colour of the shirts.
source <xsd:attribute name="PrimaryShirtColour" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The first colour of the shirts.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamColourType/@PrimaryShortColour
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The first colour of the shorts.
source <xsd:attribute name="PrimaryShortColour" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The first colour of the shorts.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamColourType/@ColourUsage
type fe:TeamColourUsageType
properties
use required
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
Defines when this colour schema should be selected. At least one shirt colour entry MUST be default. The default usage type specifies the colours to use if no better match was found.
source <xsd:attribute name="ColourUsage" type="fe:TeamColourUsageType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Defines when this colour schema should be selected. At least one shirt colour entry MUST be default. The default usage type specifies the colours to use if no better match was found.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamColourType/@PrimarySockColour
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The first colour of the socks.
source <xsd:attribute name="PrimarySockColour" type="fe:InternationalString50">
 
<xsd:annotation>
   
<xsd:documentation>The first colour of the socks.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamColourType/@SecondaryShirtColour
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The second colour of the shirt.
source <xsd:attribute name="SecondaryShirtColour" type="fe:InternationalString50">
 
<xsd:annotation>
   
<xsd:documentation>The second colour of the shirt.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamColourType/@SecondaryShortColour
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The second colour of the shorts.
source <xsd:attribute name="SecondaryShortColour" type="fe:InternationalString50">
 
<xsd:annotation>
   
<xsd:documentation>The second colour of the shorts.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute TeamColourType/@SecondarySockColour
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The second colour of the socks.
source <xsd:attribute name="SecondarySockColour" type="fe:InternationalString50">
 
<xsd:annotation>
   
<xsd:documentation>The second colour of the socks.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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