simpleType MatchTeamNatureType
namespace http://fifa.com/exchange/fec
type restriction of fe:String50
properties
base fe:String50
used by
attribute MatchTeamType/@MatchTeamNature
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration home
documentation
The home team. Or simply team 1.
enumeration guest
documentation
The guest or away team. Or simply team 2.
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>


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