complexType LearningStandardIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p785.png
namespace http://ed-fi.org/0200
children IdentificationCode ContentStandardName
used by
elements LearningStandard/LearningStandardIdentificationCode LearningStandardLookupType/LearningStandardIdentificationCode
annotation
documentation
A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a learning Standard.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>512</ann:EdFiId>
source <xs:complexType name="LearningStandardIdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to a learning Standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>512</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to a Learning Standard.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>855</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ContentStandardName" type="ContentStandardName">
     
<xs:annotation>
       
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>854</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LearningStandardIdentificationCode/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p786.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A unique number or alphanumeric code assigned to a Learning Standard.
appinfo
<ann:EdFiId>855</ann:EdFiId>
source <xs:element name="IdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a Learning Standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>855</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LearningStandardIdentificationCode/ContentStandardName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p787.png
namespace http://ed-fi.org/0200
type ContentStandardName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 65
annotation
documentation
The name of the content standard, for example Common Core.
appinfo
<ann:EdFiId>854</ann:EdFiId>
source <xs:element name="ContentStandardName" type="ContentStandardName">
 
<xs:annotation>
   
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>854</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>