complexType GraduationPlanIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p533.png
namespace http://ed-fi.org/0110
children GraduationPlanType EducationOrganizationReference StudentReference
used by
element GraduationPlanReferenceType/GraduationPlanIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the graduation plan.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="GraduationPlanIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the graduation plan.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="GraduationPlanType" type="DescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The type of academic plan the student is following for graduation: for example, Minimum, Recommended, Distinguished, or Standard.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>GraduationPlanTypeDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system. For standard plans defined by an education organization, this is the reference to the organization defining the plan.  Individualized plans do not require this reference.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StudentReference" type="StudentReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element GraduationPlanIdentityType/GraduationPlanType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p534.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The type of academic plan the student is following for graduation: for example, Minimum, Recommended, Distinguished, or Standard.
appinfo
<ann:Descriptor>GraduationPlanTypeDescriptor</ann:Descriptor>
source <xs:element name="GraduationPlanType" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The type of academic plan the student is following for graduation: for example, Minimum, Recommended, Distinguished, or Standard.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GraduationPlanTypeDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element GraduationPlanIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p535.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provide user information to lookup and link to an existing educational organization record in the receiving system. For standard plans defined by an education organization, this is the reference to the organization defining the plan.  Individualized plans do not require this reference.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system. For standard plans defined by an education organization, this is the reference to the organization defining the plan.  Individualized plans do not require this reference.</xs:documentation>
 
</xs:annotation>
</xs:element>

element GraduationPlanIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p536.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provide user information to lookup and link to an existing student record in the receiving system
source <xs:element name="StudentReference" type="StudentReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>