complexType StudentCompetencyObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1383.png
namespace http://ed-fi.org/0200
children StudentReference CompetencyObjectiveReference GradingPeriodReference
used by
element StudentCompetencyObjectiveReferenceType/StudentCompetencyObjectiveIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Student Competency Objectives.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>469</ann:EdFiId>
source <xs:complexType name="StudentCompetencyObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Student Competency Objectives.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>469</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Identifier for the student.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2087</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CompetencyObjectiveReference" type="CompetencyObjectiveReferenceType">
     
<xs:annotation>
       
<xs:documentation>The Identifier for the competency objective.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2085</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2086</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentCompetencyObjectiveIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1384.png
namespace http://ed-fi.org/0200
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
The Identifier for the student.
appinfo
<ann:EdFiId>2087</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Identifier for the student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2087</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjectiveIdentityType/CompetencyObjectiveReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1385.png
namespace http://ed-fi.org/0200
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 Identifier for the competency objective.
appinfo
<ann:EdFiId>2085</ann:EdFiId>
source <xs:element name="CompetencyObjectiveReference" type="CompetencyObjectiveReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Identifier for the competency objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2085</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjectiveIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1386.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing grading period record in the receiving system.
appinfo
<ann:EdFiId>2086</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2086</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>