http://www.endeca.com/endeca-server/control/1/0
The dataStoreConfig Complex Type
The configuration of a data store. 'dataFiles' should include a directory and a prefix. If 'dataFiles' is omitted, the default data files directory will be used, and 'name' will be used as the prefix. 'wsPort' and 'bulkLoadPort' can be left blank or set to zero, which will cause the Endeca Server to assign ports automatically.
Local elements (7)
name dataFiles wsPort bulkLoadPort startupTimeoutSeconds shutdownTimeoutSeconds arg
Complex Type dataStoreConfig
The dataStoreConfig type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin Sequence [1...1]
<name>string</name> [1..1]
<dataFiles>string</dataFiles> [0..1]
<wsPort>int</wsPort> [0..1]
<bulkLoadPort>int</bulkLoadPort> [0..1]
<startupTimeoutSeconds>int</startupTimeoutSeconds> [0..1]
<shutdownTimeoutSeconds>int</shutdownTimeoutSeconds> [0..1]
<arg>string</arg> [0..*]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<complexType  name="dataStoreConfig">
-<annotation>
<documentation> The configuration of a data store. 'dataFiles' should include a directory and a prefix. If 'dataFiles' is omitted, the default data files directory will be used, and 'name' will be used as the prefix. 'wsPort' and 'bulkLoadPort' can be left blank or set to zero, which will cause the Endeca Server to assign ports automatically. </documentation>
</annotation>
-<sequence>
<element  name="name"  type="string" />
<element  minOccurs="0"  name="dataFiles"  type="string" />
<element  minOccurs="0"  name="wsPort"  type="int" />
<element  minOccurs="0"  name="bulkLoadPort"  type="int" />
<element  minOccurs="0"  name="startupTimeoutSeconds"  type="int" />
<element  minOccurs="0"  name="shutdownTimeoutSeconds"  type="int" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="arg"  type="string" />
</sequence>
</complexType>

 Collapse Uses
 Collapse Type (2)
int  string 
 
 Collapse Used-By
Generated by WSDLdoc ©