namespace | http://fifa.com/exchange/fep | |||||||||||||||||||||||||||||
type | restriction of fe:String50 | |||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||
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> |