complexType ProgramReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p993.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children ProgramIdentity ProgramLookup
used by
elements Assessment/ProgramReference Cohort/ProgramReference RestraintEvent/ProgramReference Section/ProgramReference StudentProgramAttendanceEvent/ProgramReference StaffProgramAssociation/ProgramReference StudentProgramAssociation/ProgramReference StudentProgramAssociationIdentityType/ProgramReference
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 alternative references for programs. Use XML IDREF to reference a program record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>448</ann:EdFiId>
source <xs:complexType name="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for programs. Use XML IDREF to reference a program record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>448</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="ProgramIdentity" type="ProgramIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of programs.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2127</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramLookup" type="ProgramLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of programs.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2390</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ProgramReferenceType/ProgramIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p994.png
namespace http://ed-fi.org/0200
type ProgramIdentityType
properties
minOcc 0
maxOcc 1
content complex
children ProgramType ProgramName EducationOrganizationReference
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of programs.
appinfo
<ann:EdFiId>2127</ann:EdFiId>
source <xs:element name="ProgramIdentity" type="ProgramIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of programs.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2127</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ProgramReferenceType/ProgramLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p995.png
namespace http://ed-fi.org/0200
type ProgramLookupType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationReference ProgramId ProgramName ProgramType
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of programs.
appinfo
<ann:EdFiId>2390</ann:EdFiId>
source <xs:element name="ProgramLookup" type="ProgramLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of programs.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2390</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>