simpleType ClassroomIdentificationCode
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements Location/ClassroomIdentificationCode GradeIdentityType/ClassroomIdentificationCode LocationIdentityType/ClassroomIdentificationCode SectionIdentityType/Location
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="ClassroomIdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.</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="20"/>
 
</xs:restriction>
</xs:simpleType>