ETPartners / b2mmlv7beta

b2mmlv7beta for review
2 stars 3 forks source link

Delete EquipmentElementLevel element from OpProcessSegmentCapabilityType and OpOperationsSegmentCapabilityType to align with updated 950002. #84

Open CharlieG021163 opened 4 years ago

CharlieG021163 commented 4 years ago

Background In OperationsCapability.xsd, OpOperationsSegmentCapabilityType and OpProcessSegmentCapabilityType contain the EquipmentElementLevel and HierarchyScope elements. HierarchyScope element has an EquipmentElementLevel element in its HierarchyScopeType in Common.xsd. Delete redundant EquipmentElementLevel. Also, Equipment Level is not an attribute in the object attribute tables listed in the Supporting Documents below.

Supporting Documents ISA-950002 JWG5 CDV01 version (2019 12) Clause 6.5.2 Process segment capability, Table 245 – Process segment capability attributes Clause 6.6.2 Operations segment capability, Table 247 – Operations segment capability relationship roles

IMPACTED TYPE and SOLUTION DELETE: EquipmentElementLevel element from OpOperationsSegmentCapabilityType and OpProcessSegmentCapabilityType

gerardmoloneyetpartners commented 4 years ago

Agreed

gerardmoloneyetpartners commented 4 years ago

@CharlieG021163 need to remove the double >> error on line 162

CharlieG021163 commented 4 years ago

double >> error removed on line 162 ERDI: OperationsCapability.xsd, complexType name = "OpProcessSegmentCapabilityType", TypeO in draft (not master) CHANGE: element name = "HierarchyScope" type = "HierarchyScopeType", minOccurs = "0" maxOccurs = "unbounded"/>> TO: minOccurs = "0" maxOccurs = "unbounded"/>

Issue ready to submit to MESA

Dennis-Brandl commented 4 years ago

I agree with the change.