simpleType ContentStandardName
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element LearningStandardIdentificationCode/ContentStandardName
facets
Kind Value Annotation
minLength 1
maxLength 65
annotation
documentation
The name of the content standard, for example Common Core.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>25</ann:EdFiId>
source <xs:simpleType name="ContentStandardName">
 
<xs:annotation>
   
<xs:documentation>The name of the content standard, for example Common Core.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>25</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="65"/>
 
</xs:restriction>
</xs:simpleType>