complexType
AccountCodeDescriptor
element AccountCodeDescriptor/AccountCodeCategory
element AccountCodeDescriptor/BeginDate
element AccountCodeDescriptor/EndDate
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of DescriptorType | ||||||||||||||
properties |
|
||||||||||||||
children | CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace AccountCodeCategory BeginDate EndDate | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="AccountCodeDescriptor"> <xs:annotation> <xs:documentation>This descriptor holds the set of account codes defined for the education accounting system organized by account code type (e.g., fund, function, object).</xs:documentation> <xs:appinfo> <ann:TypeGroup>Descriptor</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="DescriptorType"> <xs:sequence> <xs:element name="AccountCodeCategory" type="AccountCodeCategory"> <xs:annotation> <xs:documentation>The type of the account code (e.g., fund, function, object).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The first date the account code is valid.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The last date the account code is valid.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element AccountCodeDescriptor/AccountCodeCategory
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AccountCodeCategory | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AccountCodeCategory" type="AccountCodeCategory"> <xs:annotation> <xs:documentation>The type of the account code (e.g., fund, function, object).</xs:documentation> </xs:annotation> </xs:element> |
element AccountCodeDescriptor/BeginDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="BeginDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The first date the account code is valid.</xs:documentation> </xs:annotation> </xs:element> |
element AccountCodeDescriptor/EndDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The last date the account code is valid.</xs:documentation> </xs:annotation> </xs:element> |