complexType QualificationType
diagram index_p1608.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
children EducationHistory LanguageSkills Certifications
used by
element FundManagerType/Qualifications
annotation
documentation
Qualification of the Manager
source <xs:complexType name="QualificationType">
 
<xs:annotation>
   
<xs:documentation>Qualification of the Manager</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationHistory" minOccurs="0" maxOccurs="unbounded">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="InstitutionName" type="xs:string"/>
         
<xs:element name="Degree" type="xs:string"/>
         
<xs:element name="YearOfGraduation" type="xs:gYear"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="LanguageSkills" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="Certifications" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element QualificationType/EducationHistory
diagram index_p1609.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
properties
minOcc 0
maxOcc unbounded
content complex
children InstitutionName Degree YearOfGraduation
source <xs:element name="EducationHistory" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="InstitutionName" type="xs:string"/>
     
<xs:element name="Degree" type="xs:string"/>
     
<xs:element name="YearOfGraduation" type="xs:gYear"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element QualificationType/EducationHistory/InstitutionName
diagram index_p1610.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="InstitutionName" type="xs:string"/>

element QualificationType/EducationHistory/Degree
diagram index_p1611.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
content simple
source <xs:element name="Degree" type="xs:string"/>

element QualificationType/EducationHistory/YearOfGraduation
diagram index_p1612.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:gYear
properties
content simple
source <xs:element name="YearOfGraduation" type="xs:gYear"/>

element QualificationType/LanguageSkills
diagram index_p1613.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="LanguageSkills" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element QualificationType/Certifications
diagram index_p1614.png
namespace http://www.fundsxml.org/XMLSchema/3.1.1
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="Certifications" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>


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