complexType
GraduationPlanReferenceType
element GraduationPlanReferenceType/GraduationPlanIdentity
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | extension of ReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | GraduationPlanIdentity | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="GraduationPlanReferenceType"> <xs:annotation> <xs:documentation>Provides alternative references for a GraduationPlan. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Extended Reference</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ReferenceType"> <xs:sequence> <xs:element name="GraduationPlanIdentity" type="GraduationPlanIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Identity of a GraduationPlan.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element GraduationPlanReferenceType/GraduationPlanIdentity
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | GraduationPlanIdentityType | ||||||
properties |
|
||||||
children | GraduationPlanType EducationOrganizationReference GraduationSchoolYear | ||||||
annotation |
|
||||||
source | <xs:element name="GraduationPlanIdentity" type="GraduationPlanIdentityType" minOccurs="0"> <xs:annotation> <xs:documentation>Identity of a GraduationPlan.</xs:documentation> </xs:annotation> </xs:element> |