-
Notifications
You must be signed in to change notification settings - Fork 3
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
Delete elements, OperationsRequestID from JobOrderType in WorkSchedule.xsd to align with updated 950004 #90
Comments
1. ERDi, MESA: complexType name = "WorkScheduleType". Align with updated 950002 and 950004. CHANGE: #12 element name = "WorkSchedule" TO: element name = "WorkScheduleChild" 2. ERDi, MESA: complexType name = "WorkRequestType". Align with updated 950002 and 950004. CHANGE: #12 element name = "WorkRequest" TO: element name = "WorkRequestChild" 3. ERDi, MESA: complexType name = "JobOrderType". Align with updated 950002 and 950004. CHANGE: #82 <xsd:element name = "WorkMasterID" type = "IdentifierType"/> TO: type = "IdentifierType" = "0"/> 4. ERDi, MESA: complexType name = "JobOrderType". Align with updated 950002 and 950004. DELETE: #90 <xsd:element name = "OperationsRequestID" type = "IdentifierType" minOccurs = "0" maxOccurs = "unbounded"/>
Supporting Document should be Table 58 as per below... |
Agreed with solution. I would like to rehash the 'RequiredbyResquestedSegmentResponse" (listed in WS, WD, WE) and the SegmentResponse (listed in the OS). Question: is the 'SegmentResponse" in the OS a complete set of empty SegmentResponse that the OS is asking to be used in the reporting (e.g. future message of WS, WD, WE and PT?) |
@gerardmoloneyetpartners |
@gerardmoloneyetpartners |
Agreed to fix. OpsSchedule will be including both options for segment response to provide either a yes/no (Required, Optional, other) or to provide the actual template of elements. |
Agreed |
Background
To align with Updated Work Schedule Model, Job Order object does not have cross model relationships with Operations Request. The Job Order has reference to the Operations Request through the Segment Requirement.
Solution
complexType name = "JobOrderType"
DELETE: <xsd:element name = "OperationsRequestID" type = "IdentifierType" minOccurs = "0" maxOccurs = "unbounded"/>
Supporting Document
950004 JWG5 CDV01 version (2019 12)
Clause 7.6 Job Order, Table 58 – Job order relationship roles
Impacted Types
B2MML WorkSchedule.xsd: "JobOrderType"
The text was updated successfully, but these errors were encountered: