cyfs: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/cyfs/3.1/
Schema document: domains/cyfs/3.1/cyfs.xsd
Type: cyfs:SchoolClassType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- Choice [0..*]
- cyfs:SchoolClassLetterGradeCodeA letter grade received in a school class.
- cyfs:SchoolClassLetterGradeTextA letter grade received in a school class.
from subst. group cyfs:SchoolClassLetterGrade - cyfs:SchoolClassName [0..*]A name of a school class.
- cyfs:SchoolClassTeacherFullName [0..*]A full name of a teacher for a school class.
- cyfs:SchoolClassTime [0..*]A time at which a school class begins.
- cyfs:SchoolClassAugmentationPointAbstract [0..*]An augmentation point for SchoolClassType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cyfs: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: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:SchoolScheduleType (Element cyfs:SchoolSchedule)
Sample instance
<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>