simpleType DisciplineType
namespace http://fifa.com/fc
type restriction of xsd:string
properties
base xsd:string
used by
attributes PlayerRegistrationType/@Discipline MatchOfficialRegistrationType/@Discipline TeamOfficialRegistrationType/@Discipline SupportedDisciplineType/@Discipline FieldType/@Discipline
facets
Kind Value Annotation
enumeration Football
enumeration Futsal
enumeration BeachSoccer
annotation
documentation
A FIFA supported sport/discipline.
source <xsd:simpleType name="DisciplineType">
 
<xsd:annotation>
   
<xsd:documentation>A FIFA supported sport/discipline.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="Football"/>
   
<xsd:enumeration value="Futsal"/>
   
<xsd:enumeration value="BeachSoccer"/>
 
</xsd:restriction>
</xsd:simpleType>


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