The type dx:typeOfChangeType is used to enter "amended" or "substituted" for a preceding certificate or report.
The tree structure of the type dx:typeOfChangeType has the following appearance:
<xs:simpleType name="typeOfChangeType">
<xs:restriction base="xs:string">
<xs:enumeration value="amended"/>
<xs:enumeration value="substituted"/>
</xs:restriction>
</xs:simpleType>
| Content | Description |
|---|---|
| amended | If "amended" is selected, the preceding certificate or report should be amended with the new one. |
| substituted | If "substituted" is selected, the preceding certificate or report should be substituted with the new one. |