complexType TitleLicenseType
diagram coach-data-2.1_p9.png
namespace http://fifa.com/exchange/feco
children feco:Name feco:ValidFrom feco:ValidTo
used by
element CoachSimpleType/Licence
annotation
documentation
A title license object which contains lisence information.
source <xsd:complexType name="TitleLicenseType">
 
<xsd:annotation>
   
<xsd:documentation>A title license object which contains lisence information.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="Name" type="fe:String50" nillable="false">
     
<xsd:annotation>
       
<xsd:documentation>The title license name.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ValidFrom" type="fe:Date">
     
<xsd:annotation>
       
<xsd:documentation>The valid from date.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="ValidTo" type="fe:Date">
     
<xsd:annotation>
       
<xsd:documentation>The valid to date.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element TitleLicenseType/Name
diagram coach-data-2.1_p10.png
namespace http://fifa.com/exchange/feco
type fe:String50
properties
content simple
nillable false
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The title license name.
source <xsd:element name="Name" type="fe:String50" nillable="false">
 
<xsd:annotation>
   
<xsd:documentation>The title license name.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element TitleLicenseType/ValidFrom
diagram coach-data-2.1_p11.png
namespace http://fifa.com/exchange/feco
type fe:Date
properties
content simple
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The valid from date.
source <xsd:element name="ValidFrom" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The valid from date.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element TitleLicenseType/ValidTo
diagram coach-data-2.1_p12.png
namespace http://fifa.com/exchange/feco
type fe:Date
properties
content simple
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The valid to date.
source <xsd:element name="ValidTo" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The valid to date.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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