complexType AccountReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p54.png
namespace http://ed-fi.org/0210
type extension of ReferenceType
properties
base ReferenceType
children AccountIdentity
used by
elements Actual/AccountReference Budget/AccountReference ContractedStaff/AccountReference Payroll/AccountReference ActualIdentityType/AccountReference BudgetIdentityType/AccountReference ContractedStaffIdentityType/AccountReference PayrollIdentityType/AccountReference
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 an Account. 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.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
source <xs:complexType name="AccountReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for an Account. 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="AccountIdentity" type="AccountIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Identity of an Account.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AccountReferenceType/AccountIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p55.png
namespace http://ed-fi.org/0210
type AccountIdentityType
properties
minOcc 0
maxOcc 1
content complex
children AccountNumber FiscalYear EducationOrganizationReference
annotation
documentation
Identity of an Account.
source <xs:element name="AccountIdentity" type="AccountIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Identity of an Account.</xs:documentation>
 
</xs:annotation>
</xs:element>