ETPartners / b2mmlv7beta

b2mmlv7beta for review
2 stars 3 forks source link

Add AllExtensions.xsd as parent child relationship for all extensions.xsd #102

Open CharlieG021163 opened 4 years ago

CharlieG021163 commented 4 years ago

ERDi, MESA: Background The following Impacted schema have the same set of 38 problems which relate to absence of an "include: of the AllExtensions.xsd for a parent reference.

Impacted Schema B2MML-Common.xsd B2MML-Extensions.xsd BatchML-BatchInformationExtensions.xsd BatchML-BatchProductionRecordExtensions.xsd BatchML-GeneralRecipeExtensions.xsd

Solution B2MML-Extensions.xsd BatchML-BatchInformationExtensions.xsd BatchML-BatchProductionRecordExtensions.xsd BatchML-GeneralRecipeExtensions.xsd ADD: xsd:include schemaLocation="B2MML-AllExtensions.xsd"

B2MML-Common.xsd CHANGE: schemaLocation="B2MML-CommonExtensions.xsd"/> TO: schemaLocation="B2MML-AllExtensions.xsd"/>

CharlieG021163 commented 4 years ago

CHANGE: In The following Impacted schema change include CommonExtensions.xsd as a parent reference to AllExtensions.xsd. Impacted Schema B2MML-Extensions.xsd BatchML-BatchInformationExtensions.xsd BatchML-BatchProductionRecordExtensions.xsd BatchML-GeneralRecipeExtensions.xsd

To the above Impacted Schema CHANGE: CommonExtensions.xsd to

Dennis-Brandl commented 4 years ago

agreed