complexType AssessmentFamilyIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p102.png
namespace http://ed-fi.org/0110
children AssessmentFamilyIdentificationCode AssessmentFamilyTitle Version
used by
element AssessmentFamilyReferenceType/AssessmentFamilyIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of assessment families by unique identification.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="AssessmentFamilyIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of assessment families by unique identification.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:choice maxOccurs="2">
   
<xs:sequence>
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing assessment record in the receiving system by unique identification using AssessmentFamilyIdentficationCode.</xs:documentation>
     
</xs:annotation>
     
<xs:element name="AssessmentFamilyIdentificationCode" type="AssessmentIdentificationCode" maxOccurs="unbounded">
       
<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:sequence>
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing assessment record in the receiving system by non-unique search of AssessmentFamilyTitle + Version (e.g., 2009)</xs:documentation>
     
</xs:annotation>
     
<xs:element name="AssessmentFamilyTitle" type="AssessmentTitle">
       
<xs:annotation>
         
<xs:documentation>The title or name of the assessment.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Version" type="Version" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>The version of the assessment.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:choice>
</xs:complexType>

element AssessmentFamilyIdentityType/AssessmentFamilyIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p103.png
namespace http://ed-fi.org/0110
type AssessmentIdentificationCode
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ID
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.
source <xs:element name="AssessmentFamilyIdentificationCode" type="AssessmentIdentificationCode" maxOccurs="unbounded">
 
<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>

element AssessmentFamilyIdentityType/AssessmentFamilyTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p104.png
namespace http://ed-fi.org/0110
type AssessmentTitle
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The title or name of the assessment.
source <xs:element name="AssessmentFamilyTitle" type="AssessmentTitle">
 
<xs:annotation>
   
<xs:documentation>The title or name of the assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AssessmentFamilyIdentityType/Version
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p105.png
namespace http://ed-fi.org/0110
type Version
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The version of the assessment.
source <xs:element name="Version" type="Version" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The version of the assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>