complexType CompetencyObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p284.png
namespace http://ed-fi.org/0200
children Objective ObjectiveGradeLevel EducationOrganizationReference
used by
element CompetencyObjectiveReferenceType/CompetencyObjectiveIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of competency objective.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>409</ann:EdFiId>
source <xs:complexType name="CompetencyObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of competency objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>409</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Objective" type="Objective">
     
<xs:annotation>
       
<xs:documentation>The designated title of the competency objective.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2019</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The grade level for which the competency objective is targeted.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
         
<ann:EdFiId>2020</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2018</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CompetencyObjectiveIdentityType/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p285.png
namespace http://ed-fi.org/0200
type Objective
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The designated title of the competency objective.
appinfo
<ann:EdFiId>2019</ann:EdFiId>
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the competency objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2019</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjectiveIdentityType/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p286.png
namespace http://ed-fi.org/0200
type GradeLevelDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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 grade level for which the competency objective is targeted.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>2020</ann:EdFiId>
source <xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level for which the competency objective is targeted.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>2020</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjectiveIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p287.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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 educational organization record in the receiving system.
appinfo
<ann:EdFiId>2018</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2018</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>