complexType
Actual
element Actual/AmountToDate
element Actual/AsOfDate
element Actual/AccountReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | AmountToDate AsOfDate AccountReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | Currency | ||
properties |
|
||
annotation |
|
||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AccountReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AccountIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="AccountReference" type="AccountReferenceType"> <xs:annotation> <xs:documentation>Account with which the Actual is associated.</xs:documentation> </xs:annotation> </xs:element> |