complexType AssessmentFamilyIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p128.png
namespace http://ed-fi.org/0200
children AssessmentFamilyTitle
used by
element AssessmentFamilyReferenceType/AssessmentFamilyIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of assessment families.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>397</ann:EdFiId>
source <xs:complexType name="AssessmentFamilyIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of assessment families.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>397</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AssessmentFamilyTitle" type="AssessmentTitle">
     
<xs:annotation>
       
<xs:documentation>The title or name of the assessment.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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