complexType AchievementType
diagram generic-types-2.1_p1.png
namespace http://fifa.com/exchange/fe
attributes
Name  Type  Use  Default  Fixed  Annotation
Title  fe:String50  required      
documentation
The title of the Achievement.
AwardDate  fe:Date        
documentation
The Date when the Achievement was awarded to the person.
annotation
documentation
Information about the Achievements of a Person.
source <xsd:complexType name="AchievementType">
 
<xsd:annotation>
   
<xsd:documentation>Information about the Achievements of a Person.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="Title" type="fe:String50" use="required">
   
<xsd:annotation>
     
<xsd:documentation>The title of the Achievement.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="AwardDate" type="fe:Date">
   
<xsd:annotation>
     
<xsd:documentation>The Date when the Achievement was awarded to the person.</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute AchievementType/@Title
type fe:String50
properties
use required
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The title of the Achievement.
source <xsd:attribute name="Title" type="fe:String50" use="required">
 
<xsd:annotation>
   
<xsd:documentation>The title of the Achievement.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute AchievementType/@AwardDate
type fe:Date
facets
Kind Value Annotation
pattern .*Z
annotation
documentation
The Date when the Achievement was awarded to the person.
source <xsd:attribute name="AwardDate" type="fe:Date">
 
<xsd:annotation>
   
<xsd:documentation>The Date when the Achievement was awarded to the person.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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