complexType QualificationType
diagram index_p1490.png
namespace http://www.fundsxml.org
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_p1491.png
namespace http://www.fundsxml.org
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_p1492.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
source <xs:element name="InstitutionName" type="xs:string"/>

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

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

element QualificationType/LanguageSkills
diagram index_p1495.png
namespace http://www.fundsxml.org
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_p1496.png
namespace http://www.fundsxml.org
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