complexType AssessmentIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p138.png
namespace http://ed-fi.org/0200
children IdentificationCode AssessmentIdentificationSystem AssigningOrganizationIdentificationCode
used by
elements Assessment/AssessmentIdentificationCode AssessmentLookupType/AssessmentIdentificationCode
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>
<ann:EdFiId>483</ann:EdFiId>
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>
     
<ann:EdFiId>483</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to an assessment by a school, school system, state, or other agency or entity.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>736</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentIdentificationSystem" type="AssessmentIdentificationSystemDescriptorReferenceType">
     
<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:EdFiId>734</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssigningOrganizationIdentificationCode" type="IdentificationCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The organization code or name assigning the assessment identification code.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>735</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

element AssessmentIdentificationCode/AssessmentIdentificationSystem
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p140.png
namespace http://ed-fi.org/0200
type AssessmentIdentificationSystemDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
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:EdFiId>734</ann:EdFiId>
source <xs:element name="AssessmentIdentificationSystem" type="AssessmentIdentificationSystemDescriptorReferenceType">
 
<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:EdFiId>734</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentIdentificationCode/AssigningOrganizationIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p141.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The organization code or name assigning the assessment identification code.
appinfo
<ann:EdFiId>735</ann:EdFiId>
source <xs:element name="AssigningOrganizationIdentificationCode" type="IdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The organization code or name assigning the assessment identification code.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>735</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>