complexType AssessmentFamilyLookupType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p130.png
namespace http://ed-fi.org/0200
children AssessmentFamilyTitle AssessmentFamilyIdentificationCode AssessmentCategory Version
used by
element AssessmentFamilyReferenceType/AssessmentFamilyLookup
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of assessment families.
appinfo
<ann:TypeGroup>Lookup</ann:TypeGroup>
<ann:EdFiId>643</ann:EdFiId>
source <xs:complexType name="AssessmentFamilyLookupType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of assessment families.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Lookup</ann:TypeGroup>
     
<ann:EdFiId>643</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AssessmentFamilyTitle" type="AssessmentTitle" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The title or name of the assessment family.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2304</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentFamilyIdentificationCode" type="AssessmentFamilyIdentificationCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A unique number or alphanumeric code assigned to an assessment family by a school, school system, a state, or other agency or entity.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2303</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AssessmentCategory" type="AssessmentCategoryDescriptorReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The category of an assessment based on format and content. For example: Achievement test, Advanced placement test, Alternate assessment/grade-level standards, Attitudinal test, Cognitive, and perceptual skills test, etc.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2302</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Version" type="Version" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The version identifier for the assessment family.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2305</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AssessmentFamilyLookupType/AssessmentFamilyTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p131.png
namespace http://ed-fi.org/0200
type AssessmentTitle
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The title or name of the assessment family.
appinfo
<ann:EdFiId>2304</ann:EdFiId>
source <xs:element name="AssessmentFamilyTitle" type="AssessmentTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The title or name of the assessment family.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2304</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentFamilyLookupType/AssessmentFamilyIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p132.png
namespace http://ed-fi.org/0200
type AssessmentFamilyIdentificationCode
properties
minOcc 0
maxOcc 1
content complex
children IdentificationCode AssessmentIdentificationSystem AssigningOrganizationIdentificationCode
annotation
documentation
A unique number or alphanumeric code assigned to an assessment family by a school, school system, a state, or other agency or entity.
appinfo
<ann:EdFiId>2303</ann:EdFiId>
source <xs:element name="AssessmentFamilyIdentificationCode" type="AssessmentFamilyIdentificationCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an assessment family by a school, school system, a state, or other agency or entity.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2303</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentFamilyLookupType/AssessmentCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p133.png
namespace http://ed-fi.org/0200
type AssessmentCategoryDescriptorReferenceType
properties
minOcc 0
maxOcc 1
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
The category of an assessment based on format and content. For example: Achievement test, Advanced placement test, Alternate assessment/grade-level standards, Attitudinal test, Cognitive, and perceptual skills test, etc.
appinfo
<ann:EdFiId>2302</ann:EdFiId>
source <xs:element name="AssessmentCategory" type="AssessmentCategoryDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The category of an assessment based on format and content. For example: Achievement test, Advanced placement test, Alternate assessment/grade-level standards, Attitudinal test, Cognitive, and perceptual skills test, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2302</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentFamilyLookupType/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p134.png
namespace http://ed-fi.org/0200
type Version
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The version identifier for the assessment family.
appinfo
<ann:EdFiId>2305</ann:EdFiId>
source <xs:element name="Version" type="Version" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version identifier for the assessment family.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2305</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>