scr:EnrollmentType
complexType EnrollmentType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for the text describing the ENROLLMENT TYPE.
Diagram
XML Schema
<xs:complexType name="EnrollmentType">
<xs:annotation>
<xs:documentation>
A data type for the text describing the ENROLLMENT TYPE.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="scr:EnrollmentStatusClassification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnrollmentClassification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EnrollmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>