2.2.5.1 AccountingClientList Element
The AccountingClientList XML element is used to specify a list of accounting clients.
-
<xs:element name="AccountingClientList"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="AccountingClient" nillable="true" > <xs:complexType name="AccountingClient"> <xs:simpleContent> <xs:extension base="xs:string" > <xs:attribute name="Enabled" type="xs:string" /> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element>
Child Elements
Element |
Type |
Description |
---|---|---|
AccountingClient |
AccountingClient |
A specification of an accounting client machine. |
Attributes
Name |
Type |
Description |
---|---|---|
Enabled |
xs:string |
A string that specifies whether the accounting functionality of the accounting client is currently enabled, in Boolean format (section 2.2.1.2). |