http://www.endeca.com/endeca-server/sconfig/1/0
The deleteEntities Element
Takes a list of semanticEntityKey elements and deletes the Semantic Entities that match those keys. For any key that does not exist, this operation silently ignores that key.
Local elements (2)
outerTransactionId semanticEntityKey
Element deleteEntities : local complex type
The deleteEntities element cannot have "xsi:nil" as an attribute. The deleteEntities element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance
Takes a list of semanticEntityKey elements and deletes the Semantic Entities that match those keys. For any key that does not exist, this operation silently ignores that key.
<deleteEntities>
-Begin Sequence [1...1]
<outerTransactionId>v1_0:NonEmptyString</outerTransactionId> [0..1]
<semanticEntityKey key="v1_0:NonEmptyString"Click here to hide Comment This attribute is required.>v1_0:semanticEntityKey</semanticEntityKey> [0..*]
End Sequence
</deleteEntities>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<element  name="deleteEntities">
-<annotation>
-<documentation>
Takes a list of
<code>semanticEntityKey</code>
elements and deletes the Semantic Entities that match those keys. For any key that does not exist, this operation silently ignores that key.
</documentation>
</annotation>
-<complexType>
-<sequence>
<element  minOccurs="0"  name="outerTransactionId"  type="v1_0:NonEmptyString" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="semanticEntityKey"  type="v1_0:semanticEntityKey" />
</sequence>
</complexType>
</element>

 Collapse Uses
 
 Collapse Used-By
 
Generated by WSDLdoc ©