2.2.5.11 EntityStagingImportType

Applies to MDS 2012

The EntityStagingImportType simple type specifies the entity staging import type.

The following is the XML schema definition of the EntityStagingImportType simple type.

 <xs:simpleType name="EntityStagingImportType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="MergeOptimistic" />
     <xs:enumeration value="Insert" />
     <xs:enumeration value="MergeOverwrite" />
     <xs:enumeration value="Delete" />
     <xs:enumeration value="Purge" />
     <xs:enumeration value="DeleteSetNull" />
     <xs:enumeration value="PurgeSetNull" />
   </xs:restriction>
 </xs:simpleType>

Value

Meaning

MergOptimistic

The type is MergeOptimistic.

Insert

The type is Insert.

MergeOverwrite

The type is MergeOverwrite.

Delete

The type is Delete.

Purge

The type is Purge.

DeleteSetNull

The type is DeleteSetNull.

PurgeSetNull

The type is PurgeSetNull.