ETPartners / b2mmlv7beta

b2mmlv7beta for review
2 stars 3 forks source link

Update RequestState1Type enumerations in Common.xsd to align with updated 950002 and 950004 #109

Open CharlieG021163 opened 4 years ago

CharlieG021163 commented 4 years ago

Background In updated 950002 and 950004, the Request 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.2.2 Operations schedule, Table 175 – Operations schedule attributes Clause 6.2.3 Operations request, Table 177 – Operations request attributes Clause 6.2.4 Segment requirement, Table 179 – Segment requirement attributes

ISA-950004 JWG5 CDV01 version (2019 12) Clause 7.2 Work schedule, Table 53 – Work schedule attributes Clause 7.3 Work request, Table 55 – Work request attributes

Impacted Types and Solution Common.xsd complexType name="RequestState1Type"

CHANGE: the following enumeration list

<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="Suspended"/> Change from "Paused"

Dennis-Brandl commented 4 years ago

agreed