complexType LearningStandardIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p633.png
namespace http://ed-fi.org/0110
children LearningStandardId ContentStandard
used by
element LearningStandardReferenceType/LearningStandardIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of the Learning Standard
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="LearningStandardIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of the Learning Standard</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LearningStandardId" type="LearningStandardId">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing learning standard record in the receiving system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ContentStandard" type="ContentStandardType">
     
<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 LearningStandardIdentityType/LearningStandardId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p634.png
namespace http://ed-fi.org/0110
type LearningStandardId
properties
isRef 0
content complex
children IdentificationCode
annotation
documentation
Provide user information to lookup and link to an existing learning standard record in the receiving system
source <xs:element name="LearningStandardId" type="LearningStandardId">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing learning standard record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>

element LearningStandardIdentityType/ContentStandard
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p635.png
namespace http://ed-fi.org/0110
type ContentStandardType
properties
isRef 0
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">
 
<xs:annotation>
   
<xs:documentation>The content standard from which the learning standard was derived.</xs:documentation>
 
</xs:annotation>
</xs:element>