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

Update ResponseState1Type enumerations in Common.xsd to align with updated 950002 and 950004 #108

Open
CharlieG021163 opened this issue Apr 7, 2020 · 1 comment
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 Apr 7, 2020

Background
In updated 950002 and 950004, the Response State attribute's defined values where changes and expanded. The B2MML 7.0 Beta Common.xsd has the ResponseState1Type which has the old defined values as enumerations. The following changes are required to align with updated 950002 and 950004.

Supporting Document
ISA-950002 JWG5 CDV01 version (2019 12)
Clause 6.3.2 Operations performance,Table 201 – Operations performance attributes
Clause 6.3.3 Operations response, Table 203 – Operations response attributes
Clause 6.3.4 Segment response, Table 205 – Segment response attributes

ISA-950004 JWG5 CDV01 version (2019 12)
Clause 6.6 Work directive relationship roles and attributes, Table 29 – Work directive attributes
Clause 8.2 Work performance, Table 63 – Work performance attributes
Clause 8.3 Work response, Table 65 – Work response attributes
Clause 8.5 Job response, Table 69 – Job response attributes

Impacted Types and Solution
Common.xsd
complexType name="ResponseState1Type"
CHANGE: the following enumeration list
<xsd:enumeration value="Ready"/>
<xsd:enumeration value="Running"/>
<xsd:enumeration value="Completed"/>
<xsd:enumeration value="Aborted"/>
<xsd:enumeration value="Holding"/> Change to "Hold"
<xsd:enumeration value="Paused"/> Change to "Suspended"
<xsd:enumeration value="Other"/>

TO: updated enumerations list aligning with updated 950002 and 950004
<xsd:enumeration value="Waiting"/> New
<xsd:enumeration value="Ready"/>
<xsd:enumeration value="Running"/>
<xsd:enumeration value="Completed"/>
<xsd:enumeration value="Aborted"/>
<xsd:enumeration value="Held"/> Changed from "Holding"
<xsd:enumeration value="Suspended"/> Changed from "Paused"
<xsd:enumeration value="Closed"/> New
<xsd:enumeration value="Other"/>

@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 Apr 7, 2020
@CharlieG021163 CharlieG021163 added this to the Discussed & Commented milestone Apr 7, 2020
CharlieG021163 added a commit that referenced this issue Apr 7, 2020
updated enumerations list to alig with updated 950002 and 950004
<xsd:enumeration value="Waiting"/>
<xsd:enumeration value="Ready"/>
<xsd:enumeration value="Running"/>
<xsd:enumeration value="Completed"/>
<xsd:enumeration value="Aborted"/>
<xsd:enumeration value="Held"/>
<xsd:enumeration value="Suspended"/>
<xsd:enumeration value="Closed"/>
<xsd:enumeration value="Other"/>
@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