complexType LearningStandardReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p796.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children LearningStandardIdentity LearningStandardLookup
used by
elements AssessmentItem/LearningStandardReference Course/LearningStandardReference EducationContent/LearningStandardReference GradebookEntry/LearningStandardReference LearningObjective/LearningStandardReference ObjectiveAssessment/LearningStandardReference Program/LearningStandardReference LearningStandard/ParentLearningStandardReference LearningStandard/PrerequisiteLearningStandardReference
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
Provides alternative references for Learning Standard reference during interchange. Use XML IDREF to reference a learning standard item record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>438</ann:EdFiId>
source <xs:complexType name="LearningStandardReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for Learning Standard reference during interchange. Use XML IDREF to reference a learning standard item record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>438</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="LearningStandardIdentity" type="LearningStandardIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of learning standards.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2122</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LearningStandardLookup" type="LearningStandardLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of learning standards.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2387</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LearningStandardReferenceType/LearningStandardIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p797.png
namespace http://ed-fi.org/0200
type LearningStandardIdentityType
properties
minOcc 0
maxOcc 1
content complex
children LearningStandardId
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of learning standards.
appinfo
<ann:EdFiId>2122</ann:EdFiId>
source <xs:element name="LearningStandardIdentity" type="LearningStandardIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of learning standards.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2122</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandardReferenceType/LearningStandardLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p798.png
namespace http://ed-fi.org/0200
type LearningStandardLookupType
properties
minOcc 0
maxOcc 1
content complex
children LearningStandardId LearningStandardIdentificationCode ContentStandard GradeLevel AcademicSubject
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of learning standards.
appinfo
<ann:EdFiId>2387</ann:EdFiId>
source <xs:element name="LearningStandardLookup" type="LearningStandardLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of learning standards.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2387</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>