simpleType MatchTeamNatureType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attributes MatchEventType/@MatchTeam MatchTeamType/@TeamNature
facets
Kind Value Annotation
enumeration Home
documentation
The home team. Or simply team 1.
enumeration Away
documentation
The visitor or away team. Or simply team 2.
annotation
documentation
Defines if match team is home or away club
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>


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