simpleType IntegratedTechnologyStatusType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
facets
Kind Value Annotation
enumeration Developing
appinfo
<ann:EdFiId>184-002</ann:EdFiId>
enumeration Approaching
appinfo
<ann:EdFiId>184-001</ann:EdFiId>
enumeration Meets
appinfo
<ann:EdFiId>184-004</ann:EdFiId>
enumeration Fully integrated
appinfo
<ann:EdFiId>184-003</ann:EdFiId>
enumeration Not required to report
appinfo
<ann:EdFiId>184-005</ann:EdFiId>
annotation
documentation
An indication of the extent to which the district has effectively and fully integrated technology, as defined by the state.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>184</ann:EdFiId>
source <xs:simpleType name="IntegratedTechnologyStatusType">
 
<xs:annotation>
   
<xs:documentation>An indication of the extent to which the district has effectively and fully integrated technology, as defined by the state.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>184</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Developing">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>184-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Approaching">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>184-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Meets">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>184-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Fully integrated">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>184-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Not required to report">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>184-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>