namespace | http://fifa.com/fc | |||||||||||||
type | restriction of fc:String | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xsd:simpleType name="MatchTeamNatureType"> <xsd:annotation> <xsd:documentation>Defines if match team is home or away club</xsd:documentation> </xsd:annotation> <xsd:restriction base="fc:String"> <xsd:enumeration value="Home"> <xsd:annotation> <xsd:documentation>The home team. Or simply team 1.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="Away"> <xsd:annotation> <xsd:documentation>The visitor or away team. Or simply team 2.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |