namespace | http://fifa.com/fc | ||||||||||||
type | restriction of fc:String | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:simpleType name="CompetitionTeamCharacterType"> <xsd:annotation> <xsd:documentation>The character/type of a team, e.g. club or national team</xsd:documentation> </xsd:annotation> <xsd:restriction base="fc:String"> <xsd:enumeration value="Club"/> <xsd:enumeration value="National"/> <xsd:enumeration value="Other"/> </xsd:restriction> </xsd:simpleType> |