scr:EnrollmentClassificationType

complexType EnrollmentClassificationType in namespace http://release.niem.gov/niem/domains/screening/4.0/

Definition

A data type for describing the classification of the ENROLLMENT STATUS.

Diagram

XML Schema

<xs:complexType name="EnrollmentClassificationType">
<xs:annotation>
<xs:documentation>
A data type for describing the classification of the ENROLLMENT STATUS.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:EnrollmentCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnrollmentCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnrollmentClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>