complexType ComplexObjectType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p240.png
namespace http://ed-fi.org/0110
properties
abstract true
used by
complexTypes AcademicWeek Account Actual Assessment AssessmentFamily AssessmentItem AttendanceEvent BellSchedule Budget CalendarDate ClassPeriod Cohort ContractedStaff Course CourseOffering CourseTranscript DescriptorType DisciplineAction DisciplineIncident EducationContent EducationOrganization Grade GradebookEntry GradingPeriod GraduationPlan InterventionPrescription InterventionStudy LearningObjective LearningStandard LeaveEvent Location MeetingTime ObjectiveAssessment OpenStaffPosition Payroll Person PostSecondaryEvent Program ReportCard RestraintEvent Section Session StudentAcademicRecord StudentAssessment StudentAssessmentItem StudentCompetency StudentCompetencyObjective StudentGradebookEntry StudentObjectiveAssessment
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This is the base type from which all entity elements are extended.
appinfo
<ann:TypeGroup>Base</ann:TypeGroup>
source <xs:complexType name="ComplexObjectType" abstract="true">
 
<xs:annotation>
   
<xs:documentation>This is the base type from which all entity elements are extended.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Base</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:attribute name="id" type="xs:ID">
   
<xs:annotation>
     
<xs:documentation>The XML ID associated with the complex object.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ComplexObjectType/@id
type xs:ID
properties
isRef 0
annotation
documentation
The XML ID associated with the complex object.
source <xs:attribute name="id" type="xs:ID">
 
<xs:annotation>
   
<xs:documentation>The XML ID associated with the complex object.</xs:documentation>
 
</xs:annotation>
</xs:attribute>