complexType
AccountIdentityType
element AccountIdentityType/AccountNumber
element AccountIdentityType/FiscalYear
element AccountIdentityType/EducationOrganizationReference
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | AccountNumber FiscalYear EducationOrganizationReference | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="AccountIdentityType"> <xs:annotation> <xs:documentation>Identity of an Account.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="AccountNumber" type="AccountNumber"> <xs:annotation> <xs:documentation>The alphanumeric string that identifies the account.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FiscalYear" type="xs:int"> <xs:annotation> <xs:documentation>The financial accounting year.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>Relates the account to an Education Organization.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element AccountIdentityType/AccountNumber
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | AccountNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AccountNumber" type="AccountNumber"> <xs:annotation> <xs:documentation>The alphanumeric string that identifies the account.</xs:documentation> </xs:annotation> </xs:element> |
element AccountIdentityType/FiscalYear
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="FiscalYear" type="xs:int"> <xs:annotation> <xs:documentation>The financial accounting year.</xs:documentation> </xs:annotation> </xs:element> |
element AccountIdentityType/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>Relates the account to an Education Organization.</xs:documentation> </xs:annotation> </xs:element> |