complexType StudentCompetencyObjective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1062.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentCompetencyObjectiveId Objective Description ObjectiveGradeLevel EducationOrganizationReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
source <xs:complexType name="StudentCompetencyObjective">
 
<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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StudentCompetencyObjectiveId" type="IdentificationCode" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The Identifier for the student competency.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Objective" type="Objective">
         
<xs:annotation>
           
<xs:documentation>The designated title of the student competency objective.</xs:documentation>
         
</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:annotation>
       
</xs:element>
       
<xs:element name="ObjectiveGradeLevel" type="DescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The grade level for which the competency objective 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 Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentCompetencyObjective/StudentCompetencyObjectiveId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1063.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The Identifier for the student competency.
source <xs:element name="StudentCompetencyObjectiveId" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The Identifier for the student competency.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1064.png
namespace http://ed-fi.org/0110
type Objective
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The designated title of the student competency objective.
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the student competency objective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/Description
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1065.png
namespace http://ed-fi.org/0110
type Description
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 1024 
annotation
documentation
The description of the student competency objective.
source <xs:element name="Description" type="Description" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The description of the student competency objective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/ObjectiveGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1066.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The grade level for which the competency objective is targeted,
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="ObjectiveGradeLevel" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The grade level for which the competency objective is targeted,</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentCompetencyObjective/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1067.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Education Organization that defines the curriculum and courses offered - often the LEA or school.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation>
 
</xs:annotation>
</xs:element>