simpleType AdministrationEnvironmentType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element StudentAssessment/AdministrationEnvironment
facets
Kind Value Annotation
enumeration Classroom
enumeration School
enumeration Testing Center
annotation
documentation
The environment in which the test was administered. For example:
    Electronic
    Classroom
    Testing Center
    ...
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="AdministrationEnvironmentType">
 
<xs:annotation>
   
<xs:documentation>The environment in which the test was administered. For example:
    Electronic
    Classroom
    Testing Center
    ...
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Classroom">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Testing Center">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>