simpleType MatchOfficalRoleType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute MatchOfficialRegistrationType/@MatchOfficialRole
facets
Kind Value Annotation
enumeration Referee
enumeration RefereeAssistant
enumeration Observer
enumeration Delegate
enumeration Other
annotation
documentation
Possible roles of a match official (e.g. Referee).
source <xsd:simpleType name="MatchOfficalRoleType">
 
<xsd:annotation>
   
<xsd:documentation>Possible roles of a match official (e.g. Referee).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="Referee"/>
   
<xsd:enumeration value="RefereeAssistant"/>
   
<xsd:enumeration value="Observer"/>
   
<xsd:enumeration value="Delegate"/>
   
<xsd:enumeration value="Other"/>
 
</xsd:restriction>
</xsd:simpleType>


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