Contains all information needed for a single ingest records operation/transaction A list of primaryKey properties. If a property name appears in this list, it indicates that if created, the property should be created as a "primary key" property, i.e.single-assign and uniquely valued. Properties are automatically created in this fashion when unknown properties are found in records contained in the recordList element. Contains the name of a property which should be a primary key property. Note that all property names must be NCNames. A single dimension value to be added to the dimension specified in the enclosing dimension element. The spec of a dimension value uniquely identifies it within the dimension. Summary information for a single invocation of an ingestRecords operation Contains a list of dimensionValue elements Summary information for a single invocation of an ingestDimensionValues operation An operation to clear the MDEX of its records and schema. Summary information for a single invocation of an clearMdex operation An operation to load schema records for an initial MDEX configuration Summary information for a single invocation of an provisionMdex operation Contains a list of one or more errorDetail elements, each describing a problem which prevented successful operation processing. Contains the list of records to be merged into or removed from the MDEX Engine. Each record contains one or more elements, each representing a property assignment. Each property assignment is of the form <propertyName type="propertyType">property value</propertyName> where propertyType is one of the supported MDEX property types. Each record element must contain one and only one property assignment from a primaryKey property, which is used to uniquely identify the record. Record contents will be merged with or removed from existing record contents, if any.

If a property assignment which does not correspond to an existing property is encountered, the associated property will be created using the type specified in the property assignment. If no type is specified, the mdex:string type will be used for the created property. If the created property appears in a primaryKey element in the primaryKeyList, it will be created as a unique, single-assign property.

A list of elements of any name and type, used to represent a list of assignments on an MDEX record. This is a duplicate copy of the one defined in mdex.xsd
Ingest web service for adding, deleting, and modifying records, and for adding dimension values