complexType AssessmentIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p108.png
namespace http://ed-fi.org/0110
children ID
used by
elements AssessmentFamily/AssessmentFamilyIdentificationCode AssessmentFamilyIdentityType/AssessmentFamilyIdentificationCode Assessment/AssessmentIdentificationCode AssessmentIdentityType/AssessmentIdentificationCode
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemAssessmentIdentificationSystemTyperequired      
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.
AssigningOrganizationCodeIdentificationCodeoptional      
documentation
The organization code or name assigning the assessment identification code.
annotation
documentation
A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="AssessmentIdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ID" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="IdentificationSystem" type="AssessmentIdentificationSystemType" use="required">
   
<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:annotation>
 
</xs:attribute>
 
<xs:attribute name="AssigningOrganizationCode" type="IdentificationCode" use="optional">
   
<xs:annotation>
     
<xs:documentation>The organization code or name assigning the assessment identification code.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute AssessmentIdentificationCode/@IdentificationSystem
type AssessmentIdentificationSystemType
properties
isRef 0
use required
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.
source <xs:attribute name="IdentificationSystem" type="AssessmentIdentificationSystemType" use="required">
 
<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:annotation>
</xs:attribute>

attribute AssessmentIdentificationCode/@AssigningOrganizationCode
type IdentificationCode
properties
isRef 0
use optional
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The organization code or name assigning the assessment identification code.
source <xs:attribute name="AssigningOrganizationCode" type="IdentificationCode" use="optional">
 
<xs:annotation>
   
<xs:documentation>The organization code or name assigning the assessment identification code.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element AssessmentIdentificationCode/ID
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p109.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.
source <xs:element name="ID" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an assessment by a school, school system, a state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>