simpleType CompetitionTeamCharacterType
namespace http://fifa.com/exchange/fec
type restriction of fe:String255
properties
base fe:String255
used by
attribute CompetitionNatureType/@TeamCharacter
facets
Kind Value Annotation
minLength 1
maxLength 255
enumeration Club
enumeration National
enumeration other
annotation
documentation
The character of team this is. (A club team or a national team)
source <xsd:simpleType name="CompetitionTeamCharacterType">
 
<xsd:annotation>
   
<xsd:documentation>The character of team this is. (A club team or a national team)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String255">
   
<xsd:enumeration value="Club"/>
   
<xsd:enumeration value="National"/>
   
<xsd:enumeration value="other"/>
 
</xsd:restriction>
</xsd:simpleType>


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