complexType
AssessmentFamilyIdentityType
element AssessmentFamilyIdentityType/AssessmentFamilyIdentificationCode
element AssessmentFamilyIdentityType/AssessmentFamilyTitle
element AssessmentFamilyIdentityType/Version
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | AssessmentFamilyIdentificationCode AssessmentFamilyTitle Version | ||||
used by |
|
||||
annotation |
|
||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | AssessmentIdentificationCode | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | ID | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | AssessmentTitle | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | Version | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="Version" type="Version" minOccurs="0"> <xs:annotation> <xs:documentation>The version of the assessment.</xs:documentation> </xs:annotation> </xs:element> |