ETPartners / b2mmlv7beta

b2mmlv7beta for review
2 stars 3 forks source link

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

Open CharlieG021163 opened 4 years ago

CharlieG021163 commented 4 years ago

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="Holding"/> Change to "Hold" <xsd:enumeration value="Paused"/> Change to "Suspended"

TO: updated enumerations list aligning with updated 950002 and 950004 <xsd:enumeration value="Waiting"/> New

<xsd:enumeration value="Held"/> Changed from "Holding" <xsd:enumeration value="Suspended"/> Changed from "Paused" <xsd:enumeration value="Closed"/> New

Dennis-Brandl commented 4 years ago

agreed