complexType CompetencyObjective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p277.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children CompetencyObjectiveId Objective Description ObjectiveGradeLevel EducationOrganizationReference SuccessCriteria
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity holds additional competencies for student achievement that are not associated with specific learning objectives (e.g., paying attention in class).
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>548</ann:EdFiId>
source <xs:complexType name="CompetencyObjective">
 
<xs:annotation>
   
<xs:documentation>This entity holds additional competencies for student achievement that are not associated with specific learning objectives (e.g., paying attention in class).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>548</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="CompetencyObjectiveId" type="IdentificationCode" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The Identifier for the CompetencyObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1281</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Objective" type="Objective">
         
<xs:annotation>
           
<xs:documentation>The designated title of the CompetencyObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1284</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Description" type="Description" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The description of the student competency objective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1282</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The grade level for which the CompetencyObjective is targeted.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
             
<ann:EdFiId>1285</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationOrganization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1283</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SuccessCriteria" type="Criteria" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>One or more statements that describes the criteria used by teachers and students to check for attainment of a competency objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the CompetencyObjective.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1286</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CompetencyObjective/CompetencyObjectiveId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p278.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The Identifier for the CompetencyObjective.
appinfo
<ann:EdFiId>1281</ann:EdFiId>
source <xs:element name="CompetencyObjectiveId" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The Identifier for the CompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1281</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjective/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p279.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 CompetencyObjective.
appinfo
<ann:EdFiId>1284</ann:EdFiId>
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the CompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1284</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjective/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p280.png
namespace http://ed-fi.org/0200
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 1024
annotation
documentation
The description of the student competency objective.
appinfo
<ann:EdFiId>1282</ann:EdFiId>
source <xs:element name="Description" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The description of the student competency objective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1282</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjective/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p281.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 CompetencyObjective is targeted.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>1285</ann:EdFiId>
source <xs:element name="ObjectiveGradeLevel" type="GradeLevelDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level for which the CompetencyObjective is targeted.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>1285</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjective/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p282.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
The EducationOrganization that defines the curriculum and courses offered - often the LEA or school.
appinfo
<ann:EdFiId>1283</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1283</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjective/SuccessCriteria
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p283.png
namespace http://ed-fi.org/0200
type Criteria
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
One or more statements that describes the criteria used by teachers and students to check for attainment of a competency objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the CompetencyObjective.
appinfo
<ann:EdFiId>1286</ann:EdFiId>
source <xs:element name="SuccessCriteria" type="Criteria" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>One or more statements that describes the criteria used by teachers and students to check for attainment of a competency objective. This criteria gives clear indications as to the degree to which learning is moving through the Zone or Proximal Development toward independent achievement of the CompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1286</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>