You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"/>
The text was updated successfully, but these errors were encountered:
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"/>
The text was updated successfully, but these errors were encountered: