em:EducationType

complexType EducationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type for a credential class that represents the type of education credentials held by a person

Diagram

XML Schema

<xs:complexType name="EducationType">
<xs:annotation>
<xs:documentation>
A data type for a credential class that represents the type of education credentials held by a person
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:EducationMajorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EducationMinorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EducationInstitutionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DegreeIssuingDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EffectiveDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EducationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>