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
In WorkCapability.xsd, Add WorkMasterCapability to Global Elements, Transactions Elements, Transaction Types, and WorkCapabilityInformationType to align with updated 950004
#99
Open
CharlieG021163 opened this issue
Feb 10, 2020
· 1 comment
Background WorkCapability.xsd
Work Master Capability is a first order object in the Work Master Capability Model in 950004. B2MML does not have WorkmasterCapabilityType represented in Global Elements, Transaction Elements, Transaction Types, and WorkCapabilityInformationType.
Supporting Document ISA-950004 JWG5 CDV01 version (2019 12)
Clause 10.1 Work master capability model, Figure 16 – Work master capability model
Clause 10.2 Work master capability, Table 75 – Work master capability relationship roles and Table 76 – Work master capability attributes
Impacted Types and Solution
Related Issues: B2MML-WorkflowCapability.xsd Global Element
1.1. ADD: <xsd:element name = "WorkMasterCapability" type ="WorkMasterCapabilityType" />
Transaction Elements
2.1. ADD: All transaction elements for WorkMasterCapabilityType
Simple & Complex Types
3.1. <xsd:complexType name = "WorkCapabilityInformationType">
ADD: <xsd:element name = "WorkMasterCapability" type = "WorkMasterCapabilityType" minOccurs = "0" maxOccurs = "unbounded" nillable="true"/>
WorkMasterCapabilityType Transaction Types
4.1. ADD: All transaction types for WorkMasterCapabilityType
The text was updated successfully, but these errors were encountered:
CharlieG021163
changed the title
In WorkCapability.xsd, Add WorkMasterCapability to Global Elements, Transactions Elements, and Transaction Types to align with updated 950004
In WorkCapability.xsd, Add WorkMasterCapability to Global Elements, Transactions Elements, Transaction Types, and WorkCapabilityInformationType to align with updated 950004
Feb 11, 2020
Background
WorkCapability.xsd
Work Master Capability is a first order object in the Work Master Capability Model in 950004. B2MML does not have WorkmasterCapabilityType represented in Global Elements, Transaction Elements, Transaction Types, and WorkCapabilityInformationType.
Supporting Document
ISA-950004 JWG5 CDV01 version (2019 12)
Clause 10.1 Work master capability model, Figure 16 – Work master capability model
Clause 10.2 Work master capability, Table 75 – Work master capability relationship roles and Table 76 – Work master capability attributes
Impacted Types and Solution
Related Issues:
B2MML-WorkflowCapability.xsd
Global Element
1.1. ADD: <xsd:element name = "WorkMasterCapability" type ="WorkMasterCapabilityType" />
Transaction Elements
2.1. ADD: All transaction elements for WorkMasterCapabilityType
Simple & Complex Types
3.1. <xsd:complexType name = "WorkCapabilityInformationType">
ADD: <xsd:element name = "WorkMasterCapability" type = "WorkMasterCapabilityType" minOccurs = "0" maxOccurs = "unbounded" nillable="true"/>
WorkMasterCapabilityType Transaction Types
4.1. ADD: All transaction types for WorkMasterCapabilityType
The text was updated successfully, but these errors were encountered: