complexType LicenceType
diagram generic-types-2.1_p19.png
namespace http://fifa.com/exchange/fe
attributes
Name  Type  Use  Default  Fixed  Annotation
OfficialLicence  fe:OfficialLicenceType  required      
documentation
The type of licence a person holds. This is free text. Insert here the name of the licence the person holds.
LicenceNumber  fe:String50  optional      
documentation
The number of the licence.
PlaceOfIssue  fe:String50  optional      
documentation
The place where the licenced was issued.
DateOfIssue  fe:Date  optional      
documentation
The date when the licence was issued.
annotation
documentation
Contains licence data of Referees and Coaches.
source <xsd:complexType name="LicenceType">
 
<xsd:annotation>
   
<xsd:documentation>Contains licence data of Referees and Coaches.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="OfficialLicence" type="fe:OfficialLicenceType" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The type of licence a person holds. This is free text. Insert here the name of the licence the person holds.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="LicenceNumber" type="fe:String50" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The number of the licence.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="PlaceOfIssue" type="fe:String50" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The place where the licenced was issued.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="DateOfIssue" type="fe:Date" use="optional">
   
<xsd:annotation>
     
<xsd:documentation>The date when the licence was issued.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute LicenceType/@OfficialLicence
type fe:OfficialLicenceType
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The type of licence a person holds. This is free text. Insert here the name of the licence the person holds.
source <xsd:attribute name="OfficialLicence" type="fe:OfficialLicenceType" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The type of licence a person holds. This is free text. Insert here the name of the licence the person holds.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute LicenceType/@LicenceNumber
type fe:String50
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The number of the licence.
source <xsd:attribute name="LicenceNumber" type="fe:String50" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The number of the licence.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute LicenceType/@PlaceOfIssue
type fe:String50
properties
use optional
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The place where the licenced was issued.
source <xsd:attribute name="PlaceOfIssue" type="fe:String50" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The place where the licenced was issued.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute LicenceType/@DateOfIssue
type fe:Date
properties
use optional
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The date when the licence was issued.
source <xsd:attribute name="DateOfIssue" type="fe:Date" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>The date when the licence was issued.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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