simpleType SanctionMeasureType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute SanctionType/@Measure
facets
Kind Value Annotation
enumeration MonetaryUnit
enumeration Months
enumeration Matches
enumeration Points
enumeration Goals
source <xsd:simpleType name="SanctionMeasureType">
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="MonetaryUnit"/>
   
<xsd:enumeration value="Months"/>
   
<xsd:enumeration value="Matches"/>
   
<xsd:enumeration value="Points"/>
   
<xsd:enumeration value="Goals"/>
 
</xsd:restriction>
</xsd:simpleType>


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