nc:EducationQualificationType

complexType EducationQualificationType in namespace http://release.niem.gov/niem/niem-core/5.0/

Definition

A data type for a degree, certificate, credit, or other educational qualification obtained by a person.

Diagram

XML Schema

<xs:complexType name="EducationQualificationType">
<xs:annotation>
<xs:documentation>
A data type for a degree, certificate, credit, or other educational qualification obtained by a person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:EducationQualificationRepresentation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EducationQualificationIssuedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EducationQualificationExpirationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EducationQualificationInstitution" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EducationQualificationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EducationQualificationLevel" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EducationQualificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>