complexType ContractDateType
diagram player-registration-2.1_p1.png
namespace http://fifa.com/exchange/fep
used by
element ContractType/ContractDate
attributes
Name  Type  Use  Default  Fixed  Annotation
TypeOfDate  fep:TypeOfDateType  required      
documentation
English (international) text describing the date in DateValue. This may be any standard type of date or Other if this is a non standard type of date. If this value is Other, CustomTypeOfDate MUST be set.
DateValue  fe:Date  required      
documentation
The date.
CustomTypeOfDate  fe:InternationalString50  optional      
documentation
This is the English (international) text describing the Date in DateValue if this is a non standard type of date. This attribute MUST be set if TypeOfDate contains the value Other.
annotation
documentation
A ContractDate is some date and type of date that belongs to a player contract.
source <xsd:complexType name="ContractDateType">
 
<xsd:annotation>
   
<xsd:documentation>A ContractDate is some date and type of date that belongs to a player contract.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="TypeOfDate" type="fep:TypeOfDateType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>English (international) text describing the date in DateValue. This may be any standard type of date or Other if this is a non standard type of date. If this value is Other, CustomTypeOfDate MUST be set.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="DateValue" type="fe:Date" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The date.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="CustomTypeOfDate" type="fe:InternationalString50" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>This is the English (international) text describing the Date in DateValue if this is a non standard type of date. This attribute MUST be set if TypeOfDate contains the value Other.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute ContractDateType/@TypeOfDate
type fep:TypeOfDateType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
enumeration ContractValidFrom
documentation
The date represents the start of the validity of the contract.
enumeration ContractValidTo
documentation
The date represents the end of the validity of the contract (until when the signed contract is valid).
enumeration ContractTerminationDate
documentation
The date represents the date when a contract is terminated before its regular validity ends (in case the contract is terminated abnormally before the contractValidTo date).
enumeration Other
documentation
The date is no standard contract date type. If this value is choosen, the CustomTypeOfDate attribute MUST be set.
annotation
documentation
English (international) text describing the date in DateValue. This may be any standard type of date or Other if this is a non standard type of date. If this value is Other, CustomTypeOfDate MUST be set.
source <xsd:attribute name="TypeOfDate" type="fep:TypeOfDateType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>English (international) text describing the date in DateValue. This may be any standard type of date or Other if this is a non standard type of date. If this value is Other, CustomTypeOfDate MUST be set.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ContractDateType/@DateValue
type fe:Date
properties
use required
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date.
source <xsd:attribute name="DateValue" type="fe:Date" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The date.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute ContractDateType/@CustomTypeOfDate
type fe:InternationalString50
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 50
pattern [&#x0020;-&#x027F;]*
annotation
documentation
This is the English (international) text describing the Date in DateValue if this is a non standard type of date. This attribute MUST be set if TypeOfDate contains the value Other.
source <xsd:attribute name="CustomTypeOfDate" type="fe:InternationalString50" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>This is the English (international) text describing the Date in DateValue if this is a non standard type of date. This attribute MUST be set if TypeOfDate contains the value Other.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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