simpleType CompetitionTeamCharacterType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute CompetitionNatureType/@TeamCharacter
facets
Kind Value Annotation
enumeration Club
enumeration National
enumeration Other
annotation
documentation
The character/type of a team, e.g. club or national team
source <xsd:simpleType name="CompetitionTeamCharacterType">
 
<xsd:annotation>
   
<xsd:documentation>The character/type of a team, e.g. club or national team</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<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