complexType
BudgetIdentityType
element BudgetIdentityType/AsOfDate
element BudgetIdentityType/AccountReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | AsOfDate AccountReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="BudgetIdentityType"> <xs:annotation> <xs:documentation>Identity of a Budget.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="AsOfDate" type="xs:date"> <xs:annotation> <xs:documentation>The date of the reported budget element.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccountReference" type="AccountReferenceType"> <xs:annotation> <xs:documentation>Account with which the Budget is associated.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element BudgetIdentityType/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 budget element.</xs:documentation> </xs:annotation> </xs:element> |
element BudgetIdentityType/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 Budget is associated.</xs:documentation> </xs:annotation> </xs:element> |