complexType CompetencyObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p321.png
namespace http://ed-fi.org/0210
children Objective ObjectiveGradeLevel EducationOrganizationReference
used by
element CompetencyObjectiveReferenceType/CompetencyObjectiveIdentity
annotation
documentation
Identity of a CompetencyObjective.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CompetencyObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a CompetencyObjective.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Objective" type="Objective">
     
<xs:annotation>
       
<xs:documentation>The designated title of the CompetencyObjective.</xs:documentation>
     
</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>
       
</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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CompetencyObjectiveIdentityType/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p322.png
namespace http://ed-fi.org/0210
type Objective
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The designated title of the CompetencyObjective.
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the CompetencyObjective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CompetencyObjectiveIdentityType/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p323.png
namespace http://ed-fi.org/0210
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CompetencyObjectiveIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p324.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>