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.
ingestRecords operation
dimensionValue elements
dimension
element.
spec of a dimension value
uniquely identifies it within the dimension.
ingestDimensionValues operation
errorDetail elements, each
describing a problem which prevented successful
operation processing.
<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.