complexType AssessmentFamilyReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p135.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children AssessmentFamilyIdentity AssessmentFamilyLookup
used by
elements Assessment/AssessmentFamilyReference AssessmentLookupType/AssessmentFamilyReference AssessmentFamily/ParentAssessmentFamilyReference
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
Provides alternative references for assessment families during interchange. Use XML IDREF to reference a course record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>396</ann:EdFiId>
source <xs:complexType name="AssessmentFamilyReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for assessment families during interchange. Use XML IDREF to reference a course record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>396</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="AssessmentFamilyIdentity" type="AssessmentFamilyIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of assessment families.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2102</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentFamilyLookup" type="AssessmentFamilyLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of assessment families.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2379</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AssessmentFamilyReferenceType/AssessmentFamilyIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p136.png
namespace http://ed-fi.org/0200
type AssessmentFamilyIdentityType
properties
minOcc 0
maxOcc 1
content complex
children AssessmentFamilyTitle
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of assessment families.
appinfo
<ann:EdFiId>2102</ann:EdFiId>
source <xs:element name="AssessmentFamilyIdentity" type="AssessmentFamilyIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of assessment families.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2102</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentFamilyReferenceType/AssessmentFamilyLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p137.png
namespace http://ed-fi.org/0200
type AssessmentFamilyLookupType
properties
minOcc 0
maxOcc 1
content complex
children AssessmentFamilyTitle AssessmentFamilyIdentificationCode AssessmentCategory Version
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of assessment families.
appinfo
<ann:EdFiId>2379</ann:EdFiId>
source <xs:element name="AssessmentFamilyLookup" type="AssessmentFamilyLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of assessment families.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2379</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>