complexType ObjectiveAssessmentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p888.png
namespace http://ed-fi.org/0200
children AssessmentReference IdentificationCode
used by
element ObjectiveAssessmentReferenceType/ObjectiveAssessmentIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of assessment objectives.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>445</ann:EdFiId>
source <xs:complexType name="ObjectiveAssessmentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of assessment objectives.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>445</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AssessmentReference" type="AssessmentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing assessment.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2056</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<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:appinfo>
         
<ann:EdFiId>2057</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ObjectiveAssessmentIdentityType/AssessmentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p889.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing assessment.
appinfo
<ann:EdFiId>2056</ann:EdFiId>
source <xs:element name="AssessmentReference" type="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2056</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ObjectiveAssessmentIdentityType/IdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p890.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 a space, room, site, building, individual, organization, program, or institution by a school, school system, state, or other agency or entity.
appinfo
<ann:EdFiId>2057</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>2057</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>