hs:SchoolClass
A particular class at a school. This is class dedicated to a subject rather than the concept of a group of students graduating together.
Element information
Namespace: http://release.niem.gov/niem/domains/humanServices/4.0/
Schema document: domains/humanServices/4.0/hs.xsd
Type: hs:SchoolClassType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- Choice [0..*]
- hs:SchoolClassLetterGradeCodeA letter grade received in a school class.
- hs:SchoolClassLetterGradeTextA letter grade received in a school class.
from subst. group hs:SchoolClassLetterGradeAbstract - hs:SchoolClassName [0..*]A name of a school class.
- hs:SchoolClassTeacherFullName [0..*]A full name of a teacher for a school class.
- hs:SchoolClassTime [0..*]A time at which a school class begins.
- hs:SchoolClassAugmentationPointAbstract [0..*]An augmentation point for SchoolClassType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group hs:SchoolClassAugmentationPoint
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:SchoolScheduleType (Element hs:SchoolSchedule)
Sample instance
<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>