XML Property Mapping Script structure

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 = the value of the XMLDocumentType property from the XMLPropertyMappingScript object that maps to the target document class.

PropName1, PropName2, etc. = Symbolic names of the properties from the target class that the classifier will automatically update based on the element value.

Value1 = Value that will be assigned to PropName1 on target document

Value2 = Value that will be assigned to PropName2 on target document

Valuen = Value that will be assigned to PropNamen on target document