IBM FileNet P8, Version 5.2.1            

Structure of script output

XML property mapping scripts must generate XML documents that have the following general form:
    <XMLDocType>
        <PropName1> Value1 </PropName1>
        <PropName2> Value2 </PropName2>
          .
          .
          .
        <PropNamen> Valuen </PropNamen>
    </XMLDocType>
where:
  • XMLDocType is the value of the XMLDocumentType property from the XMLPropertyMappingScript object that maps to the target document class.
  • PropName1, PropName2, and so on, are the symbolic names of the properties from the target class that the classifier automatically updates based on the element value.
  • Value1, Value2, and so on, are the values that are assigned to the corresponding property on the target document.


Last updated: March 2016
adc_xml_pms_structure.htm

© Copyright IBM Corporation 2016.