complexType Actual
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p46.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children AmountToDate AsOfDate AccountReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</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:annotation>
       
</xs:element>
       
<xs:element name="AsOfDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date of the reported actual element.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AccountReference" type="AccountReferenceType">
         
<xs:annotation>
           
<xs:documentation>Account with which the Actual is associated.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Actual/AmountToDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p47.png
namespace http://ed-fi.org/0110
type Currency
properties
isRef 0
content simple
annotation
documentation
Current balance for the account.
source <xs:element name="AmountToDate" type="Currency">
 
<xs:annotation>
   
<xs:documentation>Current balance for the account.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Actual/AsOfDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p48.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The date of the reported actual element.
source <xs:element name="AsOfDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date of the reported actual element.</xs:documentation>
 
</xs:annotation>
</xs:element>

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