complexType AssessmentIdentificationSystemDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p127.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AssessmentIdentificationSystemMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor holds 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>Descriptor</ann:TypeGroup>
source <xs:complexType name="AssessmentIdentificationSystemDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor holds 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>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="AssessmentIdentificationSystemMap" type="AssessmentIdentificationSystemMapType">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known AssessmentIdentificationSystem enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AssessmentIdentificationSystemDescriptor/AssessmentIdentificationSystemMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p128.png
namespace http://ed-fi.org/0210
type AssessmentIdentificationSystemMapType
properties
content simple
facets
Kind Value Annotation
enumeration District
enumeration Federal
enumeration Other
enumeration Other Federal
enumeration School
enumeration State
enumeration Test Contractor
annotation
documentation
The mapping to a known AssessmentIdentificationSystem enumeration type.
source <xs:element name="AssessmentIdentificationSystemMap" type="AssessmentIdentificationSystemMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known AssessmentIdentificationSystem enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>