namespace | http://fifa.com/exchange/fe | ||||||||||||||||||||||||||||||||||
type | restriction of fe:String50 | ||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||
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> |