simpleType SanctionStatusType
namespace http://fifa.com/exchange/fec
type restriction of xsd:string
properties
base xsd:string
used by
attribute SanctionSimpleType/@Status
facets
Kind Value Annotation
enumeration active
documentation
The sanction is valid.
enumeration cancelled
documentation
The sanction is cancelled.
enumeration deleted
documentation
The sanction is deleted.
enumeration closed
documentation
The sanction is no longer active.
annotation
documentation
The status of a sanction can have.
source <xsd:simpleType name="SanctionStatusType">
 
<xsd:annotation>
   
<xsd:documentation>The status of a sanction can have.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="active">
     
<xsd:annotation>
       
<xsd:documentation>The sanction is valid.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="cancelled">
     
<xsd:annotation>
       
<xsd:documentation>The sanction is cancelled.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="deleted">
     
<xsd:annotation>
       
<xsd:documentation>The sanction is deleted.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="closed">
     
<xsd:annotation>
       
<xsd:documentation>The sanction is no longer active.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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