simpleType UniqueSectionCode
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements Section/UniqueSectionCode SectionIdentityType/UniqueSectionCode
facets
Kind Value annotation 
minLength 
maxLength 255 
annotation
documentation
A unique identifier for the section, that is defined by the classroom, the subjects taught, and the instructors that are assigned.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="UniqueSectionCode">
 
<xs:annotation>
   
<xs:documentation>A unique identifier for the section, that is defined by the classroom, the subjects taught, and the instructors that are assigned.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>