2.2.5.2 AccountingConfigInfo Element

The AccountingConfigInfo XML element is used to specify configuration information concerning the accounting database. It is the root element of XML documents that are used in WSRM method parameters.

 <xs:element name="AccountingConfigInfo">
   <xs:complexType name="AccountingConfigInfoType">
     <xs:sequence>
       <xs:element name="AccountingEnabled"
         type="xsd:string"
         minOccurs="1"
         maxOccurs="1"
        />
       <xs:element name="RecordWriteInterval"
         type="xsd:double"
         minOccurs="1"
         maxOccurs="1"
        />
       <xs:element name="DatabaseLocation"
         type="xsd:string"
         minOccurs="1"
         maxOccurs="1"
        />
       <xs:element name="DatabaseServer"
         type="xsd:string"
         minOccurs="1"
         maxOccurs="1"
        />
       <xs:element name="DatabaseInstance"
         type="xsd:string"
         minOccurs="1"
         maxOccurs="1"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

AccountingEnabled

xsd:string

Whether the accounting database is currently enabled for data collection, in Boolean format (section 2.2.1.2).

RecordWriteInterval

xsd:double

The time interval for data collection in minutes.

DatabaseLocation

xsd:string

The file system path where the accounting database is located.

DatabaseServer

xsd:string

The name of the server on which the accounting database is located. Its value "." denotes the name of the WSRM server the client is connected to.

DatabaseInstance

xsd:string

The name of the database server instance for the accounting database.

Additional XML data formats are specified in section 2.2.5.