simpleType AssessmentIdentificationSystemMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element AssessmentIdentificationSystemDescriptor/AssessmentIdentificationSystemMap
facets
Kind Value Annotation
enumeration District
appinfo
<ann:EdFiId>129-001</ann:EdFiId>
enumeration Federal
appinfo
<ann:EdFiId>129-002</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>129-003</ann:EdFiId>
enumeration Other Federal
appinfo
<ann:EdFiId>129-004</ann:EdFiId>
enumeration School
appinfo
<ann:EdFiId>129-005</ann:EdFiId>
enumeration State
appinfo
<ann:EdFiId>129-006</ann:EdFiId>
enumeration Test Contractor
appinfo
<ann:EdFiId>129-007</ann:EdFiId>
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>
<ann:EdFiId>129</ann:EdFiId>
source <xs:simpleType name="AssessmentIdentificationSystemMapType">
 
<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>
     
<ann:EdFiId>129</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="District">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>129-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Federal">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>129-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>129-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other Federal">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>129-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>129-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="State">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>129-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Test Contractor">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>129-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>