http://www.endeca.com/MDEX/ingest/2/0
The UpdateRecords Complex Type
Specifies a set of operations to be applied to a set of records.
Local elements (5)
recordSpecifier addAssignments deleteAssignments wildcardDeleteAssignments replaceAssignments
Complex Type UpdateRecords
The UpdateRecords type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin Sequence [1...1]
Specifies a set of records to apply the operations to.
<recordSpecifier>di_v2_0:RecordSpecifier</recordSpecifier> [1..1]
Specifies a set of assignments to add to each record in the set.
<addAssignments>di_v2_0:RecordDelta</addAssignments> [0..*]
Specifies a set of assignments to remove wherever they occur on the record set.
<deleteAssignments>di_v2_0:RecordDelta</deleteAssignments> [0..*]
Specifies a set of attributes. Removes all assignments on those attributes on all records in the record set.
<wildcardDeleteAssignments>mdex:AttributeList</wildcardDeleteAssignments> [0..*]
Specifies a set of assignments to replace. Any assignment on the record set with an attribute that appears in this element is deleted. All assignments in this element are subsequently added to all records in the set.
<replaceAssignments>di_v2_0:RecordDelta</replaceAssignments> [0..*]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<complexType  name="UpdateRecords">
-<annotation>
<documentation> Specifies a set of operations to be applied to a set of records. </documentation>
</annotation>
-<sequence>
-<element  maxOccurs="1"  minOccurs="1"  name="recordSpecifier"  type="di_v2_0:RecordSpecifier">
-<annotation>
<documentation> Specifies a set of records to apply the operations to. </documentation>
</annotation>
</element>
-<element  maxOccurs="unbounded"  minOccurs="0"  name="addAssignments"  type="di_v2_0:RecordDelta">
-<annotation>
<documentation> Specifies a set of assignments to add to each record in the set. </documentation>
</annotation>
</element>
-<element  maxOccurs="unbounded"  minOccurs="0"  name="deleteAssignments"  type="di_v2_0:RecordDelta">
-<annotation>
<documentation> Specifies a set of assignments to remove wherever they occur on the record set. </documentation>
</annotation>
</element>
-<element  maxOccurs="unbounded"  minOccurs="0"  name="wildcardDeleteAssignments"  type="mdex:AttributeList">
-<annotation>
<documentation> Specifies a set of attributes. Removes all assignments on those attributes on all records in the record set. </documentation>
</annotation>
</element>
-<element  maxOccurs="unbounded"  minOccurs="0"  name="replaceAssignments"  type="di_v2_0:RecordDelta">
-<annotation>
<documentation> Specifies a set of assignments to replace. Any assignment on the record set with an attribute that appears in this element is deleted. All assignments in this element are subsequently added to all records in the set. </documentation>
</annotation>
</element>
</sequence>
</complexType>

 Collapse Uses
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©