complexType StudentCompetencyObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1593.png
namespace http://ed-fi.org/0210
children CompetencyObjectiveReference GradingPeriodReference StudentReference
used by
element StudentCompetencyObjectiveReferenceType/StudentCompetencyObjectiveIdentity
annotation
documentation
Identity of a StudentCompetencyObjective.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentCompetencyObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentCompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CompetencyObjectiveReference" type="CompetencyObjectiveReferenceType">
     
<xs:annotation>
       
<xs:documentation>The CompetencyObjective evaluated for the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the CompetencyObjective to a grading period.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the student associated with the CompetencyObjective.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentCompetencyObjectiveIdentityType/CompetencyObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1594.png
namespace http://ed-fi.org/0210
type CompetencyObjectiveReferenceType
properties
content complex
children CompetencyObjectiveIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The CompetencyObjective evaluated for the student.
source <xs:element name="CompetencyObjectiveReference" type="CompetencyObjectiveReferenceType">
 
<xs:annotation>
   
<xs:documentation>The CompetencyObjective evaluated for the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjectiveIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1595.png
namespace http://ed-fi.org/0210
type GradingPeriodReferenceType
properties
content complex
children GradingPeriodIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Relates the CompetencyObjective to a grading period.
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the CompetencyObjective to a grading period.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjectiveIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1596.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Relates the student associated with the CompetencyObjective.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the student associated with the CompetencyObjective.</xs:documentation>
 
</xs:annotation>
</xs:element>