XmlDocument Object

XmlDocument — Holds XML documents.

Introduction

XmlDocument holds the name of a XML buffer which can be parsed, processed and written with the XML logic command. Future releases should provide a mechanism to so store actual XML documents as well in the repository.

Properties

Table 30. XmlDocument Object Properties

NameDetailsPossible ValuesDefault Value
RootElementNameThe name of the root element.*-
DescriptionDescription to be used in lists.*-
DetailDescriptionDetailed description.*-
ModifiedModification date-time stamp in ISO 8601 format.ccyy-mm-ddThh:mm:ssdate stamp

Example

<Object Application="MyOrder" Type="XmlDocument" Name="OrderFormat">
  <XmlDocument>
    <RootElementName>MyOrderFormat<RootElementName>
    <Description>example orderformat</Description>
    <DetailDescription>Example of orderformat</DetailDescription>
    <Modified>2007-11-12T09:58:00</Modified>
  </XmlDocument>
</Object>