simpleType TypeOfDateType
namespace http://fifa.com/exchange/fep
type restriction of fe:String50
properties
base fe:String50
used by
attribute ContractDateType/@TypeOfDate
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
The type of a contract date. May be any of the predefined enumeration values or a custom string. Applications MUST use an enumartion type if possible.
source <xsd:simpleType name="TypeOfDateType">
 
<xsd:annotation>
   
<xsd:documentation>The type of a contract date. May be any of the predefined enumeration values or a custom string. Applications MUST use an enumartion type if possible.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String50">
   
<xsd:enumeration value="ContractValidFrom">
     
<xsd:annotation>
       
<xsd:documentation>The date represents the start of the validity of the contract.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ContractValidTo">
     
<xsd:annotation>
       
<xsd:documentation>The date represents the end of the validity of the contract (until when the signed contract is valid).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="ContractTerminationDate">
     
<xsd:annotation>
       
<xsd: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).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="Other">
     
<xsd:annotation>
       
<xsd:documentation>The date is no standard contract date type. If this value is choosen, the CustomTypeOfDate attribute MUST be set.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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