simpleType AssessmentIdentificationSystemType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute AssessmentIdentificationCode/@IdentificationSystem
facets
Kind Value annotation 
enumeration School 
enumeration District 
enumeration State 
enumeration Federal 
enumeration Other Federal 
enumeration Test Contractor 
enumeration Other 
annotation
documentation
A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to an assessment.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="AssessmentIdentificationSystemType">
 
<xs:annotation>
   
<xs:documentation>A coding scheme that is used for identification and record-keeping purposes by schools, social services, or other agencies to refer to an assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="School"/>
   
<xs:enumeration value="District"/>
   
<xs:enumeration value="State"/>
   
<xs:enumeration value="Federal"/>
   
<xs:enumeration value="Other Federal"/>
   
<xs:enumeration value="Test Contractor"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>