complexType SeasonType
diagram generic-types-2.1_p40.png
namespace http://fifa.com/exchange/fe
children fe:Description
attributes
Name  Type  Use  Default  Fixed  Annotation
StartDate  fe:Date  required      
documentation
The first day of the season.
EndDate  fe:Date  required      
documentation
The last day of the season.
RegistrationStartDate  fe:Date        
documentation
The first day when players and teams can be registered for the season.
RegistrationEndDate  fe:Date        
documentation
The last day when players and teams can be registered for the season.
Name  fe:InternationalString50        
documentation
The name of the season.
annotation
documentation
This type contains information about a season.
source <xsd:complexType name="SeasonType">
 
<xsd:annotation>
   
<xsd:documentation>This type contains information about a season.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Description" type="fe:InternationalLongString" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Detailed description of the season.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="StartDate" type="fe:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The first day of the season.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="EndDate" type="fe:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The last day of the season.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RegistrationStartDate" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>The first day when players and teams can be registered for the season.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="RegistrationEndDate" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>The last day when players and teams can be registered for the season.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="Name" type="fe:InternationalString50">
   
<xsd:annotation>
     
<xsd:documentation>The name of the season.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute SeasonType/@StartDate
type fe:Date
properties
use required
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The first day of the season.
source <xsd:attribute name="StartDate" type="fe:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The first day of the season.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SeasonType/@EndDate
type fe:Date
properties
use required
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The last day of the season.
source <xsd:attribute name="EndDate" type="fe:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The last day of the season.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SeasonType/@RegistrationStartDate
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The first day when players and teams can be registered for the season.
source <xsd:attribute name="RegistrationStartDate" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The first day when players and teams can be registered for the season.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SeasonType/@RegistrationEndDate
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The last day when players and teams can be registered for the season.
source <xsd:attribute name="RegistrationEndDate" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The last day when players and teams can be registered for the season.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SeasonType/@Name
type fe:InternationalString50
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
The name of the season.
source <xsd:attribute name="Name" type="fe:InternationalString50">
 
<xsd:annotation>
   
<xsd:documentation>The name of the season.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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


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