cyfs:SchoolSchedule
A student's schedule at the school being attended.
Element information
Namespace: http://release.niem.gov/niem/domains/cyfs/3.1/
Schema document: domains/cyfs/3.1/cyfs.xsd
Type: cyfs:SchoolScheduleType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cyfs:SchoolClass [0..*]A particular class at a school. This is class dedicated to a subject rather than the concept of a group of students graduating together.
- cyfs:SchoolTermText [0..*]A short description of the term being attended, e.g Fall YY, Spring YY, Summer YY.
- cyfs:SchoolScheduleAugmentationPointAbstract [0..*]An augmentation point for SchoolScheduleType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cyfs:SchoolScheduleAugmentationPoint
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: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 |
Used in
- Type cyfs:SchoolStudentAssociationType (Element cyfs:SchoolStudentAssociation)
Sample instance
<cyfs:SchoolSchedule> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cyfs:SchoolClass> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cyfs:SchoolClassLetterGradeCode>A</cyfs:SchoolClassLetterGradeCode> <cyfs:SchoolClassName>string</cyfs:SchoolClassName> <cyfs:SchoolClassTeacherFullName>string</cyfs:SchoolClassTeacherFullName> <cyfs:SchoolClassTime>12:00:00</cyfs:SchoolClassTime> <cyfs:SchoolClassAugmentationPoint>any content</cyfs:SchoolClassAugmentationPoint> </cyfs:SchoolClass> <cyfs:SchoolTermText>string</cyfs:SchoolTermText> <cyfs:SchoolScheduleAugmentationPoint>any content</cyfs:SchoolScheduleAugmentationPoint> </cyfs:SchoolSchedule>