complexType Actual
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p61.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children AmountToDate AsOfDate AccountReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This financial entity represents the sum of the financial transactions to date relating to a specific account.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>539</ann:EdFiId>
source <xs:complexType name="Actual">
 
<xs:annotation>
   
<xs:documentation>This financial entity represents the sum of the financial transactions to date relating to a specific account.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>539</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="AmountToDate" type="Currency">
         
<xs:annotation>
           
<xs:documentation>Current balance for the account.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1217</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AsOfDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date of the reported actual element.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1218</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AccountReference" type="AccountReferenceType">
         
<xs:annotation>
           
<xs:documentation>Account with which the Actual is associated.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1216</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Actual/AmountToDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p62.png
namespace http://ed-fi.org/0200
type Currency
properties
content simple
annotation
documentation
Current balance for the account.
appinfo
<ann:EdFiId>1217</ann:EdFiId>
source <xs:element name="AmountToDate" type="Currency">
 
<xs:annotation>
   
<xs:documentation>Current balance for the account.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1217</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Actual/AsOfDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p63.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The date of the reported actual element.
appinfo
<ann:EdFiId>1218</ann:EdFiId>
source <xs:element name="AsOfDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of the reported actual element.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1218</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Actual/AccountReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p64.png
namespace http://ed-fi.org/0200
type AccountReferenceType
properties
content complex
children AccountIdentity
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
Account with which the Actual is associated.
appinfo
<ann:EdFiId>1216</ann:EdFiId>
source <xs:element name="AccountReference" type="AccountReferenceType">
 
<xs:annotation>
   
<xs:documentation>Account with which the Actual is associated.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1216</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>