complexType AssessmentItemIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p145.png
namespace http://ed-fi.org/0210
children IdentificationCode AssessmentReference
used by
element AssessmentItemReferenceType/AssessmentItemIdentity
annotation
documentation
Identity of an AssessmentItem.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="AssessmentItemIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of an AssessmentItem.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IdentificationCode" type="IdentificationCode">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the AssessmentItem to an existing assessment.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AssessmentItemIdentityType/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p146.png
namespace http://ed-fi.org/0210
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.
source <xs:element name="IdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentItemIdentityType/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p147.png
namespace http://ed-fi.org/0210
type AssessmentReferenceType
properties
content complex
children AssessmentIdentity AssessmentLookup
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
Relates the AssessmentItem to an existing assessment.
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the AssessmentItem to an existing assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>