complexType LearningStandardIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p788.png
namespace http://ed-fi.org/0200
children LearningStandardId
used by
element LearningStandardReferenceType/LearningStandardIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of learning standard.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>439</ann:EdFiId>
source <xs:complexType name="LearningStandardIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of learning standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>439</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>2052</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LearningStandardIdentityType/LearningStandardId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p789.png
namespace http://ed-fi.org/0200
type LearningStandardId
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
Provide user information to lookup and link to an existing learning standard record in the receiving system.
appinfo
<ann:EdFiId>2052</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>2052</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>