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