j:Curriculum
A collection of subjects comprising a course of study offered by an educational system or program.
Element information
Namespace: http://release.niem.gov/niem/domains/jxdm/6.0/
Schema document: domains/jxdm/6.0/jxdm.xsd
Type: j:CurriculumType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- j:CurriculumCapacityRatioText [0..*]A limit of the capacity of students to instructors for a specific course or subject.
- j:CurriculumDescriptionText [0..*]A text description of the purpose of the Curriculum.
- j:CurriculumGenderRestrictionText [0..*]A gender for which a Curriculum is designed, if appropriate.
- j:CurriculumID [0..*]An identifier for a Curriculum.
- j:CurriculumName [0..*]A name used to identify a curriculum.
- j:CurriculumSequenceNumeric [0..*]A number assigned to each Curriculum to order the way the curriculum is sequenced within a program with all other Curricula.
- j:CurriculumStartDate [0..*]A scheduled date for the start of a Curriculum.
- j:CurriculumAugmentationPointAbstract [0..*]An augmentation point for type j:CurriculumType
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group j:CurriculumAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:uri | [0..1] | xsd:anyURI | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Sample instance
<j:Curriculum> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <j:CurriculumCapacityRatioText>string</j:CurriculumCapacityRatioText> <j:CurriculumDescriptionText>string</j:CurriculumDescriptionText> <j:CurriculumGenderRestrictionText>string</j:CurriculumGenderRestrictionText> <j:CurriculumID>string</j:CurriculumID> <j:CurriculumName>string</j:CurriculumName> <j:CurriculumSequenceNumeric>1.0</j:CurriculumSequenceNumeric> <j:CurriculumStartDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Date>2000-01-01</nc:Date> <nc:DateAccuracyAbstract>any content</nc:DateAccuracyAbstract> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </j:CurriculumStartDate> <j:CurriculumAugmentationPoint>any content</j:CurriculumAugmentationPoint> </j:Curriculum>