http://www.endeca.com/endeca-server/sconfig/2/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. The optional language code is used to generate localized error messages.
Local elements (3)
outerTransactionId language 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. The optional language code is used to generate localized error messages.
<deleteEntities>
-Begin Sequence [1...1]
<outerTransactionId>v2_0:NonEmptyString</outerTransactionId> [0..1]
<language>v2_0:NonEmptyString</language> [0..1]
<semanticEntityKey key="v2_0:NonEmptyString"Click here to hide Comment This attribute is required.>v2_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. The optional
<code>language</code>
code is used to generate localized error messages.
</documentation>
</annotation>
-<complexType>
-<sequence>
<element  minOccurs="0"  name="outerTransactionId"  type="v2_0:NonEmptyString" />
<element  default="en"  minOccurs="0"  name="language"  type="v2_0:NonEmptyString" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="semanticEntityKey"  type="v2_0:semanticEntityKey" />
</sequence>
</complexType>
</element>

 Collapse Uses
 
 Collapse Used-By
 
Generated by WSDLdoc ©