Item Data Format

Given below is the canonical ItemData format used to pass data to SIS services for searching and returned from SIS services as data submitted from CES:

<?xml version="1.0"?>

<TranslationItemList>

<Items>

<CategoryName>ENOVIA VIP Preferred Catalog</CategoryName>

<Attributes name="SPM_PICTURE">

<Value datatype="STRING"></Value>

<UnitOfMeasurement></UnitOfMeasurement>

<ExplorePropertyDBLabel>SPM_PICTURE</ExplorePropertyDBLabel>

<PtrPropertyDBLabel></PtrPropertyDBLabel>

</Attributes>

<Attributes name="SRM_LONGTEXT1">

<Value datatype="STRING">Long description</Value>

<UnitOfMeasurement></UnitOfMeasurement>

<ExplorePropertyDBLabel>SRM_LONGTEXT1</ExplorePropertyDBLabel>

<PtrPropertyDBLabel></PtrPropertyDBLabel>

</Attributes>

<Attributes name="COMPANY_NAME">

<Value datatype="STRING">I2 DEVELOPMENT</Value>

<UnitOfMeasurement></UnitOfMeasurement>

<ExplorePropertyDBLabel>COMPANY_NAME</ExplorePropertyDBLabel>

<PtrPropertyDBLabel>SPD_MANUFACTURER</PtrPropertyDBLabel>

</Attributes>

</Items>

</TranslationItemList>