j:CurriculumType

complexType CurriculumType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a collection of subjects comprising a course of study offered by an educational system or program.

Diagram

XML Schema

<xs:complexType name="CurriculumType">
<xs:annotation>
<xs:documentation>
A data type for a collection of subjects comprising a course of study offered by an educational system or program.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CurriculumCapacityRatioText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CurriculumDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CurriculumGenderRestrictionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CurriculumID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CurriculumName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CurriculumSequenceNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CurriculumStartDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:CurriculumAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>