complexType AccountIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p40.png
namespace http://ed-fi.org/0110
children AccountNumber FiscalYear EducationOrganizationReference
used by
element AccountReferenceType/AccountIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of accounts.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="AccountIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of accounts.</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 alpha-numeric 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" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AccountIdentityType/AccountNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p41.png
namespace http://ed-fi.org/0110
type AccountNumber
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 50 
annotation
documentation
The alpha-numeric string that identifies the account.
source <xs:element name="AccountNumber" type="AccountNumber">
 
<xs:annotation>
   
<xs:documentation>The alpha-numeric string that identifies the account.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccountIdentityType/FiscalYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p42.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
content simple
annotation
documentation
The financial accounting year.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p43.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children EducationOrganizationIdentity
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
Provide user information to lookup and link to an existing educational organization record in the receiving system
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>