complexType SanctionType
diagram generic-types-2.1_p38.png
namespace http://fifa.com/exchange/fe
children fe:Description
attributes
Name  Type  Use  Default  Fixed  Annotation
SanctionType  fe:InternationalString50  required      
documentation
Short description of the sanction.
SanctionDate  fe:Date  required      
documentation
Date when the sanction was imposed.
ValidFrom  fe:Date        
documentation
First day when the sanction is in effect.
ValidTo  fe:Date        
documentation
Last day when the sanction is in effect.
annotation
documentation
This type contains detailed information about a sanction.
source <xsd:complexType name="SanctionType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains detailed information about a sanction.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Detailed description of the sanction</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="SanctionType" type="fe:InternationalString50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Short description of the sanction.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="SanctionDate" type="fe:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>Date when the sanction was imposed.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ValidFrom" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>First day when the sanction is in effect.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="ValidTo" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>Last day when the sanction is in effect.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute SanctionType/@SanctionType
type fe:InternationalString50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
Short description of the sanction.
source <xsd:attribute name="SanctionType" type="fe:InternationalString50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Short description of the sanction.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SanctionType/@SanctionDate
type fe:Date
properties
use required
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
Date when the sanction was imposed.
source <xsd:attribute name="SanctionDate" type="fe:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>Date when the sanction was imposed.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SanctionType/@ValidFrom
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
First day when the sanction is in effect.
source <xsd:attribute name="ValidFrom" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>First day when the sanction is in effect.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SanctionType/@ValidTo
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
Last day when the sanction is in effect.
source <xsd:attribute name="ValidTo" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>Last day when the sanction is in effect.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

element SanctionType/Description
diagram generic-types-2.1_p39.png
namespace http://fifa.com/exchange/fe
type fe:InternationalLongString
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 1000000
pattern [&#x0020;-&#x027F;]*
annotation
documentation
Detailed description of the sanction
source <xsd:element name="Description" type="fe:InternationalLongString" nillable="false" minOccurs="0">
 
<xsd:annotation>
   
<xsd:documentation>Detailed description of the sanction</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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