j:SubjectProgramAssociationType
complexType SubjectProgramAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for an association between a Program and a subject who had some involvement.
Diagram
XML Schema
<xs:complexType name="SubjectProgramAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a Program and a subject who had some involvement.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:Subject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Program" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramAdmissionDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramCounselorReassignmentIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramEnrollmentProgramExitReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramParticipationLevelAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramReferral" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramRegionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramReleaseDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramRestrictionIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramServiceDeliveryGoal" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramTailoredSubjectIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramTotalDaysParticipationQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramViolationIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SubjectProgramAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>