ERDi-TestLab / ERDiTestlab-ProcessEvents

The repo holds the master version of the ETP designed ProcessEvents.xsd
MIT License
0 stars 1 forks source link

Fix element in ComplexTypes for the XXXTestSpecificationTypes #14

Open gerardmoloneyetpartners opened 3 years ago

gerardmoloneyetpartners commented 3 years ago

Lines 89, 96, 103, 110 in the complexTypes all have the incorrect element definitions. The names are wrong, and they are missing the type.

existing element

shall be replaced with

This support the correct generation of messages for the following event types (defined at the end of the ProcessEvents.xsd)

line 3075 NotifyMaterialTestSpecifiedEventType line 3111 NotifyMaterialTestSpecificationAdjustedEventType line 3147 NotifyMaterialTestSpecificationRetiredEventType line 3182 NotifyEquipmentCapabilityTestSpecifiedEventType line 3218 NotifyEquipmentCapabilityTestAdjustedEventType line 3253 NotifyEquipmentCapabilityTestRetiredEventType line 3289 NotifyQualificationTestSpecifiedEventType line 3324 NotifyQualificationTestAdjustedEventType line 3360 NotifyQualificationTestRetiredEventType line 3396 NotifyPhysicalAssetCapabilityTestSpecifiedEventType line 3433 NotifyPhysicalAssetCapabilityTestAdjustedEventType line 3470 NotifyPhysicalAssetCapabilityTestRetiredEventType