Avatar

Level 4

Hi

It is defined as part of nms:deliveryData Schema:

<element label="HTML content" name="html" ref="contentDef"/>

<element label="Text content" name="text" ref="contentDef"/>

<element label="SMS content" name="sms" ref="contentDef"/>

contendDef is defined as

  <element desc="Definition of a content for a given message format" label="Content"

           name="contentDef">

    <attribute advanced="true" enum="trackingType" expr="''" label="Default URL tracking"

               name="trackingType" type="byte" xml="true"/>

    <attribute advanced="true" enum="nms:trackingUrlInfo:urlType" expr="''" label="Default URL types"

               name="urlType" type="byte" xml="true"/>

    <element desc="Content associated with this format." label="Content" localizable="true"

             name="source" type="CDATA"/>

    <element desc="Name of the file used the last time this content was loaded."

             label="File" name="sourceFile" type="string"/> <!-- ### to use or to remove ??? + isn't it an attribute -->

    <element label="Configuration of URLs of the content" name="urlConfig" ref="urlConfig"/>

    <element label="Configuration of images referenced in the content" name="imageConfig"

             ref="imageConfig"/>

  </element>