simpleType UniqueSectionCode
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements Section/UniqueSectionCode SectionIdentityType/UniqueSectionCode SectionLookupType/UniqueSectionCode
facets
Kind Value Annotation
minLength 1
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>
<ann:EdFiId>114</ann:EdFiId>
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>
     
<ann:EdFiId>114</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="255"/>
 
</xs:restriction>
</xs:simpleType>