ArrayOfGLBranch Complex Type
In This Topic
Diagram
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
GLBranchCode optional xs:string
Unique identifier for a secondary operating unit of a business group or agency. Uniqueness is maintained in AMS360.
|
 |
IsInactive optional xs:boolean
Flag indicating whether the general ledger branch is active (false) or inactive (true).
|
 |
Name optional xs:string
General ledger branch name.
|
 |
ShortName optional xs:string
Unique identifier for a general ledger branch. This displayable code is entered and maintained by the agency.
| | | | |
Used By
Source
<xs:complexType name="ArrayOfGLBranch" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="GLBranch" nillable="true" type="tns:GLBranch" />
</xs:sequence>
</xs:complexType>
|
See Also