complexType LearningStandardId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p631.png
namespace http://ed-fi.org/0110
children IdentificationCode
used by
elements LearningObjective/LearningObjectiveId LearningStandard/LearningStandardId LearningStandardIdentityType/LearningStandardId
annotation
documentation
The identifier for the learning standard.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="LearningStandardId">
 
<xs:annotation>
   
<xs:documentation>The identifier for the learning standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LearningStandardId/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p632.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
A unique number or alphanumeric code assigned to a learning Standard.
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:annotation>
</xs:element>