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.