complexType LearningObjectiveIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p601.png
namespace http://ed-fi.org/0110
children LearningObjectiveId Objective ContentStandard
used by
element LearningObjectiveReferenceType/LearningObjectiveIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Learning Objective
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="LearningObjectiveIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Learning Objective</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice>
     
<xs:element name="LearningObjectiveId" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Identifier associated with a learning objective.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Objective" type="Objective">
       
<xs:annotation>
         
<xs:documentation>The designated title of the learning objective.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:element name="ContentStandard" type="ContentStandardType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The content standard from which the learning standard was derived.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LearningObjectiveIdentityType/LearningObjectiveId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p602.png
namespace http://ed-fi.org/0110
type xs:string
properties
isRef 0
content simple
annotation
documentation
Identifier associated with a learning objective.
source <xs:element name="LearningObjectiveId" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Identifier associated with a learning objective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningObjectiveIdentityType/Objective
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p603.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 learning objective.
source <xs:element name="Objective" type="Objective">
 
<xs:annotation>
   
<xs:documentation>The designated title of the learning objective.</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningObjectiveIdentityType/ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p604.png
namespace http://ed-fi.org/0110
type ContentStandardType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Title Version PublicationDate PublicationYear PublicationStatus MandatingEducationOrganizationReference BeginDate EndDate
annotation
documentation
The content standard from which the learning standard was derived.
source <xs:element name="ContentStandard" type="ContentStandardType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The content standard from which the learning standard was derived.</xs:documentation>
 
</xs:annotation>
</xs:element>