Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CharlieG021163 opened this issue Mar 11, 2020 · 2 comments
Assignees
Labels
ERDi Issues that need to be fixed in ERDi version High MESA Issues that need to be fixed in MISA Version

Comments

@CharlieG021163
Copy link
Collaborator

CharlieG021163 commented Mar 11, 2020

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 CharlieG021163 added ERDi Issues that need to be fixed in ERDi version High MESA Issues that need to be fixed in MISA Version labels Mar 11, 2020
@CharlieG021163 CharlieG021163 added this to the Discussed & Commented milestone Mar 11, 2020
@CharlieG021163
Copy link
Collaborator Author

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 <xsd:include schemaLocation="B2MML-AllExtensions.xsd"/>

@CharlieG021163 CharlieG021163 changed the title Added parent child relationship for extensions Add AllExtensions.xsd as parent child relationship for all extensions.xsd Mar 16, 2020
CharlieG021163 referenced this issue Mar 16, 2020
Add new schema to AllSchemas
Update the list of schemas in InformationObject (this is still broken)
@Dennis-Brandl
Copy link

agreed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ERDi Issues that need to be fixed in ERDi version High MESA Issues that need to be fixed in MISA Version
Projects
None yet
Development

No branches or pull requests

4 participants