namespace | http://fifa.com/exchange/fec | |||||||||||||||||||
type | restriction of fe:String50 | |||||||||||||||||||
properties |
|
|||||||||||||||||||
used by |
|
|||||||||||||||||||
facets |
|
|||||||||||||||||||
source | <xsd:simpleType name="MatchTeamNatureType"> <xsd:restriction base="fe:String50"> <xsd:enumeration value="home"> <xsd:annotation> <xsd:documentation>The home team. Or simply team 1.</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="guest"> <xsd:annotation> <xsd:documentation>The guest or away team. Or simply team 2.</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> |