http://www.endeca.com/endeca-server/sconfig/3/0
The deleteCollections Element
Given a list of collectionKey elements and deletes the Collection that match those keys, given there are no assignments for the Unique Property Key. For example, for a collection Key Employee with a Unique Property Key EmployeeId, then the collection will only be deleted if and only if there are no records within the index with assignments to EmployeeId. For any key that does not exist, this operation silently ignores that key. The optional language code is used to generate localized error messages.
Local elements (3)
outerTransactionId language collectionKey
Element deleteCollections : local complex type
The deleteCollections element cannot have "xsi:nil" as an attribute. The deleteCollections element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance
Given a list of collectionKey elements and deletes the Collection that match those keys, given there are no assignments for the Unique Property Key. For example, for a collection Key Employee with a Unique Property Key EmployeeId, then the collection will only be deleted if and only if there are no records within the index with assignments to EmployeeId. For any key that does not exist, this operation silently ignores that key. The optional language code is used to generate localized error messages.
<deleteCollections>
-Begin Sequence [1...1]
<outerTransactionId>sconfig_v3_0:NonEmptyString</outerTransactionId> [0..1]
<collectionKey collectionKey="sconfig_v3_0:NonEmptyString"Click here to hide Comment This attribute is required.>sconfig_v3_0:collectionKey</collectionKey> [0..*]
End Sequence
</deleteCollections>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<element  name="deleteCollections">
-<annotation>
-<documentation>
Given a list of
<code>collectionKey</code>
elements and deletes the Collection that match those keys, given there are no assignments for the Unique Property Key. For example, for a collection Key Employee with a Unique Property Key EmployeeId, then the collection will only be deleted if and only if there are no records within the index with assignments to EmployeeId. For any key that does not exist, this operation silently ignores that key. The optional
<code>language</code>
code is used to generate localized error messages.
</documentation>
</annotation>
-<complexType>
-<sequence>
<element  minOccurs="0"  name="outerTransactionId"  type="sconfig_v3_0:NonEmptyString" />
<element  default="en"  minOccurs="0"  name="language"  type="sconfig_v3_0:NonEmptyString" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="collectionKey"  type="sconfig_v3_0:collectionKey" />
</sequence>
</complexType>
</element>

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