MIM 6.2.00 - Detailed Change Description.
Schema Defects.
A schema defect was present in the MIM 5.5.01 issue for the PDS domain. This domain is included within this MIM with the schemas corrected.
The schema defect relates to the Interaction schema, where an additional element had been rendered in the schema. This element was not intended to be present in the schema and has consequently been removed.
Incorrect version was as below :
<xs:element name="PRPA_IN000203UK03">
<xs:complexType>
<xs:complexContent>
<xs:extension base="PRPA_IN000203UK03.MCCI_MT010101UK12.Message">
<xs:attribute name="ITSVersion" type="xs:string" use="required" fixed="XML_1.0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Correct version is as below :
<xs:element name="PRPA_IN000203UK03">
<xs:complexType>
<xs:complexContent>
<xs:extension base="PRPA_IN000203UK03.MCCI_MT010101UK12.Message"/>
</xs:complexContent>
</xs:complexType>
</xs:element>