complexType AccommodationDescriptorReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p23.png
namespace http://ed-fi.org/0200
type extension of DescriptorReferenceType
properties
base DescriptorReferenceType
children CodeValue Namespace
used by
element StudentAssessment/Accommodation
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 references for accomodation descriptor and its details during interchange. Use XML IDREF to reference a record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Descriptor Reference</ann:TypeGroup>
<ann:EdFiId>351</ann:EdFiId>
source <xs:complexType name="AccommodationDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides references for accomodation descriptor and its details during interchange. Use XML IDREF to reference a record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Descriptor Reference</ann:TypeGroup>
     
<ann:EdFiId>351</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorReferenceType"/>
 
</xs:complexContent>
</xs:complexType>