diff options
author | Juan Cadavid | 2015-10-16 22:14:16 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2015-10-17 09:52:16 +0000 |
commit | 2aa76feaa19e4b8270f6359bd2a120a14a899d09 (patch) | |
tree | 2b11dc4c076356b749bf71c7717e0b937ddee5cc /extraplugins | |
parent | 7b33feb2dd823ddbe85327f2aa38070b3df584dc (diff) | |
download | org.eclipse.papyrus-2aa76feaa19e4b8270f6359bd2a120a14a899d09.tar.gz org.eclipse.papyrus-2aa76feaa19e4b8270f6359bd2a120a14a899d09.tar.xz org.eclipse.papyrus-2aa76feaa19e4b8270f6359bd2a120a14a899d09.zip |
Papyrus4Manufacturing and BPMN examples
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins')
240 files changed, 467143 insertions, 394 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css index f8b7d3fb331..1ef15db5dec 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css @@ -182,13 +182,6 @@ OpaqueAction > Compartment[kind="symbol"] { maintainSymbolRatio: true; } -[appliedStereotypes~="BPMNProfile::DataObject"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataObject.svg"; - transparency: 100; - maintainSymbolRatio: true; - -} - [appliedStereotypes~="BPMNProfile::EventBasedGateway"]{ svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/EventBasedGateway.svg"; transparency: 100; @@ -200,7 +193,7 @@ OpaqueAction > Compartment[kind="symbol"] { [appliedStereotypes~="BPMNProfile::DataStoreReference"]{ svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataStore.svg"; - transparency: 100; + transparency: 0; displayTag: false; followSVGSymbol: true; @@ -264,123 +257,6 @@ alternateBorderColor path{ visible: false; } - - - -SequenceFlow{ - routing:Rectilinear; - roundedBendpointsRadius:20 ; -} - -ControlFlow{ - routing:Rectilinear; - roundedBendpointsRadius:20 ; -} - -ObjectFlow{ - routing:Rectilinear; - roundedBendpointsRadius:20 ; - lineStyle:dashed; -} - -ObjectFlow > Label{ - visible:false; -} - -OpaqueAction{ - rightMarginLabel : 5; - textAlignment : right; -} -OpaqueAction > Compartment[kind="symbol"] { - visible:false; -} - -* > Compartment[kind="symbol"] { - visible:true; -} - -* > Label:stereotype { - visible:false; - displayTag :false; -} - -* { - followSVGSymbol: true; - svgCSSFile: url('platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/css/alternateBorderColor.css'); - elementIcon : false; - displayTag :false; -} - - - -[appliedStereotypes~="BPMNProfile::Task"] -{ - fillColor: white; - displayTag: false; -} - -[appliedStereotypes~="BPMNProfile::GlobalTask"] -{ - fillColor: white; - displayTag: false; -} - -[appliedStereotypes~="BPMNProfile::SubProcess"]{ - borderStyle: solid; - fillColor: white; - displayTag: false; -} - -[appliedStereotypes~="BPMNProfile::ManualTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ManualTask.svg"; - - -} - - -[appliedStereotypes~="BPMNProfile::ReceiveTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ReceiveTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::UserTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/UserTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::ScriptTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ScriptTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::BusinessRuleTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/BusinessRuleTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::SendTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/SendTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::ServiceTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ServiceTask.svg"; -} - - -[appliedStereotypes~="BPMNProfile::Task"] > Compartment[kind="symbol"] { - visible:false; -} - [appliedStereotypes~="BPMNProfile::ParallelGateway"]{ svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/parallel.svg"; transparency: 100; @@ -451,275 +327,9 @@ OpaqueAction > Compartment[kind="symbol"] { } [appliedStereotypes~="BPMNProfile::DataObject"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataObject.svg"; - transparency: 100; - maintainSymbolRatio: true; - -} - -[appliedStereotypes~="BPMNProfile::EventBasedGateway"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/EventBasedGateway.svg"; - transparency: 100; -} - -[appliedStereotypes~="BPMNProfile::SequenceFlow"]{ - displayName: false; -} - -[appliedStereotypes~="BPMNProfile::DataStoreReference"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataStore.svg"; - transparency: 100; - displayTag: false; - followSVGSymbol: true; - -} - -[appliedStereotypes~="BPMNProfile::ManualTask"][name="10"]{ - lineColor: red; -} - - -alternateBorderColor path{ - stroke: red; -} - -[appliedStereotypes~="BPMNProfile::DataStoreReference"][name="10"]{ - /* - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataStore10.svg"; - * */ - - transparency: 100; - displayTag: false; - maskLabel: stereotypeName; - svgCSSClass: alternateBorderColor; - -} - /* - -[appliedStereotypes~="BPMNProfile::DataStoreReference"][name="20"]{ /* - * - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataStore20.svg"; - transparency: 100; - displayTag: false; - maskLabel: stereotypeName; - svgCSSClass: alternateBorderColor; -} - -[appliedStereotypes~="BPMNProfile::DataStoreReference"][name="100"]{ - /* - * - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataStore100.svg"; - - transparency: 100; - displayTag: false; - maskLabel: stereotypeName; - svgCSSClass: alternateBorderColor; -} -/* - * - */ - - -[appliedStereotypes~="BPMNProfile::DataStoreReference"] > Label:stereotype { - visible:false; -} - -[appliedStereotypes~="BPMNProfile::Lane"] > Compartment[kind="ActivityPartitionContentCompartment"] { - visible: false; -} -[appliedStereotypes~="BPMNProfile::Lane"] > Compartment[kind="symbol"] { - visible: false; -} - - - - -SequenceFlow{ - routing:Rectilinear; - roundedBendpointsRadius:20 ; -} - -ControlFlow{ - routing:Rectilinear; - roundedBendpointsRadius:20 ; -} - -ObjectFlow{ - routing:Rectilinear; - roundedBendpointsRadius:20 ; - lineStyle:dashed; -} - -ObjectFlow > Label{ - visible:false; -} - -OpaqueAction{ - rightMarginLabel : 5; - textAlignment : right; -} -OpaqueAction > Compartment[kind="symbol"] { - visible:false; -} - -* > Compartment[kind="symbol"] { - visible:true; -} - -* > Label:stereotype { - visible:false; - displayTag :false; -} - -* { - followSVGSymbol: true; - svgCSSFile: url('platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/css/alternateBorderColor.css'); - elementIcon : false; - displayTag :false; -} - - - -[appliedStereotypes~="BPMNProfile::Task"] -{ - fillColor: white; - displayTag: false; -} - -[appliedStereotypes~="BPMNProfile::GlobalTask"] -{ - fillColor: white; - displayTag: false; -} - -[appliedStereotypes~="BPMNProfile::SubProcess"]{ - borderStyle: solid; - fillColor: white; - displayTag: false; -} - -[appliedStereotypes~="BPMNProfile::ManualTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ManualTask.svg"; - - -} - - -[appliedStereotypes~="BPMNProfile::ReceiveTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ReceiveTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::UserTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/UserTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::ScriptTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ScriptTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::BusinessRuleTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/BusinessRuleTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::SendTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/SendTask.svg"; -} - -[appliedStereotypes~="BPMNProfile::ServiceTask"]{ - fillColor: white; - displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ServiceTask.svg"; -} - - -[appliedStereotypes~="BPMNProfile::Task"] > Compartment[kind="symbol"] { - visible:false; -} - -[appliedStereotypes~="BPMNProfile::ParallelGateway"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/parallel.svg"; - transparency: 100; - followSVGSymbol: true; - displayTag: false; - displayName : false; -} - -[appliedStereotypes~="BPMNProfile::ExclusiveGateway"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/ExclusiveGateway.svg"; - transparency: 100; - followSVGSymbol: true; -} - -[appliedStereotypes~="BPMNProfile::InclusiveGateway"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/InclusiveGateway.svg"; - transparency: 100; - followSVGSymbol: true; - displayName: false; -} - -[appliedStereotypes~="BPMNProfile::StartEvent"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/StartEvent.svg"; - transparency: 100; - fillColor: white; - followSVGSymbol: true; - displayName: false; -} - -[appliedStereotypes~="BPMNProfile::IntermediateCatchEvent"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/IntermediateEvent.svg"; - transparency: 100; - maintainSymbolRatio: true; - displayName: true; -} - -[appliedStereotypes~="BPMNProfile::IntermediateThrowEvent"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/IntermediateEvent.svg"; - transparency: 100; - maintainSymbolRatio: false; - displayName: true; -} - -[appliedStereotypes~="BPMNProfile::IntermediateThrowEvent"] > Label:name{ - visible: true; -} - - -[appliedStereotypes~="BPMNProfile::EndEvent"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/EndEvent.svg"; - transparency: 100; - maintainSymbolRatio: true; - followSVGSymbol: true; - displayName: false; -} - - -[appliedStereotypes~="BPMNProfile::DataInput"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataInput.svg"; - transparency: 100; - maintainSymbolRatio: true; -} - -[appliedStereotypes~="BPMNProfile::DataOutput"]{ - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataOutput.svg"; - transparency: 100; - maintainSymbolRatio: true; -} - -[appliedStereotypes~="BPMNProfile::DataObject"]{ svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/DataObject.svg"; + */ transparency: 100; maintainSymbolRatio: true; @@ -799,5 +409,3 @@ alternateBorderColor path{ [appliedStereotypes~="BPMNProfile::Lane"] > Compartment[kind="symbol"] { visible: false; } - - diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.di b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.di new file mode 100644 index 00000000000..bf9abab340f --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.di @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"/> diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.notation b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.notation new file mode 100644 index 00000000000..2064314ba7b --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.notation @@ -0,0 +1,1582 @@ +<?xml version="1.0" encoding="UTF-8"?> +<notation:Diagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:configuration="http://www.eclipse.org/papyrus/infra/viewpoints/configuration" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/papyrus/infra/viewpoints/policy/style" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xmi:id="_z0fz0GkfEeWMF7EoSeYAmQ" type="PapyrusUMLActivityDiagram" name="BPMN Process Diagram" measurementUnit="Pixel"> + <children xmi:type="notation:Shape" xmi:id="_z0fz0WkfEeWMF7EoSeYAmQ" type="2001"> + <children xmi:type="notation:DecorationNode" xmi:id="_z0fz0mkfEeWMF7EoSeYAmQ" type="5001"/> + <children xmi:type="notation:BasicCompartment" xmi:id="_z0fz1GkfEeWMF7EoSeYAmQ" type="7001"> + <styles xmi:type="notation:SortingStyle" xmi:id="_z0fz1WkfEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:FilteringStyle" xmi:id="_z0fz1mkfEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z0fz12kfEeWMF7EoSeYAmQ"/> + </children> + <children xmi:type="notation:BasicCompartment" xmi:id="_z0fz2GkfEeWMF7EoSeYAmQ" type="7002"> + <styles xmi:type="notation:SortingStyle" xmi:id="_z0fz2WkfEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:FilteringStyle" xmi:id="_z0fz2mkfEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z0fz22kfEeWMF7EoSeYAmQ"/> + </children> + <children xmi:type="notation:BasicCompartment" xmi:id="_z0fz3GkfEeWMF7EoSeYAmQ" type="7003"> + <styles xmi:type="notation:SortingStyle" xmi:id="_z0fz3WkfEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:FilteringStyle" xmi:id="_z0fz3mkfEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z0fz32kfEeWMF7EoSeYAmQ"/> + </children> + <children xmi:type="notation:BasicCompartment" xmi:id="_z0fz4GkfEeWMF7EoSeYAmQ" type="7004"> + <children xmi:type="notation:Shape" xmi:id="_50qUkGkhEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_50qUkWkhEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_50qUk2khEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:InitialNode" href="Co-designNetworkedControlSystems.uml#_5zdasGkhEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_50qUkmkhEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_7tW7kGkhEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_7tW7kWkhEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_7tW7k2khEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_7rqScGkhEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_7tW7kmkhEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_CSwiQGkiEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_CSwiQWkiEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_CSxJUGkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_CNEJ8GkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_CSwiQmkiEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_DmmIsGkiEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_DmmIsWkiEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_DmmIs2kiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_DkZwUGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DmmIsmkiEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_dTdvgGkiEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_dTdvgWkiEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_dTdvg2kiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_dRuqIGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_dTdvgmkiEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_z1rYMGkiEeWMF7EoSeYAmQ" type="3067"> + <children xmi:type="notation:DecorationNode" xmi:id="_z1rYM2kiEeWMF7EoSeYAmQ" type="5118"/> + <children xmi:type="notation:DecorationNode" xmi:id="_z1rYNGkiEeWMF7EoSeYAmQ" type="6016"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_z1rYNWkiEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:BasicCompartment" xmi:id="_z1rYNmkiEeWMF7EoSeYAmQ" type="7006"> + <children xmi:type="notation:Shape" xmi:id="_50WLgGkhEeWMF7EoSeYAmQ" type="3004"> + <children xmi:type="notation:DecorationNode" xmi:id="_50WLg2khEeWMF7EoSeYAmQ" type="6034"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_50WLhGkhEeWMF7EoSeYAmQ" x="79" y="-13"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_50WLhWkhEeWMF7EoSeYAmQ" type="5080"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_50WLhmkhEeWMF7EoSeYAmQ" x="-16" y="-48"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_50WLgWkhEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:InitialNode" href="Co-designNetworkedControlSystems.uml#_5zdasGkhEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_50WLgmkhEeWMF7EoSeYAmQ" x="47" y="33" width="31" height="29"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_7soi0GkhEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_7soi02khEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_7soi1GkhEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_7soi1WkhEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_7tEnsGkhEeWMF7EoSeYAmQ" visible="false" type="StereotypeLabel"> + <styles xmi:type="notation:StringValueStyle" xmi:id="_7tEnsWkhEeWMF7EoSeYAmQ" name="stereotype" stringValue="BPMNProfile::ManualTask"/> + <element xmi:type="uml:Stereotype" href="pathmap://BPMN_PROF/bpmn.profile.uml#BPMNProfile-Process-HumanInteraction-ManualTask"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_7tEnsmkhEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_7soi0WkhEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_7rqScGkhEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_7spJ4GkhEeWMF7EoSeYAmQ" x="129" y="18" width="276" height="44"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_DlxCQGkiEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_DlxpUGkiEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_DlxpUWkiEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_DlxpUmkiEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_DmXfMGkiEeWMF7EoSeYAmQ" visible="false" type="StereotypeLabel"> + <styles xmi:type="notation:StringValueStyle" xmi:id="_DmXfMWkiEeWMF7EoSeYAmQ" name="stereotype" stringValue="BPMNProfile::ManualTask"/> + <element xmi:type="uml:Stereotype" href="pathmap://BPMN_PROF/bpmn.profile.uml#BPMNProfile-Process-HumanInteraction-ManualTask"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DmXfMmkiEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_DlxCQWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_DkZwUGkiEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DlxpU2kiEeWMF7EoSeYAmQ" x="518" y="20"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_HmGrMGkiEeWMF7EoSeYAmQ" type="3041"> + <children xmi:type="notation:DecorationNode" xmi:id="_HmHSQGkiEeWMF7EoSeYAmQ" type="6039"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_HmHSQWkiEeWMF7EoSeYAmQ" x="-14" y="67"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_HmHSQmkiEeWMF7EoSeYAmQ" type="5042"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_HmHSQ2kiEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_HmHSRGkiEeWMF7EoSeYAmQ" type="5101"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_HmHSRWkiEeWMF7EoSeYAmQ" x="152" y="77"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_HmGrMWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:JoinNode" href="Co-designNetworkedControlSystems.uml#_Hj8vEGkiEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HmGrMmkiEeWMF7EoSeYAmQ" x="437" y="10" width="50" height="52"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_djmLUGkkEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_djmLUWkkEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_djmLU2kkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"/> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_djmLUmkkEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_i6zgkGkkEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_i6zgkWkkEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_i6zgk2kkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_i1xPkGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_i6zgkmkkEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_dS0PQGkiEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_dS0PQ2kiEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_dS0PRGkiEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_dS0PRWkiEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_dS0PQWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_dRuqIGkiEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_dS0PRmkiEeWMF7EoSeYAmQ" x="383" y="94"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_v8jqMGklEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_v8jqMWklEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_v8jqM2klEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_vtVicGklEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_v8jqMmklEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_AC1p4GkpEeWMF7EoSeYAmQ" type="3078"> + <children xmi:type="notation:DecorationNode" xmi:id="_AC2Q8GkpEeWMF7EoSeYAmQ" type="5127"/> + <children xmi:type="notation:DecorationNode" xmi:id="_AC2Q8WkpEeWMF7EoSeYAmQ" type="5128"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_AC2Q8mkpEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_AC2Q82kpEeWMF7EoSeYAmQ" type="6031"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_AC2Q9GkpEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_AC1p4WkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#__y0Q4GkoEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_AC1p4mkpEeWMF7EoSeYAmQ" x="188" y="125"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_AGW38GkpEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_AGW38WkpEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_AGW382kpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#__y0Q4GkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_AGW38mkpEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_vpb9EGkpEeWMF7EoSeYAmQ" type="3078"> + <children xmi:type="notation:DecorationNode" xmi:id="_vpb9E2kpEeWMF7EoSeYAmQ" type="5127"/> + <children xmi:type="notation:DecorationNode" xmi:id="_vpb9FGkpEeWMF7EoSeYAmQ" type="5128"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vpckIGkpEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_vpckIWkpEeWMF7EoSeYAmQ" type="6031"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vpckImkpEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_vpb9EWkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_vYglIGkpEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vpb9EmkpEeWMF7EoSeYAmQ" x="887" y="12"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_vt3KEGkpEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_vt3KEWkpEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_vt3xIGkpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_vYglIGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vt3KEmkpEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_0SZFMGkpEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_0SZFMWkpEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_0SZFM2kpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zrePIGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_0SZFMmkpEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z1rYN2kiEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_z1rYMWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_zzQ9YGkiEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z1rYMmkiEeWMF7EoSeYAmQ" x="41" y="36" width="1105" height="328"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_z3AN4GkiEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_z3AN4WkiEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_z3AN42kiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_zzQ9YGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z3AN4mkiEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_2nmtQGkiEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_2nmtQWkiEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_2nnUUGkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_2iMo0GkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2nmtQmkiEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_6-hqMGkiEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_6-hqMWkiEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_6-hqM2kiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_644VMGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_6-hqMmkiEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_68kiYGkiEeWMF7EoSeYAmQ" type="3067"> + <children xmi:type="notation:DecorationNode" xmi:id="_68kiY2kiEeWMF7EoSeYAmQ" type="5118"/> + <children xmi:type="notation:DecorationNode" xmi:id="_68kiZGkiEeWMF7EoSeYAmQ" type="6016"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_68kiZWkiEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:BasicCompartment" xmi:id="_68lJcGkiEeWMF7EoSeYAmQ" type="7006"> + <children xmi:type="notation:Shape" xmi:id="_3ZEUgGkkEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_3ZEUg2kkEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_3ZE7kGkkEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_3ZE7kWkkEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_3c9WAGkkEeWMF7EoSeYAmQ" visible="false" type="StereotypeLabel"> + <styles xmi:type="notation:StringValueStyle" xmi:id="_3c9WAWkkEeWMF7EoSeYAmQ" name="stereotype" stringValue="BPMNProfile::ManualTask"/> + <element xmi:type="uml:Stereotype" href="pathmap://BPMN_PROF/bpmn.profile.uml#BPMNProfile-Process-HumanInteraction-ManualTask"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3c9WAmkkEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_3ZEUgWkkEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_3SekUGkkEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3ZE7kmkkEeWMF7EoSeYAmQ" x="658" y="133"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_3dZa4GkkEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_3dZa4WkkEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_3dZa42kkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_3SekUGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3dZa4mkkEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_Qhw3QGklEeWMF7EoSeYAmQ" type="3078"> + <children xmi:type="notation:DecorationNode" xmi:id="_Qhw3Q2klEeWMF7EoSeYAmQ" type="5127"/> + <children xmi:type="notation:DecorationNode" xmi:id="_Qhw3RGklEeWMF7EoSeYAmQ" type="5128"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_Qhw3RWklEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_QhxeUGklEeWMF7EoSeYAmQ" type="6031"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_QhxeUWklEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_Qhw3QWklEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_QcsxEGklEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qhw3QmklEeWMF7EoSeYAmQ" x="384" y="-19"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_Qkk6sGklEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_Qkk6sWklEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_Qkk6s2klEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_QcsxEGklEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Qkk6smklEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_ujwOwGkmEeWMF7EoSeYAmQ" type="3041"> + <children xmi:type="notation:DecorationNode" xmi:id="_ujwOw2kmEeWMF7EoSeYAmQ" type="6039"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_ujwOxGkmEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_ujwOxWkmEeWMF7EoSeYAmQ" type="5042"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_ujw10GkmEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_ujw10WkmEeWMF7EoSeYAmQ" type="5101"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_ujw10mkmEeWMF7EoSeYAmQ" x="29" y="-21"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_ujwOwWkmEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:JoinNode" href="Co-designNetworkedControlSystems.uml#_ucl20GkmEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ujwOwmkmEeWMF7EoSeYAmQ" x="783" y="49" width="52" height="53"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_uoNQ8GkmEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_uoNQ8WkmEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_uoNQ82kmEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:JoinNode" href="Co-designNetworkedControlSystems.uml#_ucl20GkmEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_uoNQ8mkmEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_1LDS4GkmEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_1LDS4WkmEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_1LDS42kmEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_02JZ4GkmEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1LDS4mkmEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_tAkvUGknEeWMF7EoSeYAmQ" type="3038"> + <children xmi:type="notation:DecorationNode" xmi:id="_tAkvU2knEeWMF7EoSeYAmQ" type="6036"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_tAkvVGknEeWMF7EoSeYAmQ" x="9" y="-23"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_tAkvVWknEeWMF7EoSeYAmQ" type="5043"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_tAlWYGknEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_tAlWYWknEeWMF7EoSeYAmQ" type="5098"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_tAlWYmknEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_tAkvUWknEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DecisionNode" href="Co-designNetworkedControlSystems.uml#_s2NSYGknEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tAkvUmknEeWMF7EoSeYAmQ" x="1009" y="159" width="45" height="44"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_tHM7wGknEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_tHM7wWknEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_tHM7w2knEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DecisionNode" href="Co-designNetworkedControlSystems.uml#_s2NSYGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_tHM7wmknEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_z1f_wGknEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_z1f_wWknEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_z1f_w2knEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zlOvIGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z1f_wmknEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_1CbF4GknEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_1CbF42knEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_1CbF5GknEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_1CbF5WknEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_1CbF4WknEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_051xoGknEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1CbF5mknEeWMF7EoSeYAmQ" x="1149" y="161"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_1H_iYGknEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_1H_iYWknEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_1H_iY2knEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_051xoGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_1H_iYmknEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_-mfdIGknEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_-mgEMGknEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_-mgEMmknEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_-GegUGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-mgEMWknEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_W1D58GkoEeWMF7EoSeYAmQ" type="3078"> + <children xmi:type="notation:DecorationNode" xmi:id="_W1EhAGkoEeWMF7EoSeYAmQ" type="5127"/> + <children xmi:type="notation:DecorationNode" xmi:id="_W1EhAWkoEeWMF7EoSeYAmQ" type="5128"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_W1EhAmkoEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_W1EhA2koEeWMF7EoSeYAmQ" type="6031"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_W1EhBGkoEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_W8pIoGkoEeWMF7EoSeYAmQ" visible="false" type="StereotypeLabel"> + <styles xmi:type="notation:StringValueStyle" xmi:id="_W8pIoWkoEeWMF7EoSeYAmQ" name="stereotype" stringValue="BPMNProfile::DataObject"/> + <element xmi:type="uml:Stereotype" href="pathmap://BPMN_PROF/bpmn.profile.uml#BPMNProfile-Process-Data-DataObject"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_W8pIomkoEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_W1D58WkoEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_Wo34EGkoEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_W1D58mkoEeWMF7EoSeYAmQ" x="1494" y="130"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_W8_t8GkoEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_W8_t8WkoEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_W8_t82koEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_Wo34EGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_W8_t8mkoEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_oNzHYGkoEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_oNzHY2koEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_oNzHZGkoEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_oNzHZWkoEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_oNzHYWkoEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_oAXvYGkoEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_oNzHZmkoEeWMF7EoSeYAmQ" x="1179" y="307"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_oXkucGkoEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_oXkucWkoEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_oXlVgGkoEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_oAXvYGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_oXkucmkoEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_vPExwGkoEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_vPExwWkoEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_vPExw2koEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_u_nZcGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_vPExwmkoEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_14XZ8GkoEeWMF7EoSeYAmQ" type="3078"> + <children xmi:type="notation:DecorationNode" xmi:id="_14YBAGkoEeWMF7EoSeYAmQ" type="5127"/> + <children xmi:type="notation:DecorationNode" xmi:id="_14YBAWkoEeWMF7EoSeYAmQ" type="5128"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_14YBAmkoEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_14YBA2koEeWMF7EoSeYAmQ" type="6031"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_14YBBGkoEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_14XZ8WkoEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_1oJzsGkoEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_14XZ8mkoEeWMF7EoSeYAmQ" x="829" y="348"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_2CJBAGkoEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_2CJBAWkoEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_2CJoEGkoEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_1oJzsGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2CJBAmkoEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_ZpnPwGkpEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_Zpn20GkpEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_Zpn20WkpEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_Zpn20mkpEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_ZpnPwWkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_ZbNAUGkpEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Zpn202kpEeWMF7EoSeYAmQ" x="543" y="309"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_ZzNQoGkpEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_ZzNQoWkpEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_ZzN3sGkpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_ZbNAUGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ZzNQomkpEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_h4QFIGkpEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_h4QFIWkpEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_h4QFI2kpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_hFqKkGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_h4QFImkpEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_A7jlIGkqEeWMF7EoSeYAmQ" type="3078"> + <children xmi:type="notation:DecorationNode" xmi:id="_A7kMMGkqEeWMF7EoSeYAmQ" type="5127"/> + <children xmi:type="notation:DecorationNode" xmi:id="_A7kMMWkqEeWMF7EoSeYAmQ" type="5128"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_A7kMMmkqEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_A7kMM2kqEeWMF7EoSeYAmQ" type="6031"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_A7kMNGkqEeWMF7EoSeYAmQ" y="5"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_A7jlIWkqEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_ApioEGkqEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_A7jlImkqEeWMF7EoSeYAmQ" x="204" y="59"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_BIZuUGkqEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_BIZuUWkqEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_BIZuU2kqEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_ApioEGkqEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_BIZuUmkqEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_NtqlsGkqEeWMF7EoSeYAmQ" type="3006"> + <children xmi:type="notation:DecorationNode" xmi:id="_Ntqls2kqEeWMF7EoSeYAmQ" type="6035"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_NtqltGkqEeWMF7EoSeYAmQ" x="45" y="-3"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_NtqltWkqEeWMF7EoSeYAmQ" type="5082"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_NtqltmkqEeWMF7EoSeYAmQ" x="36" y="-23"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_NtqlsWkqEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:FlowFinalNode" href="Co-designNetworkedControlSystems.uml#_NX4i8GkqEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_NtqlsmkqEeWMF7EoSeYAmQ" x="1484" y="275" width="49" height="41"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_N8UswGkqEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_N8UswWkqEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_N8VT0GkqEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:FlowFinalNode" href="Co-designNetworkedControlSystems.uml#_NX4i8GkqEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_N8UswmkqEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_UDnbIGkqEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_UDnbIWkqEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_UDnbI2kqEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_TNBxYGkqEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_UDnbImkqEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_68lJcWkiEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_68kiYWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_644VMGkiEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_68kiYmkiEeWMF7EoSeYAmQ" x="-95" y="489" width="2261"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_2l-VkGkiEeWMF7EoSeYAmQ" type="3067"> + <children xmi:type="notation:DecorationNode" xmi:id="_2l-8oGkiEeWMF7EoSeYAmQ" type="5118"/> + <children xmi:type="notation:DecorationNode" xmi:id="_2l-8oWkiEeWMF7EoSeYAmQ" type="6016"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_2l-8omkiEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:BasicCompartment" xmi:id="_2l_jsGkiEeWMF7EoSeYAmQ" type="7006"> + <children xmi:type="notation:Shape" xmi:id="_0pSJ8GkjEeWMF7EoSeYAmQ" type="3004"> + <children xmi:type="notation:DecorationNode" xmi:id="_0pSJ82kjEeWMF7EoSeYAmQ" type="6034"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_0pSxAGkjEeWMF7EoSeYAmQ" x="9" y="-36"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_0pSxAWkjEeWMF7EoSeYAmQ" type="5080"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_0pSxAmkjEeWMF7EoSeYAmQ" x="30" y="-47"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_0pSJ8WkjEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:InitialNode" href="Co-designNetworkedControlSystems.uml#_0mJWYGkjEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_0pSJ8mkjEeWMF7EoSeYAmQ" x="152" y="55" width="36" height="33"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_0sE_QGkjEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_0sE_QWkjEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_0sFmUGkjEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:InitialNode" href="Co-designNetworkedControlSystems.uml#_0mJWYGkjEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_0sE_QmkjEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_PKDS4GkkEeWMF7EoSeYAmQ" type="3007"> + <children xmi:type="notation:DecorationNode" xmi:id="_PKD58GkkEeWMF7EoSeYAmQ" type="5003"/> + <children xmi:type="notation:DecorationNode" xmi:id="_PKD58WkkEeWMF7EoSeYAmQ" type="6028"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PKD58mkkEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_PNExsGkkEeWMF7EoSeYAmQ" visible="false" type="StereotypeLabel"> + <styles xmi:type="notation:StringValueStyle" xmi:id="_PNExsWkkEeWMF7EoSeYAmQ" name="stereotype" stringValue="BPMNProfile::ManualTask"/> + <element xmi:type="uml:Stereotype" href="pathmap://BPMN_PROF/bpmn.profile.uml#BPMNProfile-Process-HumanInteraction-ManualTask"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PNExsmkkEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_PKDS4WkkEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_PGUCYGkkEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PKD582kkEeWMF7EoSeYAmQ" x="241" y="52"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_PNYTsGkkEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_PNYTsWkkEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_PNY6wGkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_PGUCYGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PNYTsmkkEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_YywSgGkkEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_YywSgWkkEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_Yyw5kGkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_YpN8AGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YywSgmkkEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_opY0AGkkEeWMF7EoSeYAmQ" type="3078"> + <children xmi:type="notation:DecorationNode" xmi:id="_opZbEGkkEeWMF7EoSeYAmQ" type="5127"/> + <children xmi:type="notation:DecorationNode" xmi:id="_opZbEWkkEeWMF7EoSeYAmQ" type="5128"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_opZbEmkkEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_opZbE2kkEeWMF7EoSeYAmQ" type="6031"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_opZbFGkkEeWMF7EoSeYAmQ" y="5"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_otMV8GkkEeWMF7EoSeYAmQ" visible="false" type="StereotypeLabel"> + <styles xmi:type="notation:StringValueStyle" xmi:id="_otMV8WkkEeWMF7EoSeYAmQ" name="stereotype" stringValue="BPMNProfile::DataObject"/> + <element xmi:type="uml:Stereotype" href="pathmap://BPMN_PROF/bpmn.profile.uml#BPMNProfile-Process-Data-DataObject"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_otMV8mkkEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_opY0AWkkEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_ojaH0GkkEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_opY0AmkkEeWMF7EoSeYAmQ" x="437" y="135"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_otTDoGkkEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_otTqsGkkEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_otTqsmkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_ojaH0GkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_otTqsWkkEeWMF7EoSeYAmQ" x="200"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_ttoxAGkkEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_ttoxAWkkEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_ttoxA2kkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"/> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ttoxAmkkEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_zdL4UGklEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_zdL4UWklEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_zdL4U2klEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zKKOoGklEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zdL4UmklEeWMF7EoSeYAmQ" x="100" y="100"/> + </children> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2l_jsWkiEeWMF7EoSeYAmQ"/> + </children> + <styles xmi:type="notation:HintedDiagramLinkStyle" xmi:id="_2l-VkWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_2iMo0GkiEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_2l-VkmkiEeWMF7EoSeYAmQ" x="1187" y="48" width="1108" height="326"/> + </children> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z0fz4WkfEeWMF7EoSeYAmQ"/> + </children> + <element xmi:type="uml:Activity" href="Co-designNetworkedControlSystems.uml#_z0GLMGkfEeWMF7EoSeYAmQ"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z0fz4mkfEeWMF7EoSeYAmQ" width="1912" height="888"/> + </children> + <children xmi:type="notation:Shape" xmi:id="_z8HewGkfEeWMF7EoSeYAmQ" type="StereotypeComment"> + <styles xmi:type="notation:TitleStyle" xmi:id="_z8HewWkfEeWMF7EoSeYAmQ" showTitle="true"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_z8Hew2kfEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:Activity" href="Co-designNetworkedControlSystems.uml#_z0GLMGkfEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <layoutConstraint xmi:type="notation:Bounds" xmi:id="_z8HewmkfEeWMF7EoSeYAmQ" x="200"/> + </children> + <styles xmi:type="notation:StringValueStyle" xmi:id="_z0fz42kfEeWMF7EoSeYAmQ" name="diagram_compatibility_version" stringValue="1.1.0"/> + <styles xmi:type="notation:DiagramStyle" xmi:id="_z0fz5GkfEeWMF7EoSeYAmQ"/> + <styles xmi:type="style:PapyrusViewStyle" xmi:id="_z0fz5WkfEeWMF7EoSeYAmQ"> + <owner xmi:type="uml:Model" href="Co-designNetworkedControlSystems.uml#_zqwB8GkfEeWMF7EoSeYAmQ"/> + <configuration xmi:type="configuration:PapyrusDiagram" href="platform:/plugin/org.eclipse.papyrus.bpmn.diagram/viewpoints/bpmn.configuration#_0kzWAPL_EeONXPQ2mbw9vA"/> + </styles> + <element xmi:type="uml:Activity" href="Co-designNetworkedControlSystems.uml#_z0GLMGkfEeWMF7EoSeYAmQ"/> + <edges xmi:type="notation:Connector" xmi:id="_z8HexGkfEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_z0fz0WkfEeWMF7EoSeYAmQ" target="_z8HewGkfEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_z8HexWkfEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_z8HeyWkfEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:Activity" href="Co-designNetworkedControlSystems.uml#_z0GLMGkfEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_z8HexmkfEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_z8Hex2kfEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_z8HeyGkfEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_50qUlGkhEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_50WLgGkhEeWMF7EoSeYAmQ" target="_50qUkGkhEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_50qUlWkhEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_50q7omkhEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:InitialNode" href="Co-designNetworkedControlSystems.uml#_5zdasGkhEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_50qUlmkhEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_50q7oGkhEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_50q7oWkhEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_7tW7lGkhEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_7soi0GkhEeWMF7EoSeYAmQ" target="_7tW7kGkhEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_7tW7lWkhEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_7tXiomkhEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_7rqScGkhEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_7tW7lmkhEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_7tXioGkhEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_7tXioWkhEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_CODocGkiEeWMF7EoSeYAmQ" type="4004" source="_50WLgGkhEeWMF7EoSeYAmQ" target="_7soi0GkhEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_COEPgGkiEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_COEPgWkiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_COEPgmkiEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_COE2kGkiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_COE2kWkiEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_COE2kmkiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_COE2k2kiEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_COE2lGkiEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_CODocWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_CNEJ8GkiEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_CODocmkiEeWMF7EoSeYAmQ" points="[3, -1, 7, -50]$[3, 49, 7, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_CTx18GkiEeWMF7EoSeYAmQ" id="(0.3870967741935484,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_CTx18WkiEeWMF7EoSeYAmQ" id="(0.36964980544747084,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_CSxJUWkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_CODocGkiEeWMF7EoSeYAmQ" target="_CSwiQGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_CSxJUmkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_CSxJVmkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_CNEJ8GkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_CSxJU2kiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_CSxJVGkiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_CSxJVWkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_DmmItGkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_DlxCQGkiEeWMF7EoSeYAmQ" target="_DmmIsGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_DmmItWkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_DmmIuWkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_DkZwUGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_DmmItmkiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_DmmIt2kiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_DmmIuGkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_HohGBGkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_HmGrMGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_HohGBWkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_HohGCWkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:JoinNode" href="Co-designNetworkedControlSystems.uml#_Hj8vEGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_HohGBmkiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_HohGB2kiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_HohGCGkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_TCMUAGkiEeWMF7EoSeYAmQ" type="4004" source="_7soi0GkhEeWMF7EoSeYAmQ" target="_HmGrMGkiEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_TCM7EGkiEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_TCM7EWkiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_TCM7EmkiEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_TCM7E2kiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_TCNiIGkiEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_TCNiIWkiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_TCNiImkiEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_TCNiI2kiEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_TCMUAWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_TAVS0GkiEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_TCMUAmkiEeWMF7EoSeYAmQ" points="[162, -27, -56, 25]$[194, -27, -24, 25]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_TGx5EGkiEeWMF7EoSeYAmQ" id="(0.4163424124513619,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_TGx5EWkiEeWMF7EoSeYAmQ" id="(0.48,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_TFDawGkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_TCMUAGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_TFDawWkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_TFEB0GkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_TAVS0GkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_TFDawmkiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_TFDaw2kiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_TFDaxGkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_UWhpsGkiEeWMF7EoSeYAmQ" type="4004" source="_HmGrMGkiEeWMF7EoSeYAmQ" target="_DlxCQGkiEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_UWje4GkiEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_UWje4WkiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_UWje4mkiEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_UWje42kiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_UWkF8GkiEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_UWkF8WkiEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_UWkF8mkiEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_UWkF82kiEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_UWhpsWkiEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_UUZiwGkiEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_UWhpsmkiEeWMF7EoSeYAmQ" points="[49, -18, -256, 16]$[80, -18, -225, 16]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_UbrPcGkiEeWMF7EoSeYAmQ" id="(0.0,0.8461538461538461)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Ubr2gGkiEeWMF7EoSeYAmQ" id="(0.742671009771987,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_UZs5gWkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_UWhpsGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_UZs5gmkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_UZs5hmkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_UUZiwGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_UZs5g2kiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_UZs5hGkiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_UZs5hWkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_dTdvhGkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_dS0PQGkiEeWMF7EoSeYAmQ" target="_dTdvgGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_dTdvhWkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_dTdviWkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_dRuqIGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_dTdvhmkiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_dTdvh2kiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_dTdviGkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_z3AN5GkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_z1rYMGkiEeWMF7EoSeYAmQ" target="_z3AN4GkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_z3AN5WkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_z3AN6WkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_zzQ9YGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_z3AN5mkiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_z3AN52kiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_z3AN6GkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_2nnUUWkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_2l-VkGkiEeWMF7EoSeYAmQ" target="_2nmtQGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_2nnUUmkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_2nnUVmkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_2iMo0GkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_2nnUU2kiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_2nnUVGkiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_2nnUVWkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_6-hqNGkiEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_68kiYGkiEeWMF7EoSeYAmQ" target="_6-hqMGkiEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_6-hqNWkiEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_6-hqOWkiEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ActivityPartition" href="Co-designNetworkedControlSystems.uml#_644VMGkiEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_6-hqNmkiEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_6-hqN2kiEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_6-hqOGkiEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_0sFmUWkjEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_0pSJ8GkjEeWMF7EoSeYAmQ" target="_0sE_QGkjEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_0sFmUmkjEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_0sFmVmkjEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:InitialNode" href="Co-designNetworkedControlSystems.uml#_0mJWYGkjEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_0sFmU2kjEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_0sFmVGkjEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_0sFmVWkjEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_PNY6wWkkEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_PKDS4GkkEeWMF7EoSeYAmQ" target="_PNYTsGkkEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_PNY6wmkkEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_PNY6xmkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_PGUCYGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_PNY6w2kkEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PNY6xGkkEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PNY6xWkkEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_YtW1IGkkEeWMF7EoSeYAmQ" type="4004" source="_0pSJ8GkjEeWMF7EoSeYAmQ" target="_PKDS4GkkEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_YtZRYGkkEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_YtZRYWkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_YtZRYmkkEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_YtZRY2kkEeWMF7EoSeYAmQ" x="-12" y="25"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_YtZRZGkkEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_YtZRZWkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_YtZRZmkkEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_YtZRZ2kkEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_YtW1IWkkEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_YpN8AGkkEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YtW1ImkkEeWMF7EoSeYAmQ" points="[-3, 5, -121, 6]$[117, 5, -1, 6]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Y19-kGkkEeWMF7EoSeYAmQ" id="(1.0,0.35353535353535237)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Y19-kWkkEeWMF7EoSeYAmQ" id="(0.0,0.3404255319148936)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_Yyw5kWkkEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_YtW1IGkkEeWMF7EoSeYAmQ" target="_YywSgGkkEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_Yyw5kmkkEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_Yyw5lmkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_YpN8AGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Yyw5k2kkEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Yyw5lGkkEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Yyw5lWkkEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_djmLVGkkEeWMF7EoSeYAmQ" type="StereotypeCommentLink" target="_djmLUGkkEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_djmLVWkkEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_djmLWWkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"/> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_djmLVmkkEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_djmLV2kkEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_djmLWGkkEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_i3tJQGkkEeWMF7EoSeYAmQ" type="4004" source="_HmGrMGkiEeWMF7EoSeYAmQ" target="_dS0PQGkiEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_i3tJQ2kkEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_i3tJRGkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_i3tJRWkkEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_i3tJRmkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_i3tJR2kkEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_i3tJSGkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_i3tJSWkkEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_i3tJSmkkEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_i3tJQWkkEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_i1xPkGkkEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_i3tJQmkkEeWMF7EoSeYAmQ" points="[1, -1, 12, -507]$[1, 505, 12, -1]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_i-dRgGkkEeWMF7EoSeYAmQ" id="(0.5066666666666652,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_i-dRgWkkEeWMF7EoSeYAmQ" id="(0.24514200298953645,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_i6zglGkkEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_i3tJQGkkEeWMF7EoSeYAmQ" target="_i6zgkGkkEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_i6zglWkkEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_i6zgmWkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_i1xPkGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_i6zglmkkEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_i6zgl2kkEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_i6zgmGkkEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_otTqs2kkEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_opY0AGkkEeWMF7EoSeYAmQ" target="_otTDoGkkEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_otTqtGkkEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_otTquGkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_ojaH0GkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_otTqtWkkEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_otTqtmkkEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_otTqt2kkEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_ttoxBGkkEeWMF7EoSeYAmQ" type="StereotypeCommentLink" target="_ttoxAGkkEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_ttoxBWkkEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_ttoxCWkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"/> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_ttoxBmkkEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_ttoxB2kkEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_ttoxCGkkEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_um1C0GkkEeWMF7EoSeYAmQ" type="4003" source="_PKDS4GkkEeWMF7EoSeYAmQ" target="_opY0AGkkEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_um1C02kkEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_um1p4GkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_um1p4WkkEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_um1p4mkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_um1p42kkEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_um1p5GkkEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_um1p5WkkEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_um1p5mkkEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_um1p52kkEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_um1p6GkkEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_um1p6WkkEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_um1p6mkkEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_um1p62kkEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_um1p7GkkEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_um1C0WkkEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_ujlhkGkkEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_um1C0mkkEeWMF7EoSeYAmQ" points="[57, -1, -138, -44]$[57, 44, -138, 1]$[201, 44, 6, 1]$[201, 93, 6, 50]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_utd2UGkkEeWMF7EoSeYAmQ" id="(0.41472868217054254,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_utedYGkkEeWMF7EoSeYAmQ" id="(0.4639639639639637,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_3dZa5GkkEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_3ZEUgGkkEeWMF7EoSeYAmQ" target="_3dZa4GkkEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_3dZa5WkkEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_3daB8mkkEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_3SekUGkkEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_3dZa5mkkEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_3daB8GkkEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_3daB8WkkEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_PSGmMGklEeWMF7EoSeYAmQ" type="4003" source="_opY0AGkkEeWMF7EoSeYAmQ" target="_3ZEUgGkkEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_PSGmM2klEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PSGmNGklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_PSHNQGklEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PSHNQWklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_PSHNQmklEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PSHNQ2klEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_PSHNRGklEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PSHNRWklEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_PSHNRmklEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PSHNR2klEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_PSHNSGklEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PSHNSWklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_PSHNSmklEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_PSHNS2klEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_PSGmMWklEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_PO_AwGklEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_PSGmMmklEeWMF7EoSeYAmQ" points="[10, -4, 792, -301]$[10, 272, 792, -25]$[-752, 272, 30, -25]$[-752, 296, 30, -1]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PXPk4GklEeWMF7EoSeYAmQ" id="(0.38513513513513514,1.0036231884057962)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PXPk4WklEeWMF7EoSeYAmQ" id="(0.694560669456067,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_Qkk6tGklEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_Qhw3QGklEeWMF7EoSeYAmQ" target="_Qkk6sGklEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_Qkk6tWklEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_Qkk6uWklEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_QcsxEGklEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Qkk6tmklEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Qkk6t2klEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Qkk6uGklEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_fo1kEGklEeWMF7EoSeYAmQ" type="4003" source="_dS0PQGkiEeWMF7EoSeYAmQ" target="_Qhw3QGklEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_fo2LIGklEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_fo2LIWklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_fo2LImklEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_fo2LI2klEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_fo2LJGklEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_fo2LJWklEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_fo2LJmklEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_fo2LJ2klEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_fo2LKGklEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_fo2LKWklEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_fo2LKmklEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_fo2LK2klEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_fo2LLGklEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_fo2LLWklEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_fo1kEWklEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_fkkvIGklEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_fo1kEmklEeWMF7EoSeYAmQ" points="[5, -1, -10, -281]$[5, 375, -10, 95]$[21, 375, 6, 95]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_fwBKIGklEeWMF7EoSeYAmQ" id="(0.3557548579970101,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_fwBKIWklEeWMF7EoSeYAmQ" id="(0.3765432098765432,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_vzdYkGklEeWMF7EoSeYAmQ" type="4004" source="_dS0PQGkiEeWMF7EoSeYAmQ" target="_ujwOwGkmEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_vzdYk2klEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vzd_oGklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_vzd_oWklEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vzd_omklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_vzd_o2klEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vzd_pGklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_vzd_pWklEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vzd_pmklEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_vzdYkWklEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_vtVicGklEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vzdYkmklEeWMF7EoSeYAmQ" points="[5, 10, -100, -181]$[84, 191, -21, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_wIsowGklEeWMF7EoSeYAmQ" id="(0.6880733944954128,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_wIsowWklEeWMF7EoSeYAmQ" id="(0.0,0.5094339622641509)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_v8jqNGklEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_vzdYkGklEeWMF7EoSeYAmQ" target="_v8jqMGklEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_v8jqNWklEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_v8jqOWklEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_vtVicGklEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_v8jqNmklEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_v8jqN2klEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_v8jqOGklEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_zQe5EGklEeWMF7EoSeYAmQ" type="4004" source="_PKDS4GkkEeWMF7EoSeYAmQ" target="_ujwOwGkmEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_zQe5E2klEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zQfgIGklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_zQfgIWklEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zQfgImklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_zQfgI2klEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zQfgJGklEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_zQfgJWklEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zQfgJmklEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_zQe5EWklEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zKKOoGklEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zQe5EmklEeWMF7EoSeYAmQ" points="[54, -1, 597, -357]$[54, 375, 597, 19]$[-543, 375, 0, 19]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zlFQEGklEeWMF7EoSeYAmQ" id="(0.1511627906976744,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zhO1YGkmEeWMF7EoSeYAmQ" id="(1.0,0.15723270440251572)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_zdL4VGklEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_zQe5EGklEeWMF7EoSeYAmQ" target="_zdL4UGklEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_zdL4VWklEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_zdMfYmklEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zKKOoGklEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zdL4VmklEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zdMfYGklEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zdMfYWklEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_uoNQ9GkmEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_ujwOwGkmEeWMF7EoSeYAmQ" target="_uoNQ8GkmEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_uoNQ9WkmEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_uoNQ-WkmEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:JoinNode" href="Co-designNetworkedControlSystems.uml#_ucl20GkmEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_uoNQ9mkmEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_uoNQ92kmEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_uoNQ-GkmEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_09W1IGkmEeWMF7EoSeYAmQ" type="4004" source="_ujwOwGkmEeWMF7EoSeYAmQ" target="_3ZEUgGkkEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_09W1I2kmEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_09W1JGkmEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_09W1JWkmEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_09XcMGkmEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_09XcMWkmEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_09XcMmkmEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_09XcM2kmEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_09XcNGkmEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_09W1IWkmEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_02JZ4GkmEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_09W1ImkmEeWMF7EoSeYAmQ" points="[2, -2, 73, -33]$[2, 30, 73, -1]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_1ViEkGkmEeWMF7EoSeYAmQ" id="(0.38461538461538464,1.0125786163522006)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_1ViEkWkmEeWMF7EoSeYAmQ" id="(0.3110181311018128,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_1LD58GkmEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_09W1IGkmEeWMF7EoSeYAmQ" target="_1LDS4GkmEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_1LD58WkmEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_1LD59WkmEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_02JZ4GkmEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_1LD58mkmEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_1LD582kmEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_1LD59GkmEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_LFr-MGknEeWMF7EoSeYAmQ" type="4003" source="_Qhw3QGklEeWMF7EoSeYAmQ" target="_3ZEUgGkkEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_LFslQGknEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_LFslQWknEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_LFslQmknEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_LFslQ2knEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_LFslRGknEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_LFslRWknEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_LFslRmknEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_LFslR2knEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_LFslSGknEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_LFslSWknEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_LFslSmknEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_LFslS2knEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_LFslTGknEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_LFslTWknEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_LFr-MWknEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_LAG6oGknEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_LFr-MmknEeWMF7EoSeYAmQ" points="[13, 4, -163, -52]$[149, 57, -27, 1]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_LVhxAGknEeWMF7EoSeYAmQ" id="(0.7551440329218102,1.002732240437158)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_LVhxAWknEeWMF7EoSeYAmQ" id="(0.0,0.3617021276595745)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_tHM7xGknEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_tAkvUGknEeWMF7EoSeYAmQ" target="_tHM7wGknEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_tHM7xWknEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_tHNi0mknEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DecisionNode" href="Co-designNetworkedControlSystems.uml#_s2NSYGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_tHM7xmknEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_tHNi0GknEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_tHNi0WknEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_zr3ioGknEeWMF7EoSeYAmQ" type="4004" source="_3ZEUgGkkEeWMF7EoSeYAmQ" target="_tAkvUGknEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_zr3io2knEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zr3ipGknEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_zr3ipWknEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zr3ipmknEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_zr4JsGknEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zr4JsWknEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_zr4JsmknEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_zr4Js2knEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_zr3ioWknEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zlOvIGknEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zr3iomknEeWMF7EoSeYAmQ" points="[11, 1, -101, -14]$[110, 28, -2, 13]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_0B0kgGknEeWMF7EoSeYAmQ" id="(1.0,0.6241134751773033)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_0B3AwGknEeWMF7EoSeYAmQ" id="(0.0,0.5)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_z1f_xGknEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_zr3ioGknEeWMF7EoSeYAmQ" target="_z1f_wGknEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_z1f_xWknEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_z1f_yWknEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zlOvIGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_z1f_xmknEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_z1f_x2knEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_z1f_yGknEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_1H_iZGknEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_1CbF4GknEeWMF7EoSeYAmQ" target="_1H_iYGknEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_1H_iZWknEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_1H_iaWknEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_051xoGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_1H_iZmknEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_1H_iZ2knEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_1H_iaGknEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_-SXnQGknEeWMF7EoSeYAmQ" type="4004" source="_tAkvUGknEeWMF7EoSeYAmQ" target="_1CbF4GknEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_-SXnQ2knEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_-SYOUGknEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_-SYOUWknEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_-SYOUmknEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_-SYOU2knEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_-SYOVGknEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_-SYOVWknEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_-SYOVmknEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_-SXnQWknEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_-GegUGknEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-SXnQmknEeWMF7EoSeYAmQ" points="[-4, 4, -99, 19]$[94, 4, -1, 19]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_-y46YGknEeWMF7EoSeYAmQ" id="(1.0,0.45454545454545453)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_-y5hcGknEeWMF7EoSeYAmQ" id="(0.0,0.08333333333333144)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_-mgEM2knEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_-SXnQGknEeWMF7EoSeYAmQ" target="_-mfdIGknEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_-mgENGknEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_-mgEOGknEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_-GegUGknEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_-mgENWknEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_-mgENmknEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_-mgEN2knEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_W8_t9GkoEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_W1D58GkoEeWMF7EoSeYAmQ" target="_W8_t8GkoEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_W8_t9WkoEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_W8_t-WkoEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_Wo34EGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_W8_t9mkoEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_W8_t92koEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_W8_t-GkoEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_b3-aMGkoEeWMF7EoSeYAmQ" type="4003" source="_1CbF4GknEeWMF7EoSeYAmQ" target="_W1D58GkoEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_b3-aM2koEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_b3-aNGkoEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_b3-aNWkoEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_b3_BQGkoEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_b3_BQWkoEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_b3_BQmkoEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_b3_BQ2koEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_b3_oUGkoEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_b3_oUWkoEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_b3_oUmkoEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_b3_oU2koEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_b3_oVGkoEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_b3_oVWkoEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_b3_oVmkoEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_b3-aMWkoEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_busiYGkoEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_b3-aMmkoEeWMF7EoSeYAmQ" points="[27, 1, -140, 4]$[162, 0, -5, 3]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_cUeI8GkoEeWMF7EoSeYAmQ" id="(1.0032051282051275,0.4113475177304948)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_cUeI8WkoEeWMF7EoSeYAmQ" id="(0.0,0.6485507246376807)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_oXlVgWkoEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_oNzHYGkoEeWMF7EoSeYAmQ" target="_oXkucGkoEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_oXlVgmkoEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_oXlVhmkoEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_oAXvYGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_oXlVg2koEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_oXlVhGkoEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_oXlVhWkoEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_vFbtkGkoEeWMF7EoSeYAmQ" type="4004" source="_tAkvUGknEeWMF7EoSeYAmQ" target="_oNzHYGkoEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_vFbtk2koEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vFbtlGkoEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_vFbtlWkoEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vFbtlmkoEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_vFbtl2koEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vFcUoGkoEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_vFcUoWkoEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_vFcUomkoEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_vFbtkWkoEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_u_nZcGkoEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vFbtkmkoEeWMF7EoSeYAmQ" points="[-23, 4, -174, -105]$[-23, 132, -174, 23]$[124, 132, -27, 23]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_vUut0GkoEeWMF7EoSeYAmQ" id="(1.0,0.8939393939393923)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_vUut0WkoEeWMF7EoSeYAmQ" id="(0.1720430107526872,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_vPExxGkoEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_vFbtkGkoEeWMF7EoSeYAmQ" target="_vPExwGkoEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_vPExxWkoEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_vPExyWkoEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_u_nZcGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vPExxmkoEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_vPExx2koEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_vPExyGkoEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_2CJoEWkoEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_14XZ8GkoEeWMF7EoSeYAmQ" target="_2CJBAGkoEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_2CJoEmkoEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_2CJoFmkoEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_1oJzsGkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_2CJoE2koEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_2CJoFGkoEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_2CJoFWkoEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_AGXfAGkpEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_AC1p4GkpEeWMF7EoSeYAmQ" target="_AGW38GkpEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_AGXfAWkpEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_AGXfBWkpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#__y0Q4GkoEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_AGXfAmkpEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_AGXfA2kpEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_AGXfBGkpEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_EWpocGkpEeWMF7EoSeYAmQ" type="4003" source="_7soi0GkhEeWMF7EoSeYAmQ" target="_AC1p4GkpEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_EWpoc2kpEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_EWqPgGkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_EWqPgWkpEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_EWqPgmkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_EWqPg2kpEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_EWqPhGkpEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_EWqPhWkpEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_EWqPhmkpEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_EWqPh2kpEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_EWqPiGkpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_EWq2kGkpEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_EWq2kWkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_EWq2kmkpEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_EWq2k2kpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_EWpocWkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_EFSLoGkpEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_EWpocmkpEeWMF7EoSeYAmQ" points="[4, 17, 1, -123]$[4, 152, 1, 12]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_FDYyoGkpEeWMF7EoSeYAmQ" id="(0.5543478260869565,1.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_FDYyoWkpEeWMF7EoSeYAmQ" id="(0.5142857142857142,0.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_JR1JAGkpEeWMF7EoSeYAmQ" type="4003" source="_oNzHYGkoEeWMF7EoSeYAmQ" target="_AC1p4GkpEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_JR1wEGkpEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_JR1wEWkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_JR1wEmkpEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_JR1wE2kpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_JR1wFGkpEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_JR1wFWkpEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_JR2XIGkpEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_JR2XIWkpEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_JR2XImkpEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_JR2XI2kpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_JR2XJGkpEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_JR2XJWkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_JR2XJmkpEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_JR2XJ2kpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_JR1JAWkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_JE-YwGkpEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JR1JAmkpEeWMF7EoSeYAmQ" points="[-25, -17, 612, 420]$[-636, -450, 1, -13]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_J9QEkGkpEeWMF7EoSeYAmQ" id="(0.45806451612903226,0.0)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_J9QEkWkpEeWMF7EoSeYAmQ" id="(0.6819047619047618,1.0027322404371584)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_ZzN3sWkpEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_ZpnPwGkpEeWMF7EoSeYAmQ" target="_ZzNQoGkpEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_ZzN3smkpEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_ZzN3tmkpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:OpaqueAction" href="Co-designNetworkedControlSystems.uml#_ZbNAUGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_ZzN3s2kpEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_ZzN3tGkpEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_ZzN3tWkpEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_hUw9kGkpEeWMF7EoSeYAmQ" type="4004" source="_oNzHYGkoEeWMF7EoSeYAmQ" target="_ZpnPwGkpEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_hUxkoGkpEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_hUxkoWkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_hUxkomkpEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_hUxko2kpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_hUxkpGkpEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_hUxkpWkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_hUxkpmkpEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_hUyLsGkpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_hUw9kWkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_hFqKkGkpEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hUw9kmkpEeWMF7EoSeYAmQ" points="[-58, -8, 425, 1]$[-482, -16, 1, -7]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iSkCkGkpEeWMF7EoSeYAmQ" id="(0.0,0.3829787234042553)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_iSkpoGkpEeWMF7EoSeYAmQ" id="(1.002777777777777,0.22695035460992827)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_h4QsMGkpEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_hUw9kGkpEeWMF7EoSeYAmQ" target="_h4QFIGkpEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_h4QsMWkpEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_h4QsNWkpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_hFqKkGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_h4QsMmkpEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_h4QsM2kpEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_h4QsNGkpEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_jWPtIGkpEeWMF7EoSeYAmQ" type="4003" source="_14XZ8GkoEeWMF7EoSeYAmQ" target="_ZpnPwGkpEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_jWPtI2kpEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_jWQUMGkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_jWQUMWkpEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_jWQUMmkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_jWQUM2kpEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_jWQUNGkpEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_jWQUNWkpEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_jWQUNmkpEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_jWQUN2kpEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_jWQUOGkpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_jWQUOWkpEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_jWQ7QGkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_jWQ7QWkpEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_jWQ7QmkpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_jWPtIWkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_jDdUAGkpEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_jWPtImkpEeWMF7EoSeYAmQ" points="[33, -7, 199, 106]$[-60, -7, 106, 106]$[-60, -115, 106, -2]$[-167, -115, -1, -2]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kC9CIGkpEeWMF7EoSeYAmQ" id="(0.0,0.8715846994535513)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kC9CIWkpEeWMF7EoSeYAmQ" id="(1.002777777777777,0.6808510638297872)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_l6qxsGkpEeWMF7EoSeYAmQ" type="4003" source="_oNzHYGkoEeWMF7EoSeYAmQ" target="_14XZ8GkoEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_l6tN8GkpEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_l6tN8WkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_l6t1AGkpEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_l6t1AWkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_l6t1AmkpEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_l6t1A2kpEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_l6t1BGkpEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_l6ucEGkpEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_l6ucEWkpEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_l6ucEmkpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_l6ucE2kpEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_l6ucFGkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_l6ucFWkpEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_l6ucFmkpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_l6qxsWkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_loVrkGkpEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6qxsmkpEeWMF7EoSeYAmQ" points="[77, 27, 333, -93]$[77, 129, 333, 9]$[-292, 129, -36, 9]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_miK2kGkpEeWMF7EoSeYAmQ" id="(0.0,0.4113475177304948)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_miK2kWkpEeWMF7EoSeYAmQ" id="(1.0035460992907794,0.806010928961748)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_vt3xIWkpEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_vpb9EGkpEeWMF7EoSeYAmQ" target="_vt3KEGkpEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_vt3xImkpEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_vt3xJmkpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_vYglIGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_vt3xI2kpEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_vt3xJGkpEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_vt3xJWkpEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_z6FS4GkpEeWMF7EoSeYAmQ" type="4004" source="_DlxCQGkiEeWMF7EoSeYAmQ" target="_vpb9EGkpEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_z6F58GkpEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_z6F58WkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_z6F58mkpEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_z6F582kpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_z6F59GkpEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_z6F59WkpEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_z6F59mkpEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_z6GhAGkpEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_z6FS4WkpEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zrePIGkpEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_z6FS4mkpEeWMF7EoSeYAmQ" points="[-154, 5, -216, -28]$[-154, 65, -216, 32]$[95, 65, 33, 32]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_06ni0GkpEeWMF7EoSeYAmQ" id="(1.0,0.85)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_06ni0WkpEeWMF7EoSeYAmQ" id="(0.0,0.617486338797814)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_0SZFNGkpEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_z6FS4GkpEeWMF7EoSeYAmQ" target="_0SZFMGkpEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_0SZFNWkpEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_0SZsQmkpEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_zrePIGkpEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_0SZFNmkpEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_0SZsQGkpEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_0SZsQWkpEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_BIZuVGkqEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_A7jlIGkqEeWMF7EoSeYAmQ" target="_BIZuUGkqEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_BIZuVWkqEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_BIaVYmkqEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:DataStoreNode" href="Co-designNetworkedControlSystems.uml#_ApioEGkqEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_BIZuVmkqEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_BIaVYGkqEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_BIaVYWkqEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_IAXEoGkqEeWMF7EoSeYAmQ" type="4003" source="_ZpnPwGkpEeWMF7EoSeYAmQ" target="_A7jlIGkqEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_IAXEo2kqEeWMF7EoSeYAmQ" type="6001"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_IAXEpGkqEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_IAXEpWkqEeWMF7EoSeYAmQ" type="6002"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_IAXEpmkqEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_IAXEp2kqEeWMF7EoSeYAmQ" type="6005"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_IAXrsGkqEeWMF7EoSeYAmQ" x="20" y="40"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_IAXrsWkqEeWMF7EoSeYAmQ" type="6006"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_IAXrsmkqEeWMF7EoSeYAmQ" x="-20" y="-60"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_IAXrs2kqEeWMF7EoSeYAmQ" type="6007"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_IAXrtGkqEeWMF7EoSeYAmQ" y="-20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_IAXrtWkqEeWMF7EoSeYAmQ" type="6008"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_IAXrtmkqEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_IAXrt2kqEeWMF7EoSeYAmQ" type="6010"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_IAXruGkqEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_IAXEoWkqEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ObjectFlow" href="Co-designNetworkedControlSystems.uml#_H1ji0GkqEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_IAXEomkqEeWMF7EoSeYAmQ" points="[-30, -17, 197, 116]$[-226, -145, 1, -12]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_IcwFsGkqEeWMF7EoSeYAmQ" id="(0.0,0.02836879432623952)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_IcwFsWkqEeWMF7EoSeYAmQ" id="(0.6506410256410255,1.0)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_N8VT0WkqEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_NtqlsGkqEeWMF7EoSeYAmQ" target="_N8UswGkqEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_N8VT0mkqEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_N8VT1mkqEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:FlowFinalNode" href="Co-designNetworkedControlSystems.uml#_NX4i8GkqEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_N8VT02kqEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_N8VT1GkqEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_N8VT1WkqEeWMF7EoSeYAmQ"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_TixX4GkqEeWMF7EoSeYAmQ" type="4004" source="_1CbF4GknEeWMF7EoSeYAmQ" target="_NtqlsGkqEeWMF7EoSeYAmQ"> + <children xmi:type="notation:DecorationNode" xmi:id="_TixX42kqEeWMF7EoSeYAmQ" type="6003"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_Tix-8GkqEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_Tix-8WkqEeWMF7EoSeYAmQ" type="6004"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_Tix-8mkqEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_Tix-82kqEeWMF7EoSeYAmQ" type="6009"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_Tix-9GkqEeWMF7EoSeYAmQ" y="20"/> + </children> + <children xmi:type="notation:DecorationNode" xmi:id="_Tix-9WkqEeWMF7EoSeYAmQ" type="6011"> + <layoutConstraint xmi:type="notation:Location" xmi:id="_TiymAGkqEeWMF7EoSeYAmQ" y="-20"/> + </children> + <styles xmi:type="notation:FontStyle" xmi:id="_TixX4WkqEeWMF7EoSeYAmQ"/> + <element xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_TNBxYGkqEeWMF7EoSeYAmQ"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_TixX4mkqEeWMF7EoSeYAmQ" points="[22, 14, -113, -71]$[132, 100, -3, 15]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_UmgFwGkqEeWMF7EoSeYAmQ" id="(1.0,0.8226950354609921)"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_UmgFwWkqEeWMF7EoSeYAmQ" id="(0.0,0.21138211382113728)"/> + </edges> + <edges xmi:type="notation:Connector" xmi:id="_UDnbJGkqEeWMF7EoSeYAmQ" type="StereotypeCommentLink" source="_TixX4GkqEeWMF7EoSeYAmQ" target="_UDnbIGkqEeWMF7EoSeYAmQ"> + <styles xmi:type="notation:FontStyle" xmi:id="_UDnbJWkqEeWMF7EoSeYAmQ"/> + <styles xmi:type="notation:EObjectValueStyle" xmi:id="_UDnbKWkqEeWMF7EoSeYAmQ" name="BASE_ELEMENT"> + <eObjectValue xmi:type="uml:ControlFlow" href="Co-designNetworkedControlSystems.uml#_TNBxYGkqEeWMF7EoSeYAmQ"/> + </styles> + <element xsi:nil="true"/> + <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_UDnbJmkqEeWMF7EoSeYAmQ" points="[0, 0, 0, 0]$[0, 0, 0, 0]"/> + <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_UDnbJ2kqEeWMF7EoSeYAmQ"/> + <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_UDnbKGkqEeWMF7EoSeYAmQ"/> + </edges> +</notation:Diagram> diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.uml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.uml new file mode 100644 index 00000000000..98de9277a69 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.examples/Co-designNetworkedControlSystems.uml @@ -0,0 +1,145 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xmi:XMI xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:BPMNProfile="http://www.omg.org/spec/BPMNProfile/20121112/" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"> + <uml:Model xmi:id="_zqwB8GkfEeWMF7EoSeYAmQ" name="Co-designNetworkedControlSystems"> + <packagedElement xmi:type="uml:Activity" xmi:id="_z0GLMGkfEeWMF7EoSeYAmQ" name="Co-designNetworkedControlSystems" node="_5zdasGkhEeWMF7EoSeYAmQ _7rqScGkhEeWMF7EoSeYAmQ _DkZwUGkiEeWMF7EoSeYAmQ _dRuqIGkiEeWMF7EoSeYAmQ _0mJWYGkjEeWMF7EoSeYAmQ _PGUCYGkkEeWMF7EoSeYAmQ _Hj8vEGkiEeWMF7EoSeYAmQ _ojaH0GkkEeWMF7EoSeYAmQ _3SekUGkkEeWMF7EoSeYAmQ _QcsxEGklEeWMF7EoSeYAmQ _ucl20GkmEeWMF7EoSeYAmQ _s2NSYGknEeWMF7EoSeYAmQ _051xoGknEeWMF7EoSeYAmQ _Wo34EGkoEeWMF7EoSeYAmQ _oAXvYGkoEeWMF7EoSeYAmQ _1oJzsGkoEeWMF7EoSeYAmQ __y0Q4GkoEeWMF7EoSeYAmQ _ZbNAUGkpEeWMF7EoSeYAmQ _vYglIGkpEeWMF7EoSeYAmQ _ApioEGkqEeWMF7EoSeYAmQ _NX4i8GkqEeWMF7EoSeYAmQ" group="_zzQ9YGkiEeWMF7EoSeYAmQ _644VMGkiEeWMF7EoSeYAmQ _2iMo0GkiEeWMF7EoSeYAmQ"> + <edge xmi:type="uml:ControlFlow" xmi:id="_CNEJ8GkiEeWMF7EoSeYAmQ" target="_7rqScGkhEeWMF7EoSeYAmQ" source="_5zdasGkhEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ControlFlow" xmi:id="_TAVS0GkiEeWMF7EoSeYAmQ" target="_Hj8vEGkiEeWMF7EoSeYAmQ" source="_7rqScGkhEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ControlFlow" xmi:id="_UUZiwGkiEeWMF7EoSeYAmQ" target="_DkZwUGkiEeWMF7EoSeYAmQ" source="_Hj8vEGkiEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ControlFlow" xmi:id="_YpN8AGkkEeWMF7EoSeYAmQ" target="_PGUCYGkkEeWMF7EoSeYAmQ" source="_0mJWYGkjEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ControlFlow" xmi:id="_i1xPkGkkEeWMF7EoSeYAmQ" target="_dRuqIGkiEeWMF7EoSeYAmQ" source="_Hj8vEGkiEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ObjectFlow" xmi:id="_ujlhkGkkEeWMF7EoSeYAmQ" target="_ojaH0GkkEeWMF7EoSeYAmQ" source="_PGUCYGkkEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_umx_gGkkEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_umymkGkkEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ObjectFlow" xmi:id="_PO_AwGklEeWMF7EoSeYAmQ" target="_3SekUGkkEeWMF7EoSeYAmQ" source="_ojaH0GkkEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_PSEJ8GklEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_PSExAGklEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ObjectFlow" xmi:id="_fkkvIGklEeWMF7EoSeYAmQ" target="_QcsxEGklEeWMF7EoSeYAmQ" source="_dRuqIGkiEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_fozu4GklEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_fo0V8GklEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ControlFlow" xmi:id="_vtVicGklEeWMF7EoSeYAmQ" target="_ucl20GkmEeWMF7EoSeYAmQ" source="_dRuqIGkiEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ControlFlow" xmi:id="_zKKOoGklEeWMF7EoSeYAmQ" target="_ucl20GkmEeWMF7EoSeYAmQ" source="_PGUCYGkkEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ControlFlow" xmi:id="_02JZ4GkmEeWMF7EoSeYAmQ" target="_3SekUGkkEeWMF7EoSeYAmQ" source="_ucl20GkmEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ObjectFlow" xmi:id="_LAG6oGknEeWMF7EoSeYAmQ" target="_3SekUGkkEeWMF7EoSeYAmQ" source="_QcsxEGklEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_LFqJAGknEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_LFqwEGknEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ControlFlow" xmi:id="_zlOvIGknEeWMF7EoSeYAmQ" target="_s2NSYGknEeWMF7EoSeYAmQ" source="_3SekUGkkEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ControlFlow" xmi:id="_-GegUGknEeWMF7EoSeYAmQ" name="yes" target="_051xoGknEeWMF7EoSeYAmQ" source="_s2NSYGknEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ObjectFlow" xmi:id="_busiYGkoEeWMF7EoSeYAmQ" target="_Wo34EGkoEeWMF7EoSeYAmQ" source="_051xoGknEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_b36v0GkoEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_b37W4GkoEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ControlFlow" xmi:id="_u_nZcGkoEeWMF7EoSeYAmQ" name="no" target="_oAXvYGkoEeWMF7EoSeYAmQ" source="_s2NSYGknEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ObjectFlow" xmi:id="_EFSLoGkpEeWMF7EoSeYAmQ" target="__y0Q4GkoEeWMF7EoSeYAmQ" source="_7rqScGkhEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_EWmlIGkpEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_EWnMMGkpEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ObjectFlow" xmi:id="_JE-YwGkpEeWMF7EoSeYAmQ" target="__y0Q4GkoEeWMF7EoSeYAmQ" source="_oAXvYGkoEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_JRzT0GkpEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_JRzT0WkpEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ControlFlow" xmi:id="_hFqKkGkpEeWMF7EoSeYAmQ" target="_ZbNAUGkpEeWMF7EoSeYAmQ" source="_oAXvYGkoEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ObjectFlow" xmi:id="_jDdUAGkpEeWMF7EoSeYAmQ" target="_ZbNAUGkpEeWMF7EoSeYAmQ" source="_1oJzsGkoEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_jWMp0GkpEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_jWNQ4GkpEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ObjectFlow" xmi:id="_loVrkGkpEeWMF7EoSeYAmQ" target="_1oJzsGkoEeWMF7EoSeYAmQ" source="_oAXvYGkoEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_l6nHUGkpEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_l6nuYGkpEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ControlFlow" xmi:id="_zrePIGkpEeWMF7EoSeYAmQ" target="_vYglIGkpEeWMF7EoSeYAmQ" source="_DkZwUGkiEeWMF7EoSeYAmQ"/> + <edge xmi:type="uml:ObjectFlow" xmi:id="_H1ji0GkqEeWMF7EoSeYAmQ" target="_ApioEGkqEeWMF7EoSeYAmQ" source="_ZbNAUGkpEeWMF7EoSeYAmQ"> + <guard xmi:type="uml:LiteralBoolean" xmi:id="_IAVPcGkqEeWMF7EoSeYAmQ" value="true"/> + <weight xmi:type="uml:LiteralInteger" xmi:id="_IAV2gGkqEeWMF7EoSeYAmQ" value="1"/> + </edge> + <edge xmi:type="uml:ControlFlow" xmi:id="_TNBxYGkqEeWMF7EoSeYAmQ" target="_NX4i8GkqEeWMF7EoSeYAmQ" source="_051xoGknEeWMF7EoSeYAmQ"/> + <group xmi:type="uml:ActivityPartition" xmi:id="_zzQ9YGkiEeWMF7EoSeYAmQ" name="Control engineer" node="_5zdasGkhEeWMF7EoSeYAmQ _7rqScGkhEeWMF7EoSeYAmQ _DkZwUGkiEeWMF7EoSeYAmQ _Hj8vEGkiEeWMF7EoSeYAmQ _dRuqIGkiEeWMF7EoSeYAmQ __y0Q4GkoEeWMF7EoSeYAmQ _vYglIGkpEeWMF7EoSeYAmQ"/> + <group xmi:type="uml:ActivityPartition" xmi:id="_644VMGkiEeWMF7EoSeYAmQ" name="System integrator" node="_3SekUGkkEeWMF7EoSeYAmQ _QcsxEGklEeWMF7EoSeYAmQ _ucl20GkmEeWMF7EoSeYAmQ _s2NSYGknEeWMF7EoSeYAmQ _051xoGknEeWMF7EoSeYAmQ _Wo34EGkoEeWMF7EoSeYAmQ _oAXvYGkoEeWMF7EoSeYAmQ _1oJzsGkoEeWMF7EoSeYAmQ _ZbNAUGkpEeWMF7EoSeYAmQ _ApioEGkqEeWMF7EoSeYAmQ _NX4i8GkqEeWMF7EoSeYAmQ"/> + <group xmi:type="uml:ActivityPartition" xmi:id="_2iMo0GkiEeWMF7EoSeYAmQ" name="HW/SW engineer" node="_0mJWYGkjEeWMF7EoSeYAmQ _PGUCYGkkEeWMF7EoSeYAmQ _ojaH0GkkEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:InitialNode" xmi:id="_5zdasGkhEeWMF7EoSeYAmQ" name="InitialNode1" outgoing="_CNEJ8GkiEeWMF7EoSeYAmQ" inPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:OpaqueAction" xmi:id="_7rqScGkhEeWMF7EoSeYAmQ" name="Develop functional model in Simulink" incoming="_CNEJ8GkiEeWMF7EoSeYAmQ" outgoing="_TAVS0GkiEeWMF7EoSeYAmQ _EFSLoGkpEeWMF7EoSeYAmQ" inPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:OpaqueAction" xmi:id="_DkZwUGkiEeWMF7EoSeYAmQ" name="Generate C code for each Simulink subsystem" incoming="_UUZiwGkiEeWMF7EoSeYAmQ" outgoing="_zrePIGkpEeWMF7EoSeYAmQ" inPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:JoinNode" xmi:id="_Hj8vEGkiEeWMF7EoSeYAmQ" name="JoinNode1" incoming="_TAVS0GkiEeWMF7EoSeYAmQ" outgoing="_UUZiwGkiEeWMF7EoSeYAmQ _i1xPkGkkEeWMF7EoSeYAmQ" inPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:OpaqueAction" xmi:id="_dRuqIGkiEeWMF7EoSeYAmQ" name="Export structural view to Papyrus" incoming="_i1xPkGkkEeWMF7EoSeYAmQ" outgoing="_fkkvIGklEeWMF7EoSeYAmQ _vtVicGklEeWMF7EoSeYAmQ" inPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:InitialNode" xmi:id="_0mJWYGkjEeWMF7EoSeYAmQ" name="InitialNode2" outgoing="_YpN8AGkkEeWMF7EoSeYAmQ" inPartition="_2iMo0GkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:OpaqueAction" xmi:id="_PGUCYGkkEeWMF7EoSeYAmQ" name="Develop platform model" incoming="_YpN8AGkkEeWMF7EoSeYAmQ" outgoing="_ujlhkGkkEeWMF7EoSeYAmQ _zKKOoGklEeWMF7EoSeYAmQ" inPartition="_2iMo0GkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:DataStoreNode" xmi:id="_ojaH0GkkEeWMF7EoSeYAmQ" name="SysML platformmodel" incoming="_ujlhkGkkEeWMF7EoSeYAmQ" outgoing="_PO_AwGklEeWMF7EoSeYAmQ" inPartition="_2iMo0GkiEeWMF7EoSeYAmQ"> + <upperBound xmi:type="uml:LiteralInteger" xmi:id="_ojbV8GkkEeWMF7EoSeYAmQ" value="1"/> + </node> + <node xmi:type="uml:OpaqueAction" xmi:id="_3SekUGkkEeWMF7EoSeYAmQ" name="Develop/generate mapping model" incoming="_PO_AwGklEeWMF7EoSeYAmQ _02JZ4GkmEeWMF7EoSeYAmQ _LAG6oGknEeWMF7EoSeYAmQ" outgoing="_zlOvIGknEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:DataStoreNode" xmi:id="_QcsxEGklEeWMF7EoSeYAmQ" name="SysML Functional Model" incoming="_fkkvIGklEeWMF7EoSeYAmQ" outgoing="_LAG6oGknEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"> + <upperBound xmi:type="uml:LiteralInteger" xmi:id="_QctYIGklEeWMF7EoSeYAmQ" value="1"/> + </node> + <node xmi:type="uml:JoinNode" xmi:id="_ucl20GkmEeWMF7EoSeYAmQ" name="JoinNode2" incoming="_vtVicGklEeWMF7EoSeYAmQ _zKKOoGklEeWMF7EoSeYAmQ" outgoing="_02JZ4GkmEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:DecisionNode" xmi:id="_s2NSYGknEeWMF7EoSeYAmQ" name="Is a semantics-preserving implementation achievable?" incoming="_zlOvIGknEeWMF7EoSeYAmQ" outgoing="_-GegUGknEeWMF7EoSeYAmQ _u_nZcGkoEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:OpaqueAction" xmi:id="_051xoGknEeWMF7EoSeYAmQ" name="Generate middleware artifacts" incoming="_-GegUGknEeWMF7EoSeYAmQ" outgoing="_busiYGkoEeWMF7EoSeYAmQ _TNBxYGkqEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:DataStoreNode" xmi:id="_Wo34EGkoEeWMF7EoSeYAmQ" name="Task, I/O, COM" incoming="_busiYGkoEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"> + <upperBound xmi:type="uml:LiteralInteger" xmi:id="_Wo4fIGkoEeWMF7EoSeYAmQ" value="1"/> + </node> + <node xmi:type="uml:OpaqueAction" xmi:id="_oAXvYGkoEeWMF7EoSeYAmQ" name="Generate Matlab code" incoming="_u_nZcGkoEeWMF7EoSeYAmQ" outgoing="_JE-YwGkpEeWMF7EoSeYAmQ _hFqKkGkpEeWMF7EoSeYAmQ _loVrkGkpEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:DataStoreNode" xmi:id="_1oJzsGkoEeWMF7EoSeYAmQ" name="Matlab code" incoming="_loVrkGkpEeWMF7EoSeYAmQ" outgoing="_jDdUAGkpEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"> + <upperBound xmi:type="uml:LiteralInteger" xmi:id="_1oKawGkoEeWMF7EoSeYAmQ" value="1"/> + </node> + <node xmi:type="uml:DataStoreNode" xmi:id="__y0Q4GkoEeWMF7EoSeYAmQ" name="Simulink functional model" incoming="_EFSLoGkpEeWMF7EoSeYAmQ _JE-YwGkpEeWMF7EoSeYAmQ" inPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"> + <upperBound xmi:type="uml:LiteralInteger" xmi:id="__y1fAGkoEeWMF7EoSeYAmQ" value="1"/> + </node> + <node xmi:type="uml:OpaqueAction" xmi:id="_ZbNAUGkpEeWMF7EoSeYAmQ" name="Run Matlab code" incoming="_hFqKkGkpEeWMF7EoSeYAmQ _jDdUAGkpEeWMF7EoSeYAmQ" outgoing="_H1ji0GkqEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + <node xmi:type="uml:DataStoreNode" xmi:id="_vYglIGkpEeWMF7EoSeYAmQ" name=".C code" incoming="_zrePIGkpEeWMF7EoSeYAmQ" inPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"> + <upperBound xmi:type="uml:LiteralInteger" xmi:id="_vYhMMGkpEeWMF7EoSeYAmQ" value="1"/> + </node> + <node xmi:type="uml:DataStoreNode" xmi:id="_ApioEGkqEeWMF7EoSeYAmQ" name="Backannotated Simulink Model" incoming="_H1ji0GkqEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"> + <upperBound xmi:type="uml:LiteralInteger" xmi:id="_Apj2MGkqEeWMF7EoSeYAmQ" value="1"/> + </node> + <node xmi:type="uml:FlowFinalNode" xmi:id="_NX4i8GkqEeWMF7EoSeYAmQ" name="FlowFinalNode1" incoming="_TNBxYGkqEeWMF7EoSeYAmQ" inPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + </packagedElement> + <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_zzbc0GkfEeWMF7EoSeYAmQ"> + <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_zzcD4GkfEeWMF7EoSeYAmQ" source="http://www.eclipse.org/uml2/2.0.0/UML"> + <references xmi:type="ecore:EPackage" href="http://www.omg.org/spec/BPMNProfile/20121112/#/"/> + </eAnnotations> + <appliedProfile xmi:type="uml:Profile" href="pathmap://BPMN_PROF/bpmn.profile.uml#_wrG1oHwkEeOWLfCz6n-rOA"/> + </profileApplication> + </uml:Model> + <BPMNProfile:BPMNProcess xmi:id="_z0VbwGkfEeWMF7EoSeYAmQ" base_Element="_z0GLMGkfEeWMF7EoSeYAmQ" base_PackageableElement="_z0GLMGkfEeWMF7EoSeYAmQ" base_Behavior="_z0GLMGkfEeWMF7EoSeYAmQ" base_Activity="_z0GLMGkfEeWMF7EoSeYAmQ"/> + <BPMNProfile:StartEvent xmi:id="_5zugcGkhEeWMF7EoSeYAmQ" base_Element="_5zdasGkhEeWMF7EoSeYAmQ" base_ActivityNode="_5zdasGkhEeWMF7EoSeYAmQ" base_InitialNode="_5zdasGkhEeWMF7EoSeYAmQ"/> + <BPMNProfile:ManualTask xmi:id="_7r3t0GkhEeWMF7EoSeYAmQ" base_Element="_7rqScGkhEeWMF7EoSeYAmQ" base_ActivityNode="_7rqScGkhEeWMF7EoSeYAmQ" base_Action="_7rqScGkhEeWMF7EoSeYAmQ" base_OpaqueAction="_7rqScGkhEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_CNSMYGkiEeWMF7EoSeYAmQ" base_Element="_CNEJ8GkiEeWMF7EoSeYAmQ" base_ControlFlow="_CNEJ8GkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:ManualTask xmi:id="_Dkpn8GkiEeWMF7EoSeYAmQ" base_Element="_DkZwUGkiEeWMF7EoSeYAmQ" base_ActivityNode="_DkZwUGkiEeWMF7EoSeYAmQ" base_Action="_DkZwUGkiEeWMF7EoSeYAmQ" base_OpaqueAction="_DkZwUGkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:ParallelGateway xmi:id="_HkaCEGkiEeWMF7EoSeYAmQ" base_Element="_Hj8vEGkiEeWMF7EoSeYAmQ" base_ActivityNode="_Hj8vEGkiEeWMF7EoSeYAmQ" base_ControlNode="_Hj8vEGkiEeWMF7EoSeYAmQ" base_JoinNode="_Hj8vEGkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_TAjVQGkiEeWMF7EoSeYAmQ" base_Element="_TAVS0GkiEeWMF7EoSeYAmQ" base_ControlFlow="_TAVS0GkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_UUqBcGkiEeWMF7EoSeYAmQ" base_Element="_UUZiwGkiEeWMF7EoSeYAmQ" base_ControlFlow="_UUZiwGkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:Lane xmi:id="_zzbVcGkiEeWMF7EoSeYAmQ" base_Element="_zzQ9YGkiEeWMF7EoSeYAmQ" base_ActivityPartition="_zzQ9YGkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:Lane xmi:id="_2irxAGkiEeWMF7EoSeYAmQ" base_Element="_2iMo0GkiEeWMF7EoSeYAmQ" base_ActivityPartition="_2iMo0GkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:Lane xmi:id="_65IM0GkiEeWMF7EoSeYAmQ" base_Element="_644VMGkiEeWMF7EoSeYAmQ" base_ActivityPartition="_644VMGkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:StartEvent xmi:id="_0mWKsGkjEeWMF7EoSeYAmQ" base_Element="_0mJWYGkjEeWMF7EoSeYAmQ" base_ActivityNode="_0mJWYGkjEeWMF7EoSeYAmQ" base_InitialNode="_0mJWYGkjEeWMF7EoSeYAmQ"/> + <BPMNProfile:ManualTask xmi:id="_PGlIIGkkEeWMF7EoSeYAmQ" base_Element="_PGUCYGkkEeWMF7EoSeYAmQ" base_ActivityNode="_PGUCYGkkEeWMF7EoSeYAmQ" base_Action="_PGUCYGkkEeWMF7EoSeYAmQ" base_OpaqueAction="_PGUCYGkkEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_YpheAGkkEeWMF7EoSeYAmQ" base_Element="_YpN8AGkkEeWMF7EoSeYAmQ" base_ControlFlow="_YpN8AGkkEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_i12IEGkkEeWMF7EoSeYAmQ" base_Element="_i1xPkGkkEeWMF7EoSeYAmQ" base_ControlFlow="_i1xPkGkkEeWMF7EoSeYAmQ"/> + <BPMNProfile:DataObject xmi:id="_oju38GkkEeWMF7EoSeYAmQ" base_Element="_ojaH0GkkEeWMF7EoSeYAmQ" base_TypedElement="_ojaH0GkkEeWMF7EoSeYAmQ" base_DataStoreNode="_ojaH0GkkEeWMF7EoSeYAmQ"/> + <BPMNProfile:ManualTask xmi:id="_3S2XwGkkEeWMF7EoSeYAmQ" base_Element="_3SekUGkkEeWMF7EoSeYAmQ" base_ActivityNode="_3SekUGkkEeWMF7EoSeYAmQ" base_Action="_3SekUGkkEeWMF7EoSeYAmQ" base_OpaqueAction="_3SekUGkkEeWMF7EoSeYAmQ"/> + <BPMNProfile:DataObject xmi:id="_Qc6McGklEeWMF7EoSeYAmQ" base_Element="_QcsxEGklEeWMF7EoSeYAmQ" base_TypedElement="_QcsxEGklEeWMF7EoSeYAmQ" base_DataStoreNode="_QcsxEGklEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_vtkzAGklEeWMF7EoSeYAmQ" base_Element="_vtVicGklEeWMF7EoSeYAmQ" base_ControlFlow="_vtVicGklEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_zKXC8GklEeWMF7EoSeYAmQ" base_Element="_zKKOoGklEeWMF7EoSeYAmQ" base_ControlFlow="_zKKOoGklEeWMF7EoSeYAmQ"/> + <BPMNProfile:ParallelGateway xmi:id="_uczSMGkmEeWMF7EoSeYAmQ" base_Element="_ucl20GkmEeWMF7EoSeYAmQ" base_ActivityNode="_ucl20GkmEeWMF7EoSeYAmQ" base_ControlNode="_ucl20GkmEeWMF7EoSeYAmQ" base_JoinNode="_ucl20GkmEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_02WOMGkmEeWMF7EoSeYAmQ" base_Element="_02JZ4GkmEeWMF7EoSeYAmQ" base_ControlFlow="_02JZ4GkmEeWMF7EoSeYAmQ"/> + <BPMNProfile:ExclusiveGateway xmi:id="_ps9CcGknEeWMF7EoSeYAmQ"/> + <BPMNProfile:ExclusiveGateway xmi:id="_s2dKAGknEeWMF7EoSeYAmQ" base_Element="_s2NSYGknEeWMF7EoSeYAmQ" base_ActivityNode="_s2NSYGknEeWMF7EoSeYAmQ" base_ControlNode="_s2NSYGknEeWMF7EoSeYAmQ" base_DecisionNode="_s2NSYGknEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_zla8YGknEeWMF7EoSeYAmQ" base_Element="_zlOvIGknEeWMF7EoSeYAmQ" base_ControlFlow="_zlOvIGknEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_-G3h4GknEeWMF7EoSeYAmQ" base_Element="_-GegUGknEeWMF7EoSeYAmQ" base_ControlFlow="_-GegUGknEeWMF7EoSeYAmQ"/> + <BPMNProfile:ScriptTask xmi:id="_ElRvwGkoEeWMF7EoSeYAmQ" base_Element="_dRuqIGkiEeWMF7EoSeYAmQ" base_ActivityNode="_dRuqIGkiEeWMF7EoSeYAmQ" base_Action="_dRuqIGkiEeWMF7EoSeYAmQ" base_OpaqueAction="_dRuqIGkiEeWMF7EoSeYAmQ"/> + <BPMNProfile:ScriptTask xmi:id="_GZI6EGkoEeWMF7EoSeYAmQ" base_Element="_051xoGknEeWMF7EoSeYAmQ" base_ActivityNode="_051xoGknEeWMF7EoSeYAmQ" base_Action="_051xoGknEeWMF7EoSeYAmQ" base_OpaqueAction="_051xoGknEeWMF7EoSeYAmQ"/> + <BPMNProfile:DataObject xmi:id="_WpKzAGkoEeWMF7EoSeYAmQ" base_Element="_Wo34EGkoEeWMF7EoSeYAmQ" base_TypedElement="_Wo34EGkoEeWMF7EoSeYAmQ" base_DataStoreNode="_Wo34EGkoEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_u_vVQGkoEeWMF7EoSeYAmQ" base_Element="_u_nZcGkoEeWMF7EoSeYAmQ" base_ControlFlow="_u_nZcGkoEeWMF7EoSeYAmQ"/> + <BPMNProfile:ScriptTask xmi:id="_yHIkAGkoEeWMF7EoSeYAmQ" base_Element="_oAXvYGkoEeWMF7EoSeYAmQ" base_ActivityNode="_oAXvYGkoEeWMF7EoSeYAmQ" base_Action="_oAXvYGkoEeWMF7EoSeYAmQ" base_OpaqueAction="_oAXvYGkoEeWMF7EoSeYAmQ"/> + <BPMNProfile:DataObject xmi:id="_1ocHkGkoEeWMF7EoSeYAmQ" base_Element="_1oJzsGkoEeWMF7EoSeYAmQ" base_TypedElement="_1oJzsGkoEeWMF7EoSeYAmQ" base_DataStoreNode="_1oJzsGkoEeWMF7EoSeYAmQ"/> + <BPMNProfile:DataObject xmi:id="__zIZ8GkoEeWMF7EoSeYAmQ" base_Element="__y0Q4GkoEeWMF7EoSeYAmQ" base_TypedElement="__y0Q4GkoEeWMF7EoSeYAmQ" base_DataStoreNode="__y0Q4GkoEeWMF7EoSeYAmQ"/> + <BPMNProfile:ManualTask xmi:id="_esLKsGkpEeWMF7EoSeYAmQ" base_Element="_ZbNAUGkpEeWMF7EoSeYAmQ" base_ActivityNode="_ZbNAUGkpEeWMF7EoSeYAmQ" base_Action="_ZbNAUGkpEeWMF7EoSeYAmQ" base_OpaqueAction="_ZbNAUGkpEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_hF6pQGkpEeWMF7EoSeYAmQ" base_Element="_hFqKkGkpEeWMF7EoSeYAmQ" base_ControlFlow="_hFqKkGkpEeWMF7EoSeYAmQ"/> + <BPMNProfile:DataObject xmi:id="_vY2jYGkpEeWMF7EoSeYAmQ" base_Element="_vYglIGkpEeWMF7EoSeYAmQ" base_TypedElement="_vYglIGkpEeWMF7EoSeYAmQ" base_DataStoreNode="_vYglIGkpEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_zroAIGkpEeWMF7EoSeYAmQ" base_Element="_zrePIGkpEeWMF7EoSeYAmQ" base_ControlFlow="_zrePIGkpEeWMF7EoSeYAmQ"/> + <BPMNProfile:DataObject xmi:id="_Ap0U4GkqEeWMF7EoSeYAmQ" base_Element="_ApioEGkqEeWMF7EoSeYAmQ" base_TypedElement="_ApioEGkqEeWMF7EoSeYAmQ" base_DataStoreNode="_ApioEGkqEeWMF7EoSeYAmQ"/> + <BPMNProfile:EndEvent xmi:id="_NYN6IGkqEeWMF7EoSeYAmQ" base_Element="_NX4i8GkqEeWMF7EoSeYAmQ" base_ActivityNode="_NX4i8GkqEeWMF7EoSeYAmQ" base_FlowFinalNode="_NX4i8GkqEeWMF7EoSeYAmQ" base_FinalNode="_NX4i8GkqEeWMF7EoSeYAmQ"/> + <BPMNProfile:SequenceFlow xmi:id="_TNSQEGkqEeWMF7EoSeYAmQ" base_Element="_TNBxYGkqEeWMF7EoSeYAmQ" base_ControlFlow="_TNBxYGkqEeWMF7EoSeYAmQ"/> +</xmi:XMI> diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.classpath b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.classpath new file mode 100644 index 00000000000..5c45d7b314f --- /dev/null +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="qvto"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.project b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.project new file mode 100644 index 00000000000..d346ffbabbd --- /dev/null +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.project @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.papyrus.manufacturing.b2mml</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.ManifestBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.pde.SchemaBuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.m2m.qvt.oml.project.QVTOBuilder</name> + <arguments> + <dictionary> + <key>src_container</key> + <value>qvto</value> + </dictionary> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.pde.PluginNature</nature> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2m.qvt.oml.project.QVTONature</nature> + </natures> +</projectDescription> diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.settings/org.eclipse.jdt.core.prefs b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000000..0c68a61dca8 --- /dev/null +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF new file mode 100644 index 00000000000..e6634e51a02 --- /dev/null +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/META-INF/MANIFEST.MF @@ -0,0 +1,22 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %pluginName +Bundle-SymbolicName: org.eclipse.papyrus.manufacturing.b2mml;singleton:=true +Bundle-Version: 1.1.0.qualifier +Bundle-ClassPath: . +Bundle-Vendor: %providerName +Bundle-Localization: plugin +Bundle-Activator: org.eclipse.papyrus.manufacturing.b2mml.Activator +Require-Bundle: org.eclipse.ui, + org.eclipse.core.runtime, + org.eclipse.emf.ecore;visibility:=reexport, + org.eclipse.emf.ecore.xmi;visibility:=reexport, + org.eclipse.uml2.types;visibility:=reexport, + org.eclipse.uml2.uml;visibility:=reexport, + org.eclipse.papyrus.uml.extensionpoints +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Export-Package: + org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML, + org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML.impl, + org.eclipse.papyrus.manufacturing.b2mml.profile.B2MML.util +Bundle-ActivationPolicy: lazy diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties new file mode 100644 index 00000000000..e9863e281ea --- /dev/null +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/build.properties @@ -0,0 +1,5 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + plugin.xml diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/model/B2MML-ProcessSegment.profile.genmodel b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/model/B2MML-ProcessSegment.profile.genmodel new file mode 100644 index 00000000000..c7ce9ce675b --- /dev/null +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/model/B2MML-ProcessSegment.profile.genmodel @@ -0,0 +1,1789 @@ +<?xml version="1.0" encoding="UTF-8"?> +<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:genmodel="http://www.eclipse.org/uml2/2.2.0/GenModel" + modelDirectory="/org.eclipse.papyrus.manufacturing.b2mml/src" modelPluginID="org.eclipse.papyrus.manufacturing.b2mml" + modelName="B2MML-ProcessSegment" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" + importerID="org.eclipse.uml2.uml.ecore.importer" complianceLevel="8.0" copyrightFields="false" + usedGenPackages="../../org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore ../../org.eclipse.uml2.types/model/Types.genmodel#//types ../../org.eclipse.uml2.uml/model/UML.genmodel#//uml" + operationReflection="true" importOrganizing="true"> + <genAnnotations source="http://www.eclipse.org/emf/2002/GenModel/importer/org.eclipse.uml2.uml.ecore.importer"> + <details key="OPPOSITE_ROLE_NAMES" value="IGNORE"/> + <details key="DUPLICATE_FEATURES" value="DISCARD"/> + <details key="ANNOTATION_DETAILS" value="PROCESS"/> + <details key="PROPERTY_DEFAULT_EXPRESSIONS" value="IGNORE"/> + <details key="DUPLICATE_FEATURE_INHERITANCE" value="DISCARD"/> + <details key="COMMENTS" value="PROCESS"/> + <details key="DERIVED_FEATURES" value="PROCESS"/> + <details key="SUPER_CLASS_ORDER" value="PROCESS"/> + <details key="DUPLICATE_OPERATION_INHERITANCE" value="DISCARD"/> + <details key="REDEFINING_OPERATIONS" value="REPORT"/> + <details key="INVARIANT_CONSTRAINTS" value="PROCESS"/> + <details key="UNION_PROPERTIES" value="REPORT"/> + <details key="DUPLICATE_OPERATIONS" value="DISCARD"/> + <details key="NON_API_INVARIANTS" value="IGNORE"/> + <details key="CAMEL_CASE_NAMES" value="IGNORE"/> + <details key="SUBSETTING_PROPERTIES" value="REPORT"/> + <details key="OPERATION_BODIES" value="IGNORE"/> + <details key="ECORE_TAGGED_VALUES" value="PROCESS"/> + <details key="UNTYPED_PROPERTIES" value="REPORT"/> + <details key="REDEFINING_PROPERTIES" value="REPORT"/> + <details key="INVOCATION_DELEGATES" value="IGNORE"/> + <details key="VALIDATION_DELEGATES" value="IGNORE"/> + </genAnnotations> + <foreignModel>B2MML-ProcessSegment.profile.uml</foreignModel> + <genPackages xsi:type="genmodel:GenPackage" prefix="B2mmlProcessSegment" basePackage="org.eclipse.papyrus.manufacturing" + disposableProviderFactory="true" loadInitialization="true" literalsInterface="false" + ecorePackage="b2mmlprocessSegment.ecore#/"> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//Dependency1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/NotFollow"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/PossibleParallel"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/NotInParallel"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/AtStart"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/AfterStart"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/AfterEnd"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/NoLaterAfterStart"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/NoEarlierAfterStart"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/NoLaterAfterEnd"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/NoEarlierAfterEnd"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//Dependency1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//TransResponseCodeType"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransResponseCodeType/Always"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransResponseCodeType/OnError"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/Enterprise"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/Site"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/Area"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/ProcessCell"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/Unit"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/ProductionLine"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/WorkCell"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/ProductionUnit"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/StorageZone"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/StorageUnit"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/WorkCenter"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/WorkUnit"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/EquipmentModule"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/ControlModule"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//RequestState1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RequestState1TypeBase/Forecast"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RequestState1TypeBase/Released"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RequestState1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase/Used"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase/Unused"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase/Total"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase/Committed"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase/Available"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase/Unattainable"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//CapabilityType1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType/Add"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType/Change"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType/Delete"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType/Replaced"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType/Accepted"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType/Modified"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationType/Rejected"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//WorkType1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//WorkType1TypeBase/WorkMaster"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//WorkType1TypeBase/WorkDirective"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//WorkType1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//OperationsType1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//OperationsType1TypeBase/Production"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//OperationsType1TypeBase/Maintenance"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//OperationsType1TypeBase/Quality"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//OperationsType1TypeBase/Inventory"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//OperationsType1TypeBase/Mixed"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//OperationsType1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Start"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Stop"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Hold"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Restart"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Abort"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Reset"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Pause"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Resume"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//AssemblyRelationship1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//AssemblyRelationship1TypeBase/Permanent"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//AssemblyRelationship1TypeBase/Transient"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//AssemblyRelationship1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//AssemblyType1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//AssemblyType1TypeBase/Physical"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//AssemblyType1TypeBase/Logical"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//AssemblyType1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//DataType1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Amount"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/BinaryObject"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Code"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/DateTime"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Identifier"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Indicator"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Measure"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Numeric"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Quantity"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Text"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/string"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/byte"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/unsignedByte"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/binary"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/integer"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/positiveInteger"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/negativeInteger"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/nonNegativeInteger"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/nonPositiveInteger"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/int"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/unsignedInt"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/long"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/unsignedLong"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/short"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/unsignedShort"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/decimal"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/float"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/double"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/boolean"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/time"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/timeInstant"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/timePeriod"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/duration"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/date"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/dateTime1"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/month"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/year"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/century"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/recurringDay"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/recurringDate"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/recurringDuration"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Name"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/QName"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/NCName"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/uriReference"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/language"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/ID"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/IDREF"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/IDREFS"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/ENTITY"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/ENTITIES"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/NOTATION"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/NMTOKEN"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/NMTOKENS"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Enumeration"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/SVG"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//DataType1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//ResponseState1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResponseState1TypeBase/Ready"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResponseState1TypeBase/Running"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResponseState1TypeBase/Completed"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResponseState1TypeBase/Aborted"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResponseState1TypeBase/Holding"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResponseState1TypeBase/Paused"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResponseState1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//RelationshipForm1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RelationshipForm1TypeBase/Permanent"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RelationshipForm1TypeBase/Transient"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RelationshipForm1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/Personnel"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/PersonnelClass"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/Equipment"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/EquipmentClass"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/MaterialClass"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/MaterialDefinition"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/MaterialLot"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/MaterialSublot"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/PhysicalAsset"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/PhysicalAssetClass"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/WorkMaster"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/ProcessSegment"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponse1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponse1TypeBase/Required"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponse1TypeBase/Optional"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponse1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//RelationshipType1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RelationshipType1TypeBase/Logical"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RelationshipType1TypeBase/Physical"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//RelationshipType1TypeBase/Other"/> + </genEnums> + <genEnums xsi:type="genmodel:GenEnum" typeSafeEnumCompatible="false" ecoreEnum="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase"> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/Consumed"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/Produced"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/Consumable"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/ReplacedAssetn"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/ReplacementAsset"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/Sample"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/ResurnedSample"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/Carrier"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/ReturnedCarrier"/> + <genEnumLiterals xsi:type="genmodel:GenEnumLiteral" ecoreEnumLiteral="b2mmlprocessSegment.ecore#//MaterialUse1TypeBase/Other"/> + </genEnums> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//TransActionCodeType"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//DurationType"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//EquipmentElementLevel1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//RequestState1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//CapabilityType1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//TransResponseCodeTypeObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//JobOrderCommand1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//AssemblyRelationship1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//AssemblyType1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//TransActionCodeEnumerationTypeObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//RelationshipForm1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//OperationsType1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//Dependency1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponse1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//ResourceReferenceType1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//WorkType1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//ResponseState1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//DataType1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//MaterialUse1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//RelationshipType1TypeBaseObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//IndicatorTypeObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="b2mmlprocessSegment.ecore#//IndicatorType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//BillOfMaterialIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//IdentifierType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/schemeAgencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/schemeAgencyName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/schemeDataURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/schemeID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/schemeName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/schemeURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//IdentifierType/schemeVersionID"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ActualFinishTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DateTimeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//DateTimeType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//DateTimeType/format"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AssemblyRelationshipType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AssemblyRelationshipType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AssemblyRelationship1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CodeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/languageID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/listAgencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/listAgencyName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/listID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/listName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/listSchemeURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/listURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/listVersionID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CodeType/name"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DescriptionType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TextType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TextType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TextType/languageID"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType5"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType5/process"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType5/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType5/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransProcessType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransProcessType/actionCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransProcessType/acknowledgeCode"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransProcessType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransActionCriteriaType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransActionCriteriaType/actionExpression"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransActionCriteriaType/changeStatus"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransActionCriteriaType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransExpressionType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransExpressionType/actionCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransExpressionType/expressionLanguage"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransExpression1Type"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransExpression1Type/value"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransChangeStatusType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/code"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/effectiveDateTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/reasonCode"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/reason"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/stateChange"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/userArea"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeStatusType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransStateChangeType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransStateChangeType/fromStateCode"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransStateChangeType/toStateCode"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransStateChangeType/changeDateTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransStateChangeType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransStateChangeType/note"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransStateChangeType/userArea"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransStateChangeType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransUserAreaType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransUserAreaType/any"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransUserAreaType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentInformationType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentInformationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentInformationType/location"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentInformationType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentInformationType/publishedDate"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentInformationType/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//LocationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//LocationType/equipmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//LocationType/equipmentElementLevel"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//LocationType/location"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//LocationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentElementLevelType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//EquipmentElementLevelType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentElementLevel1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//HierarchyScopeType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//HierarchyScopeType/equipmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//HierarchyScopeType/equipmentElementLevel"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//HierarchyScopeType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//HierarchyScopeType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PublishedDateType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/operationsType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/location"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/publishedDate"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ProcessSegmentType/duration"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/personnelSegmentSpecification"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/equipmentSegmentSpecification"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/physicalAssetSegmentSpecification"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/materialSegmentSpecification"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/parameter"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/segmentDependency"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OperationsTypeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//OperationsTypeType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OperationsType1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType/personnelClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType/personID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType/personnelUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType/personnelSegmentSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PersonnelClassIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PersonIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//QuantityValueType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//QuantityValueType/quantityString"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//QuantityValueType/dataType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//QuantityValueType/unitOfMeasure"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//QuantityValueType/key"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//QuantityValueType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//QuantityStringType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AnyGenericValueType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/characterSetCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/currencyCodeListVersionID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/currencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/encodingCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/filename"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/format"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/languageID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/languageLocaleID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/listAgencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/listAgencyName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/listID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/listName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/listSchemaURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/listURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/listVersionID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/mimeCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/name"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/schemaAgencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/schemaAgencyName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/schemaDataURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/schemaID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/schemaName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/schemaURI"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/schemaVersionID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/unitCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/unitCodeListAgencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/unitCodeListAgencyName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/unitCodeListID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/unitCodeListVersionID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AnyGenericValueType/uri"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataTypeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//DataTypeType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataType1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//UnitOfMeasureType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PersonnelSegmentSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ValueType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ValueType/valueString"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ValueType/dataType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ValueType/unitOfMeasure"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ValueType/key"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ValueType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ValueStringType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType/equipmentClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType/equipmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType/equipmentUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType/equipmentSegmentSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentClassIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentSegmentSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType/physicalAssetClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType/physicalAssetID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType/physicalAssetUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType/physicalAssetSegmentSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PhysicalAssetClassIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PhysicalAssetIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//PhysicalAssetSegmentSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/materialClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/materialDefinitionID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/assemblyType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/assemblyRelationship"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/assemblySpecificationID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/materialUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/materialSegmentSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialClassIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialDefinitionIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AssemblyTypeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AssemblyTypeType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AssemblyType1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialUseType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//MaterialUseType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialUse1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//MaterialSegmentSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ParameterType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ParameterType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ParameterType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ParameterType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ParameterType/parameter"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ParameterType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//SegmentDependencyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/dependency"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/timingFactor"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//SegmentDependencyType/group"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/productSegmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/processSegmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/segmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SegmentDependencyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DependencyType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//DependencyType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//Dependency1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProductSegmentIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProcessSegmentIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPersonnelCapabilityPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransConfirmationCodeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpEquipmentSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//QuantityType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//QuantityType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//QuantityType/unitCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//QuantityType/unitCodeListAgencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//QuantityType/unitCodeListAgencyName"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//QuantityType/unitCodeListID"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType7"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType7/change"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType7/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType7/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransChangeType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeType/actionCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransChangeType/responseCode"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransChangeType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialTestSpecificationIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponse1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PhysicalAssetActualIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType4"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType4/respond"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType4/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType4/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransRespondType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransRespondType/originalApplicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransRespondType/responseCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransRespondType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransApplicationAreaType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransApplicationAreaType/sender"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransApplicationAreaType/receiver"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransApplicationAreaType/creationDateTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransApplicationAreaType/signature"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransApplicationAreaType/bODID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransApplicationAreaType/userArea"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransApplicationAreaType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransSenderType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSenderType/logicalID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSenderType/componentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSenderType/taskID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSenderType/referenceID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSenderType/confirmationCode"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSenderType/authorizationID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSenderType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransReceiverType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransReceiverType/logicalID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransReceiverType/componentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransReceiverType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransReceiverType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransSignatureType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransSignatureType/any"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransSignatureType/qualifyingAgencyID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSignatureType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransResponseCriteriaType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransResponseCriteriaType/responseExpression"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransResponseCriteriaType/changeStatus"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransResponseCriteriaType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ActualStartTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPersonnelSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType/personnelClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType/personID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType/personnelUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType/personnelSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PersonnelUseType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//WorkScheduleIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ActualEndTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/personnelClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/personID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/capabilityType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/reason"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/confidenceFactor"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/personnelUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/startTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/endTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/personnelCapabilityProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelCapabilityType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CapabilityTypeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CapabilityTypeType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CapabilityType1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ReasonType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ConfidenceFactorType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//StartTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EndTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OperationsRequestIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PersonNameType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//StatusTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType15"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType15/acknowledge"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType15/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType15/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransAcknowledgeType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransAcknowledgeType/originalApplicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransAcknowledgeType/responseCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransAcknowledgeType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProductProductionRuleType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CancelProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//CancelProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//CancelProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CancelProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CancelProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//CancelProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType9"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType9/cancel"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType9/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType9/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransCancelType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransCancelType/actionCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransCancelType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResponseState1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//SyncProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SyncProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SyncProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//SyncProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//SyncProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SyncProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType13"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType13/sync"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType13/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType13/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransSyncType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSyncType/actionCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransSyncType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType/equipmentClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType/equipmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType/equipmentUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType/equipmentSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentUseType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RequestStateType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RequestStateType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RequestState1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//WorkTypeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//WorkTypeType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//WorkType1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OtherDependencyType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//StorageHierarchyScopeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType3"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType3/respond"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType3/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType3/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CertificateOfAnalysisReferenceType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ExpirationTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType12"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType12/show"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType12/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType12/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransShowType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransShowType/originalApplicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransShowType/responseCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransShowType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResourceNetworkConnectionIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RelationshipForm1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RelationshipTypeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RelationshipTypeType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RelationshipType1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//JobOrderCommandRuleType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType1"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType1/get"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType1/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType1/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransGetType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//TransGetType/expression"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransGetType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpMaterialCapabilityPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityPropertyType/materialUse"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CorrectionType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResourceReferenceTypeType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ResourceReferenceTypeType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResourceReferenceType1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResourceIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpMaterialRequirementPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementPropertyType/materialRequirementProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//WorkRequestIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType14"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType14/sync"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType14/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType14/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/equipmentClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/equipmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/capabilityType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/reason"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/confidenceFactor"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/equipmentUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/startTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/endTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/equipmentCapabilityProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpEquipmentCapabilityPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentCapabilityPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialCapabilityIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OperationsScheduleIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RelationshipFormType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RelationshipFormType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RequestedCompletionDateType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TestDateTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPersonnelRequirementType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/personnelClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/personID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/personnelUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/personnelRequirementProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/requiredByRequestedSegmentResponse"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPersonnelRequirementPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPersonnelRequirementPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponseType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RequiredByRequestedSegmentResponseType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//StatusType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PhysicalAssetCapabilityTestSpecificationIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProductionScheduleIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//BillOfResourcesIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//AcknowledgeProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType/acknowledge"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PropertyIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RequestedPriorityType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//NumericType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//NumericType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//NumericType/format"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ChangeProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ChangeProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ChangeProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ChangeProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ChangeProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ChangeProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType8"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType8/change"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType8/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType8/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CancelProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//CancelProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//CancelProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CancelProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//CancelProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//CancelProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType10"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType10/cancel"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType10/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType10/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType/physicalAssetClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType/physicalAssetID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType/physicalAssetUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType/physicalAssetSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PhysicalAssetUseType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ShowProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ShowProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ShowProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ShowProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ShowProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ShowProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType11"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType11/show"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType11/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType11/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//VersionType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResourcesType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ParameterIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RespondProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//RespondProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//RespondProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RespondProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RespondProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//RespondProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//LatestEndTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentAssetMappingType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentAssetMappingType/equipmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentAssetMappingType/physicalAssetID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentAssetMappingType/startTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentAssetMappingType/endTime"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//EquipmentAssetMappingType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType2"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType2/process"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType2/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType2/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DataAreaType6"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType6/get"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType6/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DataAreaType6/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpEquipmentRequirementPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpEquipmentRequirementType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/equipmentClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/equipmentID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/equipmentUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/equipmentLevel"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/equipmentRequirementProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/requiredByRequestedSegmentResponse"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpEquipmentRequirementType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialSubLotIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//SyncProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SyncProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SyncProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//SyncProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//SyncProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//SyncProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpMaterialCapabilityType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/materialClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/materialDefinitionID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/materialLotID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/materialSubLotID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/capabilityType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/reason"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/confidenceFactor"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/materialUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/startTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/endTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/assemblyCapability"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/assemblyType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/assemblyRelationship"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/materialCapabilityProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialCapabilityType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialLotIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProcessProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ProcessProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ProcessProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//NameType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//NameType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//NameType/languageID"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PlannedStartTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResultType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ResultType/valueString"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ResultType/dataType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ResultType/unitOfMeasure"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ResultType/key"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ResultType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//JobOrderDispatchStatusType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OperationsSegmentIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//AmountType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AmountType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AmountType/currencyCodeListVersionID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//AmountType/currencyID"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//CauseType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//RespondProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//RespondProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//RespondProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RespondProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//RespondProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//RespondProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ResponseStateType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ResponseStateType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/physicalAssetClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/physicalAssetID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/physicalAssetUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/equipmentLevel"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/physicalAssetRequirementProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/requiredByRequestedSegmentResponse"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetRequirementType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EarliestStartTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProcessProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ProcessProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ProcessProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ProcessProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PlannedFinishTimeType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProductionRequestIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//BinaryObjectType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//BinaryObjectType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//BinaryObjectType/characterSetCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//BinaryObjectType/encodingCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//BinaryObjectType/filename"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//BinaryObjectType/format"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//BinaryObjectType/mimeCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//BinaryObjectType/uri"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProblemType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//QualificationTestSpecificationIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpMaterialSpecificationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/materialClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/materialDefinitionID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/materialUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/assemblySpecification"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/assemblyType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/assemblyRelationship"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/materialSpecificationProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpMaterialSpecificationPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialSpecificationPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OperationsDefinitionIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//DocumentRoot"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//DocumentRoot/mixed"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/xMLNSPrefixMap"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/xSISchemaLocation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/acknowledgeProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/acknowledgeProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/cancelProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/cancelProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/changeProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/changeProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/getProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/getProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/processProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/processProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/processSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/processSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/respondProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/respondProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/showProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/showProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/syncProcessSegment"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/syncProcessSegmentInformation"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//DocumentRoot/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ChangeProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ChangeProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ChangeProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ChangeProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ChangeProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ChangeProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//GetProcessSegmentType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//GetProcessSegmentType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//GetProcessSegmentType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//GetProcessSegmentType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//GetProcessSegmentType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//GetProcessSegmentType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//GetProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//GetProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//GetProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//GetProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//GetProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//GetProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ShowProcessSegmentInformationType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ShowProcessSegmentInformationType/applicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ShowProcessSegmentInformationType/dataArea"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ShowProcessSegmentInformationType/releaseID"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//ShowProcessSegmentInformationType/versionID"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//ShowProcessSegmentInformationType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TransConfirmType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransConfirmType/originalApplicationArea"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransConfirmType/responseCriteria"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TransConfirmType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//BillOfMaterialsIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//StorageLocationType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialRequirementIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpMaterialRequirementType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/materialClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/materialDefinitionID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/materialLotID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/materialSubLotID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/materialUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/storageLocation"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/assemblyRequirement"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/assemblyType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/assemblyRelationship"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/materialRequirementProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/requiredByRequestedSegmentResponse"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpMaterialRequirementType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ProductProductionRuleIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialActualIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//ManufacturingBillIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//JobOrderCommand1Type"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//PriorityType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//EquipmentCapabilityTestSpecificationIDType"/> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MeasureType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//MeasureType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//MeasureType/unitCode"/> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//MeasureType/unitCodeListVersionID"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//TestResultType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TestResultType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TestResultType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TestResultType/testDateTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TestResultType/result"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TestResultType/expirationTime"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//TestResultType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/physicalAssetClassID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/physicalAssetID"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/capabilityType"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/reason"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/confidenceFactor"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/hierarchyScope"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/physicalAssetUse"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/startTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/endTime"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/physicalAssetCapabilityProperty"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityPropertyType"> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityPropertyType/iD"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityPropertyType/description"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityPropertyType/value"/> + <genFeatures xsi:type="genmodel:GenFeature" property="None" children="true" + createChild="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityPropertyType/quantity"/> + <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false" + propertySortChoices="true" ecoreFeature="ecore:EReference b2mmlprocessSegment.ecore#//OpPhysicalAssetCapabilityPropertyType/base_NamedElement"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//JobOrderCommandType"> + <genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute b2mmlprocessSegment.ecore#//JobOrderCommandType/otherValue"/> + </genClasses> + <genClasses xsi:type="genmodel:GenClass" ecoreClass="b2mmlprocessSegment.ecore#//MaterialSpecificationIDType"/> + </genPackages> + <genPackages xsi:type="genmodel:GenPackage" prefix="XMLPrimitiveTypes" basePackage="org.eclipse.papyrus.manufacturing" + disposableProviderFactory="true" ecorePackage="XMLPrimitiveTypes.ecore#/"> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//AnySimpleType"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//AnyURI"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Base64Binary"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Boolean"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//BooleanObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Byte"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//ByteObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Date"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//DateTime"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Decimal"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Double"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//DoubleObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//ENTITIES"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//ENTITIESBase"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//ENTITY"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NCName"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Name"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Token"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NormalizedString"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//String"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Float"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//FloatObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//GDay"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//GMonth"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//GMonthDay"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//GYear"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//GYearMonth"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//HexBinary"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//ID"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//IDREF"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//IDREFS"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//IDREFSBase"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Int"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Integer"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//IntObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Language"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Long"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//LongObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NegativeInteger"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NonPositiveInteger"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NMTOKEN"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NMTOKENS"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NMTOKENSBase"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NonNegativeInteger"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//NOTATION"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//PositiveInteger"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//QName"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Short"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//ShortObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Time"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//UnsignedByte"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//UnsignedByteObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//UnsignedInt"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//UnsignedIntObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//UnsignedLong"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//UnsignedShort"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//UnsignedShortObject"/> + <genDataTypes xsi:type="genmodel:GenDataType" ecoreDataType="XMLPrimitiveTypes.ecore#//Duration"/> + </genPackages> +</genmodel:GenModel> diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/model/B2MML-ProcessSegment.profile.uml b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/model/B2MML-ProcessSegment.profile.uml new file mode 100644 index 00000000000..1d0b5aea67d --- /dev/null +++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.b2mml/model/B2MML-ProcessSegment.profile.uml @@ -0,0 +1,11120 @@ +<?xml version="1.0" encoding="UTF-8"?> +<<<<<<< Upstream, based on origin/master +<uml:Profile xmi:version="20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML" xmi:id="_dDMCoGiEEeWCo9T3AC65kw" name="v0600" metamodelReference="_dDMCoWiEEeWCo9T3AC65kw"> + <packageImport xmi:id="_dDMCoWiEEeWCo9T3AC65kw"> + <importedPackage xmi:type="uml:Model" href="pathmap://UML_METAMODELS/UML.metamodel.uml#_0"/> + </packageImport> + <packagedElement xmi:type="uml:DataType" xmi:id="QualificationTestSpecificationIDType" name="QualificationTestSpecificationIDType"> + <generalization xmi:id="QualificationTestSpecificationIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.145" memberEnd="MaterialSegmentSpecificationType-materialClassID _packagedElement.145-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.145-_ownedEnd.0" type="_dDN37GiEEeWCo9T3AC65kw" association="_packagedElement.145"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="ResourceReferenceType1TypeBase" name="ResourceReferenceType1TypeBase"> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-Personnel" name="Personnel"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-PersonnelClass" name="PersonnelClass"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-Equipment" name="Equipment"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-EquipmentClass" name="EquipmentClass"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-MaterialClass" name="MaterialClass"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-MaterialDefinition" name="MaterialDefinition"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-MaterialLot" name="MaterialLot"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-MaterialSublot" name="MaterialSublot"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-PhysicalAsset" name="PhysicalAsset"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-PhysicalAssetClass" name="PhysicalAssetClass"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-WorkMaster" name="WorkMaster"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-ProcessSegment" name="ProcessSegment"/> + <ownedLiteral xmi:id="ResourceReferenceType1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.46" memberEnd="TransStateChangeType-description _packagedElement.46-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.46-_ownedEnd.0" type="_dDPGEmiEEeWCo9T3AC65kw" association="_packagedElement.46"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.325" memberEnd="RespondProcessSegmentInformationType-applicationArea _packagedElement.325-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.325-_ownedEnd.0" type="_dDNQ4WiEEeWCo9T3AC65kw" association="_packagedElement.325"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="IdentifierType" name="IdentifierType"> + <ownedAttribute xmi:id="IdentifierType-value" name="value" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-value-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="IdentifierType-schemeAgencyID" name="schemeAgencyID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-schemeAgencyID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="IdentifierType-schemeAgencyName" name="schemeAgencyName" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-schemeAgencyName-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="IdentifierType-schemeDataURI" name="schemeDataURI" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#AnyURI"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-schemeDataURI-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="IdentifierType-schemeID" name="schemeID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-schemeID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="IdentifierType-schemeName" name="schemeName" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-schemeName-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="IdentifierType-schemeURI" name="schemeURI" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#AnyURI"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-schemeURI-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="IdentifierType-schemeVersionID" name="schemeVersionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="IdentifierType-schemeVersionID-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.300" memberEnd="DocumentRoot-changeProcessSegment _packagedElement.300-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.300-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.300"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="MaterialUse1TypeBase" name="MaterialUse1TypeBase"> + <ownedLiteral xmi:id="MaterialUse1TypeBase-Consumed" name="Consumed"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-Produced" name="Produced"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-Consumable" name="Consumable"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-ReplacedAssetn" name="ReplacedAssetn"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-ReplacementAsset" name="ReplacementAsset"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-Sample" name="Sample"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-ResurnedSample" name="ResurnedSample"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-Carrier" name="Carrier"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-ReturnedCarrier" name="ReturnedCarrier"/> + <ownedLiteral xmi:id="MaterialUse1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.259" memberEnd="TransRespondType-originalApplicationArea _packagedElement.259-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.259-_ownedEnd.0" type="_dDMpu2iEEeWCo9T3AC65kw" association="_packagedElement.259"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.437" memberEnd="OpMaterialCapabilityPropertyType-quantity _packagedElement.437-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.437-_ownedEnd.0" type="_dDNQ3GiEEeWCo9T3AC65kw" association="_packagedElement.437"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.505" memberEnd="OpPersonnelCapabilityType-reason _packagedElement.505-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.505-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.505"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMComiEEeWCo9T3AC65kw" name="NamedElement_EquipmentSegmentSpecificationProperty" memberEnd="_dDMCo2iEEeWCo9T3AC65kw _dDOe9GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCo2iEEeWCo9T3AC65kw" name="extension_EquipmentSegmentSpecificationProperty" type="_dDOe82iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMComiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCpGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMCpWiEEeWCo9T3AC65kw" name="NamedElement_DataArea8" memberEnd="_dDMCpmiEEeWCo9T3AC65kw _dDMqD2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCpmiEEeWCo9T3AC65kw" name="extension_DataArea8" type="_dDMqDmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMCpWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCp2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.407" memberEnd="OpEquipmentRequirementType-equipmentUse _packagedElement.407-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.407-_ownedEnd.0" type="_dDMCzGiEEeWCo9T3AC65kw" association="_packagedElement.407"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.516" memberEnd="OpPersonnelRequirementPropertyType-description _packagedElement.516-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.516-_ownedEnd.0" type="_dDPGDmiEEeWCo9T3AC65kw" association="_packagedElement.516"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MaterialSubLotIDType" name="MaterialSubLotIDType"> + <generalization xmi:id="MaterialSubLotIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.222" memberEnd="DataAreaType10-cancel _packagedElement.222-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.222-_ownedEnd.0" type="_dDPGLGiEEeWCo9T3AC65kw" association="_packagedElement.222"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="MaterialUse1TypeBaseObject" name="MaterialUse1TypeBaseObject"> + <generalization xmi:id="MaterialUse1TypeBaseObject-_generalization.0" general="MaterialUse1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMCqGiEEeWCo9T3AC65kw" name="NamedElement_OpMaterialRequirementProperty" memberEnd="_dDMCqWiEEeWCo9T3AC65kw _dDPGDWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCqWiEEeWCo9T3AC65kw" name="extension_OpMaterialRequirementProperty" type="_dDPGDGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMCqGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCqmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.513" memberEnd="OpPersonnelCapabilityType-personnelCapabilityProperty _packagedElement.513-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.513-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.513"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.88" memberEnd="PersonnelSegmentSpecificationType-personnelUse _packagedElement.88-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.88-_ownedEnd.0" type="_dDMCxWiEEeWCo9T3AC65kw" association="_packagedElement.88"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.547" memberEnd="OpPhysicalAssetCapabilityType-physicalAssetID _packagedElement.547-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.547-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.547"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="StorageHierarchyScopeType" name="StorageHierarchyScopeType"> + <generalization xmi:id="StorageHierarchyScopeType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PriorityType" name="PriorityType"> + <generalization xmi:id="PriorityType-_generalization.0" general="NumericType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.194" memberEnd="DataAreaType15-processSegment _packagedElement.194-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.194-_ownedEnd.0" type="_dDN3-miEEeWCo9T3AC65kw" association="_packagedElement.194"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.471" memberEnd="OpMaterialRequirementType-storageLocation _packagedElement.471-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.471-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.471"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCq2iEEeWCo9T3AC65kw" name="Parameter" visibility="public"> + <ownedAttribute xmi:id="ParameterType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.168"/> + <ownedAttribute xmi:id="ParameterType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.169"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ParameterType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ParameterType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ParameterType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.170"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ParameterType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ParameterType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ParameterType-parameter" name="parameter" type="_dDMCq2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.171"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ParameterType-parameter-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ParameterType-parameter-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCrGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOe_WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.186" memberEnd="ProcessSegmentType-processSegment _packagedElement.186-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.186-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.186"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.424" memberEnd="OpEquipmentSpecificationType-equipmentUse _packagedElement.424-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.424-_ownedEnd.0" type="_dDPGEGiEEeWCo9T3AC65kw" association="_packagedElement.424"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PersonnelClassIDType" name="PersonnelClassIDType"> + <generalization xmi:id="PersonnelClassIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="WorkType1TypeBaseObject" name="WorkType1TypeBaseObject"> + <generalization xmi:id="WorkType1TypeBaseObject-_generalization.0" general="WorkType1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.342" memberEnd="SyncProcessSegmentInformationType-dataArea _packagedElement.342-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.342-_ownedEnd.0" type="_dDPF_2iEEeWCo9T3AC65kw" association="_packagedElement.342"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.446" memberEnd="OpMaterialCapabilityType-reason _packagedElement.446-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.446-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.446"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCrWiEEeWCo9T3AC65kw" name="TransConfirm" visibility="public"> + <ownedAttribute xmi:id="TransConfirmType-originalApplicationArea" name="originalApplicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.647"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransConfirmType-originalApplicationArea-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransConfirmType-responseCriteria" name="responseCriteria" type="_dDN4EGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.648"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransConfirmType-responseCriteria-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransConfirmType-responseCriteria-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCrmiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMCyWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCr2iEEeWCo9T3AC65kw" name="QuantityValue" visibility="public"> + <ownedAttribute xmi:id="QuantityValueType-quantityString" name="quantityString" type="QuantityStringType" isOrdered="true" aggregation="composite" association="_packagedElement.92"/> + <ownedAttribute xmi:id="QuantityValueType-dataType" name="dataType" type="DataTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.95"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="QuantityValueType-dataType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="QuantityValueType-unitOfMeasure" name="unitOfMeasure" type="UnitOfMeasureType" isOrdered="true" aggregation="composite" association="_packagedElement.97"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="QuantityValueType-unitOfMeasure-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="QuantityValueType-key" name="key" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.98"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="QuantityValueType-key-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCsGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMC0miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="EndTimeType" name="EndTimeType"> + <generalization xmi:id="EndTimeType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MeasureType" name="MeasureType"> + <ownedAttribute xmi:id="MeasureType-value" name="value" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Decimal"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MeasureType-value-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="MeasureType-unitCode" name="unitCode" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MeasureType-unitCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="MeasureType-unitCodeListVersionID" name="unitCodeListVersionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MeasureType-unitCodeListVersionID-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMCsWiEEeWCo9T3AC65kw" name="NamedElement_TransSync" memberEnd="_dDMCsmiEEeWCo9T3AC65kw _dDOfBmiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCsmiEEeWCo9T3AC65kw" name="extension_TransSync" type="_dDOfBWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMCsWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCs2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.389" memberEnd="OpEquipmentCapabilityType-reason _packagedElement.389-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.389-_ownedEnd.0" type="_dDPGGmiEEeWCo9T3AC65kw" association="_packagedElement.389"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCtGiEEeWCo9T3AC65kw" name="DataArea11" visibility="public"> + <ownedAttribute xmi:id="DataAreaType11-show" name="show" type="_dDMp9WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.276"/> + <ownedAttribute xmi:id="DataAreaType11-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.277"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType11-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCtWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN4GGiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMCtmiEEeWCo9T3AC65kw" name="NamedElement_TransActionCriteria" memberEnd="_dDMCt2iEEeWCo9T3AC65kw _dDNQzGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCt2iEEeWCo9T3AC65kw" name="extension_TransActionCriteria" type="_dDNQy2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMCtmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCuGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.19" memberEnd="TransApplicationAreaType-creationDateTime _packagedElement.19-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.19-_ownedEnd.0" type="_dDMpxGiEEeWCo9T3AC65kw" association="_packagedElement.19"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.576" memberEnd="OpPhysicalAssetSpecificationPropertyType-description _packagedElement.576-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.576-_ownedEnd.0" type="_dDPGHGiEEeWCo9T3AC65kw" association="_packagedElement.576"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.316" memberEnd="ProcessProcessSegmentInformationType-dataArea _packagedElement.316-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.316-_ownedEnd.0" type="_dDN4BGiEEeWCo9T3AC65kw" association="_packagedElement.316"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCuWiEEeWCo9T3AC65kw" name="DataArea7" visibility="public"> + <ownedAttribute xmi:id="DataAreaType7-change" name="change" type="_dDOe8WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.237"/> + <ownedAttribute xmi:id="DataAreaType7-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.238"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType7-processSegmentInformation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCumiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMqC2iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCu2iEEeWCo9T3AC65kw" name="TestResult" visibility="public"> + <ownedAttribute xmi:id="TestResultType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.639"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TestResultType-iD-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TestResultType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.640"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TestResultType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TestResultType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TestResultType-testDateTime" name="testDateTime" type="TestDateTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.641"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TestResultType-testDateTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TestResultType-result" name="result" type="_dDN34GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.642"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TestResultType-result-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TestResultType-result-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TestResultType-expirationTime" name="expirationTime" type="ExpirationTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.643"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TestResultType-expirationTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCvGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN37miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCvWiEEeWCo9T3AC65kw" name="PhysicalAssetSegmentSpecification" visibility="public"> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetClassID" name="physicalAssetClassID" type="PhysicalAssetClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.129"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetClassID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetID" name="physicalAssetID" type="PhysicalAssetIDType" isOrdered="true" aggregation="composite" association="_packagedElement.131"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.132"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PhysicalAssetSegmentSpecificationType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetUse" name="physicalAssetUse" type="CodeType" isOrdered="true" aggregation="composite" association="_packagedElement.133"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.134"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PhysicalAssetSegmentSpecificationType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetSegmentSpecificationProperty" name="physicalAssetSegmentSpecificationProperty" type="_dDMpsmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.140"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetSegmentSpecificationProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PhysicalAssetSegmentSpecificationType-physicalAssetSegmentSpecificationProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCvmiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOfEmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="CapabilityTypeType" name="CapabilityTypeType"> + <generalization xmi:id="CapabilityTypeType-_generalization.0" general="CapabilityType1Type"/> + <ownedAttribute xmi:id="CapabilityTypeType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="CapabilityTypeType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ProductProductionRuleIDType" name="ProductProductionRuleIDType"> + <generalization xmi:id="ProductProductionRuleIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="WorkScheduleIDType" name="WorkScheduleIDType"> + <generalization xmi:id="WorkScheduleIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.237" memberEnd="DataAreaType7-change _packagedElement.237-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.237-_ownedEnd.0" type="_dDMCuWiEEeWCo9T3AC65kw" association="_packagedElement.237"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMCv2iEEeWCo9T3AC65kw" name="NamedElement_RespondProcessSegment" memberEnd="_dDMCwGiEEeWCo9T3AC65kw _dDMqE2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCwGiEEeWCo9T3AC65kw" name="extension_RespondProcessSegment" type="_dDMqEmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMCv2iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCwWiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.5" memberEnd="TransSenderType-componentID _packagedElement.5-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.5-_ownedEnd.0" type="_dDNQw2iEEeWCo9T3AC65kw" association="_packagedElement.5"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMCwmiEEeWCo9T3AC65kw" name="NamedElement_OpEquipmentCapabilityProperty" memberEnd="_dDMCw2iEEeWCo9T3AC65kw _dDNQymiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCw2iEEeWCo9T3AC65kw" name="extension_OpEquipmentCapabilityProperty" type="_dDNQyWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMCwmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCxGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCxWiEEeWCo9T3AC65kw" name="PersonnelSegmentSpecification" visibility="public"> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationType-personnelClassID" name="personnelClassID" type="PersonnelClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.84"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationType-personnelClassID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationType-personID" name="personID" type="PersonIDType" isOrdered="true" aggregation="composite" association="_packagedElement.86"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationType-personID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.87"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PersonnelSegmentSpecificationType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationType-personnelUse" name="personnelUse" type="CodeType" isOrdered="true" aggregation="composite" association="_packagedElement.88"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationType-personnelUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.99"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PersonnelSegmentSpecificationType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationType-personnelSegmentSpecificationProperty" name="personnelSegmentSpecificationProperty" type="_dDMp1WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.111"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationType-personnelSegmentSpecificationProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PersonnelSegmentSpecificationType-personnelSegmentSpecificationProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCxmiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN3_miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCx2iEEeWCo9T3AC65kw" name="OpMaterialCapability" visibility="public"> + <ownedAttribute xmi:id="OpMaterialCapabilityType-materialClassID" name="materialClassID" type="MaterialClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.440"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-materialClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-materialClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-materialDefinitionID" name="materialDefinitionID" type="MaterialDefinitionIDType" isOrdered="true" aggregation="composite" association="_packagedElement.441"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-materialDefinitionID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-materialDefinitionID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-materialLotID" name="materialLotID" type="MaterialLotIDType" isOrdered="true" aggregation="composite" association="_packagedElement.442"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-materialLotID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-materialLotID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-materialSubLotID" name="materialSubLotID" type="MaterialSubLotIDType" isOrdered="true" aggregation="composite" association="_packagedElement.443"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-materialSubLotID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-materialSubLotID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.444"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-capabilityType" name="capabilityType" type="CapabilityTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.445"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-capabilityType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-reason" name="reason" type="ReasonType" isOrdered="true" aggregation="composite" association="_packagedElement.446"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-reason-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-confidenceFactor" name="confidenceFactor" type="ConfidenceFactorType" isOrdered="true" aggregation="composite" association="_packagedElement.447"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-confidenceFactor-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-hierarchyScope" name="hierarchyScope" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.448"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-hierarchyScope-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-materialUse" name="materialUse" type="MaterialUseType" isOrdered="true" aggregation="composite" association="_packagedElement.449"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-materialUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-startTime" name="startTime" type="StartTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.450"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-startTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-endTime" name="endTime" type="EndTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.451"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-endTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-assemblyCapability" name="assemblyCapability" type="_dDMCx2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.452"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-assemblyCapability-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-assemblyCapability-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-assemblyType" name="assemblyType" type="AssemblyTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.453"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-assemblyType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-assemblyRelationship" name="assemblyRelationship" type="AssemblyRelationshipType" isOrdered="true" aggregation="composite" association="_packagedElement.454"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-assemblyRelationship-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.455"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityType-materialCapabilityProperty" name="materialCapabilityProperty" type="_dDNQ3GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.456"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityType-materialCapabilityProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityType-materialCapabilityProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCyGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOe92iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.147" memberEnd="MaterialSegmentSpecificationType-materialDefinitionID _packagedElement.147-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.147-_ownedEnd.0" type="_dDN37GiEEeWCo9T3AC65kw" association="_packagedElement.147"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.256" memberEnd="DataAreaType2-processSegment _packagedElement.256-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.256-_ownedEnd.0" type="_dDOe9WiEEeWCo9T3AC65kw" association="_packagedElement.256"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="EquipmentUseType" name="EquipmentUseType"> + <generalization xmi:id="EquipmentUseType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.126" memberEnd="ProcessSegmentType-equipmentSegmentSpecification _packagedElement.126-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.126-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.126"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMCyWiEEeWCo9T3AC65kw" name="NamedElement_TransConfirm" memberEnd="_dDMCymiEEeWCo9T3AC65kw _dDMCrmiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMCymiEEeWCo9T3AC65kw" name="extension_TransConfirm" type="_dDMCrWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMCyWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMCy2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.329" memberEnd="ShowProcessSegmentType-applicationArea _packagedElement.329-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.329-_ownedEnd.0" type="_dDPGKGiEEeWCo9T3AC65kw" association="_packagedElement.329"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.544" memberEnd="OpPhysicalAssetCapabilityPropertyType-quantity _packagedElement.544-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.544-_ownedEnd.0" type="_dDMqFGiEEeWCo9T3AC65kw" association="_packagedElement.544"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.426" memberEnd="OpEquipmentSpecificationType-equipmentSpecificationProperty _packagedElement.426-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.426-_ownedEnd.0" type="_dDPGEGiEEeWCo9T3AC65kw" association="_packagedElement.426"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.73" memberEnd="ProcessSegmentType-iD _packagedElement.73-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.73-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.73"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.422" memberEnd="OpEquipmentSpecificationType-equipmentID _packagedElement.422-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.422-_ownedEnd.0" type="_dDPGEGiEEeWCo9T3AC65kw" association="_packagedElement.422"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.21" memberEnd="TransApplicationAreaType-signature _packagedElement.21-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.21-_ownedEnd.0" type="_dDMpxGiEEeWCo9T3AC65kw" association="_packagedElement.21"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCzGiEEeWCo9T3AC65kw" name="OpEquipmentRequirement" visibility="public"> + <ownedAttribute xmi:id="OpEquipmentRequirementType-equipmentClassID" name="equipmentClassID" type="EquipmentClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.404"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-equipmentClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementType-equipmentClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-equipmentID" name="equipmentID" type="EquipmentIDType" isOrdered="true" aggregation="composite" association="_packagedElement.405"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-equipmentID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementType-equipmentID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.406"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-equipmentUse" name="equipmentUse" type="EquipmentUseType" isOrdered="true" aggregation="composite" association="_packagedElement.407"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-equipmentUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.408"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-hierarchyScope" name="hierarchyScope" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.409"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-hierarchyScope-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-equipmentLevel" name="equipmentLevel" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.410"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-equipmentLevel-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-equipmentRequirementProperty" name="equipmentRequirementProperty" type="_dDMp92iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.411"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-equipmentRequirementProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementType-equipmentRequirementProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementType-requiredByRequestedSegmentResponse" name="requiredByRequestedSegmentResponse" type="RequiredByRequestedSegmentResponseType" isOrdered="true" aggregation="composite" association="_packagedElement.414"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementType-requiredByRequestedSegmentResponse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCzWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDPF8GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.4" memberEnd="TransSenderType-logicalID _packagedElement.4-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.4-_ownedEnd.0" type="_dDNQw2iEEeWCo9T3AC65kw" association="_packagedElement.4"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="WorkRequestIDType" name="WorkRequestIDType"> + <generalization xmi:id="WorkRequestIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="StorageLocationType" name="StorageLocationType"> + <generalization xmi:id="StorageLocationType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.270" memberEnd="DataAreaType6-get _packagedElement.270-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.270-_ownedEnd.0" type="_dDMptGiEEeWCo9T3AC65kw" association="_packagedElement.270"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.165" memberEnd="MaterialSegmentSpecificationType-materialSegmentSpecificationProperty _packagedElement.165-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.165-_ownedEnd.0" type="_dDN37GiEEeWCo9T3AC65kw" association="_packagedElement.165"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMCzmiEEeWCo9T3AC65kw" name="DataArea14" visibility="public"> + <ownedAttribute xmi:id="DataAreaType14-sync" name="sync" type="_dDOfBWiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.287"/> + <ownedAttribute xmi:id="DataAreaType14-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.288"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType14-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMCz2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN35WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.40" memberEnd="TransChangeStatusType-reasonCode _packagedElement.40-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.40-_ownedEnd.0" type="_dDOfAGiEEeWCo9T3AC65kw" association="_packagedElement.40"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.385" memberEnd="OpEquipmentCapabilityType-equipmentID _packagedElement.385-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.385-_ownedEnd.0" type="_dDPGGmiEEeWCo9T3AC65kw" association="_packagedElement.385"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.318" memberEnd="DocumentRoot-processSegment _packagedElement.318-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.318-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.318"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="Dependency1TypeBase" name="Dependency1TypeBase"> + <ownedLiteral xmi:id="Dependency1TypeBase-NotFollow" name="NotFollow"/> + <ownedLiteral xmi:id="Dependency1TypeBase-PossibleParallel" name="PossibleParallel"/> + <ownedLiteral xmi:id="Dependency1TypeBase-NotInParallel" name="NotInParallel"/> + <ownedLiteral xmi:id="Dependency1TypeBase-AtStart" name="AtStart"/> + <ownedLiteral xmi:id="Dependency1TypeBase-AfterStart" name="AfterStart"/> + <ownedLiteral xmi:id="Dependency1TypeBase-AfterEnd" name="AfterEnd"/> + <ownedLiteral xmi:id="Dependency1TypeBase-NoLaterAfterStart" name="NoLaterAfterStart"/> + <ownedLiteral xmi:id="Dependency1TypeBase-NoEarlierAfterStart" name="NoEarlierAfterStart"/> + <ownedLiteral xmi:id="Dependency1TypeBase-NoLaterAfterEnd" name="NoLaterAfterEnd"/> + <ownedLiteral xmi:id="Dependency1TypeBase-NoEarlierAfterEnd" name="NoEarlierAfterEnd"/> + <ownedLiteral xmi:id="Dependency1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.509" memberEnd="OpPersonnelCapabilityType-personnelUse _packagedElement.509-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.509-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.509"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMC0GiEEeWCo9T3AC65kw" name="TransProcess" visibility="public"> + <ownedAttribute xmi:id="TransProcessType-actionCriteria" name="actionCriteria" type="_dDNQy2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.254"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransProcessType-actionCriteria-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransProcessType-actionCriteria-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransProcessType-acknowledgeCode" name="acknowledgeCode" visibility="public" type="TransResponseCodeType" isOrdered="true"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransProcessType-acknowledgeCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMC0WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN4CGiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.170" memberEnd="ParameterType-description _packagedElement.170-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.170-_ownedEnd.0" type="_dDMCq2iEEeWCo9T3AC65kw" association="_packagedElement.170"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RequiredByRequestedSegmentResponseType" name="RequiredByRequestedSegmentResponseType"> + <generalization xmi:id="RequiredByRequestedSegmentResponseType-_generalization.0" general="RequiredByRequestedSegmentResponse1Type"/> + <ownedAttribute xmi:id="RequiredByRequestedSegmentResponseType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="RequiredByRequestedSegmentResponseType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="NumericType" name="NumericType"> + <ownedAttribute xmi:id="NumericType-value" name="value" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Decimal"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="NumericType-value-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="NumericType-format" name="format" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="NumericType-format-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="OperationsType1TypeBase" name="OperationsType1TypeBase"> + <ownedLiteral xmi:id="OperationsType1TypeBase-Production" name="Production"/> + <ownedLiteral xmi:id="OperationsType1TypeBase-Maintenance" name="Maintenance"/> + <ownedLiteral xmi:id="OperationsType1TypeBase-Quality" name="Quality"/> + <ownedLiteral xmi:id="OperationsType1TypeBase-Inventory" name="Inventory"/> + <ownedLiteral xmi:id="OperationsType1TypeBase-Mixed" name="Mixed"/> + <ownedLiteral xmi:id="OperationsType1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="ResponseState1TypeBaseObject" name="ResponseState1TypeBaseObject"> + <generalization xmi:id="ResponseState1TypeBaseObject-_generalization.0" general="ResponseState1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="EquipmentElementLevel1Type" name="EquipmentElementLevel1Type"> + <generalization xmi:id="EquipmentElementLevel1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="RelationshipType1TypeBaseObject" name="RelationshipType1TypeBaseObject"> + <generalization xmi:id="RelationshipType1TypeBaseObject-_generalization.0" general="RelationshipType1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="RequestState1TypeBaseObject" name="RequestState1TypeBaseObject"> + <generalization xmi:id="RequestState1TypeBaseObject-_generalization.0" general="RequestState1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="StatusTimeType" name="StatusTimeType"> + <generalization xmi:id="StatusTimeType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.265" memberEnd="DataAreaType4-processSegmentInformation _packagedElement.265-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.265-_ownedEnd.0" type="_dDN4C2iEEeWCo9T3AC65kw" association="_packagedElement.265"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ResourceNetworkConnectionIDType" name="ResourceNetworkConnectionIDType"> + <generalization xmi:id="ResourceNetworkConnectionIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.268" memberEnd="DataAreaType5-processSegmentInformation _packagedElement.268-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.268-_ownedEnd.0" type="_dDOfDmiEEeWCo9T3AC65kw" association="_packagedElement.268"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.418" memberEnd="OpEquipmentSpecificationPropertyType-value _packagedElement.418-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.418-_ownedEnd.0" type="_dDN33GiEEeWCo9T3AC65kw" association="_packagedElement.418"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.485" memberEnd="OpMaterialSpecificationType-iD _packagedElement.485-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.485-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.485"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MaterialTestSpecificationIDType" name="MaterialTestSpecificationIDType"> + <generalization xmi:id="MaterialTestSpecificationIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMC0miEEeWCo9T3AC65kw" name="NamedElement_QuantityValue" memberEnd="_dDMC02iEEeWCo9T3AC65kw _dDMCsGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMC02iEEeWCo9T3AC65kw" name="extension_QuantityValue" type="_dDMCr2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMC0miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMC1GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.423" memberEnd="OpEquipmentSpecificationType-description _packagedElement.423-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.423-_ownedEnd.0" type="_dDPGEGiEEeWCo9T3AC65kw" association="_packagedElement.423"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.584" memberEnd="OpPhysicalAssetSpecificationType-quantity _packagedElement.584-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.584-_ownedEnd.0" type="_dDNRBmiEEeWCo9T3AC65kw" association="_packagedElement.584"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.416" memberEnd="OpEquipmentSpecificationPropertyType-iD _packagedElement.416-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.416-_ownedEnd.0" type="_dDN33GiEEeWCo9T3AC65kw" association="_packagedElement.416"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.15" memberEnd="TransReceiverType-componentID _packagedElement.15-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.15-_ownedEnd.0" type="_dDNQ-GiEEeWCo9T3AC65kw" association="_packagedElement.15"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="JobOrderCommandType" name="JobOrderCommandType"> + <generalization xmi:id="JobOrderCommandType-_generalization.0" general="JobOrderCommand1Type"/> + <ownedAttribute xmi:id="JobOrderCommandType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="JobOrderCommandType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.288" memberEnd="DataAreaType14-processSegment _packagedElement.288-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.288-_ownedEnd.0" type="_dDMCzmiEEeWCo9T3AC65kw" association="_packagedElement.288"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="RequestState1TypeBase" name="RequestState1TypeBase"> + <ownedLiteral xmi:id="RequestState1TypeBase-Forecast" name="Forecast"/> + <ownedLiteral xmi:id="RequestState1TypeBase-Released" name="Released"/> + <ownedLiteral xmi:id="RequestState1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.41" memberEnd="TransChangeStatusType-reason _packagedElement.41-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.41-_ownedEnd.0" type="_dDOfAGiEEeWCo9T3AC65kw" association="_packagedElement.41"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMC1WiEEeWCo9T3AC65kw" name="NamedElement_DataArea15" memberEnd="_dDMC1miEEeWCo9T3AC65kw _dDN3-2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMC1miEEeWCo9T3AC65kw" name="extension_DataArea15" type="_dDN3-miEEeWCo9T3AC65kw" aggregation="composite" association="_dDMC1WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMC12iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.24" memberEnd="TransApplicationAreaType-userArea _packagedElement.24-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.24-_ownedEnd.0" type="_dDMpxGiEEeWCo9T3AC65kw" association="_packagedElement.24"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.191" memberEnd="AcknowledgeProcessSegmentType-applicationArea _packagedElement.191-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.191-_ownedEnd.0" type="_dDOfCmiEEeWCo9T3AC65kw" association="_packagedElement.191"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMC2GiEEeWCo9T3AC65kw" name="NamedElement_SyncProcessSegmentInformation" memberEnd="_dDMC2WiEEeWCo9T3AC65kw _dDPGAGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMC2WiEEeWCo9T3AC65kw" name="extension_SyncProcessSegmentInformation" type="_dDPF_2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMC2GiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMC2miEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.341" memberEnd="SyncProcessSegmentInformationType-applicationArea _packagedElement.341-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.341-_ownedEnd.0" type="_dDPF_2iEEeWCo9T3AC65kw" association="_packagedElement.341"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="RequiredByRequestedSegmentResponse1TypeBaseObject" name="RequiredByRequestedSegmentResponse1TypeBaseObject"> + <generalization xmi:id="RequiredByRequestedSegmentResponse1TypeBaseObject-_generalization.0" general="RequiredByRequestedSegmentResponse1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.108" memberEnd="ValueType-key _packagedElement.108-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.108-_ownedEnd.0" type="_dDPGJmiEEeWCo9T3AC65kw" association="_packagedElement.108"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.141" memberEnd="ProcessSegmentType-physicalAssetSegmentSpecification _packagedElement.141-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.141-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.141"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.524" memberEnd="OpPersonnelRequirementType-quantity _packagedElement.524-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.524-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.524"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMC22iEEeWCo9T3AC65kw" name="NamedElement_ProcessProcessSegment" memberEnd="_dDMpsGiEEeWCo9T3AC65kw _dDPGBWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMpsGiEEeWCo9T3AC65kw" name="extension_ProcessProcessSegment" type="_dDPGBGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMC22iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMpsWiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.33" memberEnd="TransResponseCriteriaType-responseExpression _packagedElement.33-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.33-_ownedEnd.0" type="_dDN4EGiEEeWCo9T3AC65kw" association="_packagedElement.33"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMpsmiEEeWCo9T3AC65kw" name="PhysicalAssetSegmentSpecificationProperty" visibility="public"> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.136"/> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.137"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PhysicalAssetSegmentSpecificationPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.138"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PhysicalAssetSegmentSpecificationPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PhysicalAssetSegmentSpecificationPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.139"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PhysicalAssetSegmentSpecificationPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PhysicalAssetSegmentSpecificationPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMps2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNREWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="EquipmentElementLevel1TypeBase" name="EquipmentElementLevel1TypeBase"> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-Enterprise" name="Enterprise"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-Site" name="Site"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-Area" name="Area"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-ProcessCell" name="ProcessCell"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-Unit" name="Unit"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-ProductionLine" name="ProductionLine"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-WorkCell" name="WorkCell"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-ProductionUnit" name="ProductionUnit"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-StorageZone" name="StorageZone"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-StorageUnit" name="StorageUnit"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-WorkCenter" name="WorkCenter"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-WorkUnit" name="WorkUnit"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-EquipmentModule" name="EquipmentModule"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-ControlModule" name="ControlModule"/> + <ownedLiteral xmi:id="EquipmentElementLevel1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMptGiEEeWCo9T3AC65kw" name="DataArea6" visibility="public"> + <ownedAttribute xmi:id="DataAreaType6-get" name="get" type="_dDN30GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.270"/> + <ownedAttribute xmi:id="DataAreaType6-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.271"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType6-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMptWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDPF_GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="UnitOfMeasureType" name="UnitOfMeasureType"> + <generalization xmi:id="UnitOfMeasureType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="JobOrderCommandRuleType" name="JobOrderCommandRuleType"> + <generalization xmi:id="JobOrderCommandRuleType-_generalization.0" general="TextType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.172" memberEnd="ProcessSegmentType-parameter _packagedElement.172-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.172-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.172"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.492" memberEnd="OpMaterialSpecificationType-assemblyType _packagedElement.492-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.492-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.492"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.305" memberEnd="DocumentRoot-getProcessSegment _packagedElement.305-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.305-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.305"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.297" memberEnd="DocumentRoot-acknowledgeProcessSegmentInformation _packagedElement.297-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.297-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.297"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="TransActionCodeEnumerationTypeObject" name="TransActionCodeEnumerationTypeObject"> + <generalization xmi:id="TransActionCodeEnumerationTypeObject-_generalization.0" general="TransActionCodeEnumerationType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RequestedCompletionDateType" name="RequestedCompletionDateType"> + <generalization xmi:id="RequestedCompletionDateType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.459" memberEnd="OpMaterialRequirementPropertyType-description _packagedElement.459-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.459-_ownedEnd.0" type="_dDPGDGiEEeWCo9T3AC65kw" association="_packagedElement.459"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="OperationsTypeType" name="OperationsTypeType"> + <generalization xmi:id="OperationsTypeType-_generalization.0" general="OperationsType1Type"/> + <ownedAttribute xmi:id="OperationsTypeType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OperationsTypeType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.326" memberEnd="RespondProcessSegmentInformationType-dataArea _packagedElement.326-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.326-_ownedEnd.0" type="_dDNQ4WiEEeWCo9T3AC65kw" association="_packagedElement.326"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ResponseStateType" name="ResponseStateType"> + <generalization xmi:id="ResponseStateType-_generalization.0" general="ResponseState1Type"/> + <ownedAttribute xmi:id="ResponseStateType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ResponseStateType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMptmiEEeWCo9T3AC65kw" name="NamedElement_ChangeProcessSegmentInformation" memberEnd="_dDMpt2iEEeWCo9T3AC65kw _dDNQyGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMpt2iEEeWCo9T3AC65kw" name="extension_ChangeProcessSegmentInformation" type="_dDNQx2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMptmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMpuGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.215" memberEnd="TransCancelType-actionCriteria _packagedElement.215-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.215-_ownedEnd.0" type="_dDOe72iEEeWCo9T3AC65kw" association="_packagedElement.215"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.124" memberEnd="EquipmentSegmentSpecificationPropertyType-quantity _packagedElement.124-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.124-_ownedEnd.0" type="_dDOe82iEEeWCo9T3AC65kw" association="_packagedElement.124"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMpuWiEEeWCo9T3AC65kw" name="DataArea9" visibility="public"> + <ownedAttribute xmi:id="DataAreaType9-cancel" name="cancel" type="_dDOe72iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.216"/> + <ownedAttribute xmi:id="DataAreaType9-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.217"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType9-processSegmentInformation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMpumiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp2miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="AssemblyType1TypeBaseObject" name="AssemblyType1TypeBaseObject"> + <generalization xmi:id="AssemblyType1TypeBaseObject-_generalization.0" general="AssemblyType1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.434" memberEnd="OpMaterialCapabilityPropertyType-iD _packagedElement.434-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.434-_ownedEnd.0" type="_dDNQ3GiEEeWCo9T3AC65kw" association="_packagedElement.434"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ExpirationTimeType" name="ExpirationTimeType"> + <generalization xmi:id="ExpirationTimeType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.327" memberEnd="DocumentRoot-respondProcessSegmentInformation _packagedElement.327-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.327-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.327"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.451" memberEnd="OpMaterialCapabilityType-endTime _packagedElement.451-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.451-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.451"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MaterialLotIDType" name="MaterialLotIDType"> + <generalization xmi:id="MaterialLotIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMpu2iEEeWCo9T3AC65kw" name="TransRespond" visibility="public"> + <ownedAttribute xmi:id="TransRespondType-originalApplicationArea" name="originalApplicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.259"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransRespondType-originalApplicationArea-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransRespondType-responseCriteria" name="responseCriteria" type="_dDN4EGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.260"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransRespondType-responseCriteria-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransRespondType-responseCriteria-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMpvGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp72iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.112" memberEnd="ProcessSegmentType-personnelSegmentSpecification _packagedElement.112-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.112-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.112"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PublishedDateType" name="PublishedDateType"> + <generalization xmi:id="PublishedDateType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMpvWiEEeWCo9T3AC65kw" name="NamedElement_DataArea5" memberEnd="_dDMpvmiEEeWCo9T3AC65kw _dDOfD2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMpvmiEEeWCo9T3AC65kw" name="extension_DataArea5" type="_dDOfDmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMpvWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMpv2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.347" memberEnd="EquipmentAssetMappingType-equipmentID _packagedElement.347-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.347-_ownedEnd.0" type="_dDMqEGiEEeWCo9T3AC65kw" association="_packagedElement.347"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PhysicalAssetActualIDType" name="PhysicalAssetActualIDType"> + <generalization xmi:id="PhysicalAssetActualIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ProductionRequestIDType" name="ProductionRequestIDType"> + <generalization xmi:id="ProductionRequestIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMpwGiEEeWCo9T3AC65kw" name="DataArea1" visibility="public"> + <ownedAttribute xmi:id="DataAreaType1-get" name="get" type="_dDN30GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.250"/> + <ownedAttribute xmi:id="DataAreaType1-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.251"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType1-processSegmentInformation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMpwWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMpxmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMpwmiEEeWCo9T3AC65kw" name="OpPersonnelSpecificationProperty" visibility="public"> + <ownedAttribute xmi:id="OpPersonnelSpecificationPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.529"/> + <ownedAttribute xmi:id="OpPersonnelSpecificationPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.530"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelSpecificationPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.531"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelSpecificationPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.532"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMpw2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMqAmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMpxGiEEeWCo9T3AC65kw" name="TransApplicationArea" visibility="public"> + <ownedAttribute xmi:id="TransApplicationAreaType-sender" name="sender" type="_dDNQw2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.12"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransApplicationAreaType-sender-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransApplicationAreaType-receiver" name="receiver" type="_dDNQ-GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.17"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransApplicationAreaType-receiver-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransApplicationAreaType-receiver-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransApplicationAreaType-creationDateTime" name="creationDateTime" type="DateTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.19"/> + <ownedAttribute xmi:id="TransApplicationAreaType-signature" name="signature" type="_dDN39GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.21"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransApplicationAreaType-signature-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransApplicationAreaType-bODID" name="bODID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.22"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransApplicationAreaType-bODID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransApplicationAreaType-userArea" name="userArea" type="_dDOfEGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.24"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransApplicationAreaType-userArea-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMpxWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN4EmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMpxmiEEeWCo9T3AC65kw" name="NamedElement_DataArea1" memberEnd="_dDMpx2iEEeWCo9T3AC65kw _dDMpwWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMpx2iEEeWCo9T3AC65kw" name="extension_DataArea1" type="_dDMpwGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMpxmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMpyGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="BillOfResourcesIDType" name="BillOfResourcesIDType"> + <generalization xmi:id="BillOfResourcesIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.283" memberEnd="TransSyncType-actionCriteria _packagedElement.283-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.283-_ownedEnd.0" type="_dDOfBWiEEeWCo9T3AC65kw" association="_packagedElement.283"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="OperationsSegmentIDType" name="OperationsSegmentIDType"> + <generalization xmi:id="OperationsSegmentIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.405" memberEnd="OpEquipmentRequirementType-equipmentID _packagedElement.405-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.405-_ownedEnd.0" type="_dDMCzGiEEeWCo9T3AC65kw" association="_packagedElement.405"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.111" memberEnd="PersonnelSegmentSpecificationType-personnelSegmentSpecificationProperty _packagedElement.111-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.111-_ownedEnd.0" type="_dDMCxWiEEeWCo9T3AC65kw" association="_packagedElement.111"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.143" memberEnd="MaterialSegmentSpecificationType-iD _packagedElement.143-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.143-_ownedEnd.0" type="_dDN37GiEEeWCo9T3AC65kw" association="_packagedElement.143"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.477" memberEnd="OpMaterialRequirementType-materialRequirementProperty _packagedElement.477-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.477-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.477"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMpyWiEEeWCo9T3AC65kw" name="NamedElement_OpMaterialCapabilityProperty" memberEnd="_dDMpymiEEeWCo9T3AC65kw _dDNQ3WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMpymiEEeWCo9T3AC65kw" name="extension_OpMaterialCapabilityProperty" type="_dDNQ3GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMpyWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMpy2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMpzGiEEeWCo9T3AC65kw" name="NamedElement_OpMaterialRequirement" memberEnd="_dDMpzWiEEeWCo9T3AC65kw _dDMp_GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMpzWiEEeWCo9T3AC65kw" name="extension_OpMaterialRequirement" type="_dDMp-2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMpzGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMpzmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.583" memberEnd="OpPhysicalAssetSpecificationType-physicalAssetUse _packagedElement.583-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.583-_ownedEnd.0" type="_dDNRBmiEEeWCo9T3AC65kw" association="_packagedElement.583"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="RelationshipForm1TypeBase" name="RelationshipForm1TypeBase"> + <ownedLiteral xmi:id="RelationshipForm1TypeBase-Permanent" name="Permanent"/> + <ownedLiteral xmi:id="RelationshipForm1TypeBase-Transient" name="Transient"/> + <ownedLiteral xmi:id="RelationshipForm1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMpz2iEEeWCo9T3AC65kw" name="NamedElement_TransCancel" memberEnd="_dDMp0GiEEeWCo9T3AC65kw _dDOe8GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp0GiEEeWCo9T3AC65kw" name="extension_TransCancel" type="_dDOe72iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMpz2iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp0WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.50" memberEnd="TransChangeStatusType-userArea _packagedElement.50-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.50-_ownedEnd.0" type="_dDOfAGiEEeWCo9T3AC65kw" association="_packagedElement.50"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.502" memberEnd="OpPersonnelCapabilityType-personID _packagedElement.502-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.502-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.502"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.504" memberEnd="OpPersonnelCapabilityType-capabilityType _packagedElement.504-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.504-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.504"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.296" memberEnd="DocumentRoot-acknowledgeProcessSegment _packagedElement.296-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.296-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.296"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.154" memberEnd="MaterialSegmentSpecificationType-assemblyRelationship _packagedElement.154-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.154-_ownedEnd.0" type="_dDN37GiEEeWCo9T3AC65kw" association="_packagedElement.154"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.171" memberEnd="ParameterType-parameter _packagedElement.171-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.171-_ownedEnd.0" type="_dDMCq2iEEeWCo9T3AC65kw" association="_packagedElement.171"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.239" memberEnd="ChangeProcessSegmentInformationType-dataArea _packagedElement.239-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.239-_ownedEnd.0" type="_dDNQx2iEEeWCo9T3AC65kw" association="_packagedElement.239"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp0miEEeWCo9T3AC65kw" name="NamedElement_DataArea4" memberEnd="_dDMp02iEEeWCo9T3AC65kw _dDN4DGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp02iEEeWCo9T3AC65kw" name="extension_DataArea4" type="_dDN4C2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp0miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp1GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMp1WiEEeWCo9T3AC65kw" name="PersonnelSegmentSpecificationProperty" visibility="public"> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.101"/> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.102"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PersonnelSegmentSpecificationPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.109"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PersonnelSegmentSpecificationPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="PersonnelSegmentSpecificationPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.110"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="PersonnelSegmentSpecificationPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="PersonnelSegmentSpecificationPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMp1miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNRA2iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp12iEEeWCo9T3AC65kw" name="NamedElement_DataArea10" memberEnd="_dDMp2GiEEeWCo9T3AC65kw _dDPGLWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp2GiEEeWCo9T3AC65kw" name="extension_DataArea10" type="_dDPGLGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp12iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp2WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.436" memberEnd="OpMaterialCapabilityPropertyType-value _packagedElement.436-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.436-_ownedEnd.0" type="_dDNQ3GiEEeWCo9T3AC65kw" association="_packagedElement.436"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.525" memberEnd="OpPersonnelRequirementType-hierarchyScope _packagedElement.525-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.525-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.525"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.339" memberEnd="DocumentRoot-syncProcessSegment _packagedElement.339-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.339-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.339"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp2miEEeWCo9T3AC65kw" name="NamedElement_DataArea9" memberEnd="_dDMp22iEEeWCo9T3AC65kw _dDMpumiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp22iEEeWCo9T3AC65kw" name="extension_DataArea9" type="_dDMpuWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp2miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp3GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp3WiEEeWCo9T3AC65kw" name="NamedElement_Result" memberEnd="_dDMp3miEEeWCo9T3AC65kw _dDN34WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp3miEEeWCo9T3AC65kw" name="extension_Result" type="_dDN34GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp3WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp32iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.454" memberEnd="OpMaterialCapabilityType-assemblyRelationship _packagedElement.454-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.454-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.454"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.445" memberEnd="OpMaterialCapabilityType-capabilityType _packagedElement.445-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.445-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.445"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.209" memberEnd="CancelProcessSegmentInformationType-applicationArea _packagedElement.209-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.209-_ownedEnd.0" type="_dDOfK2iEEeWCo9T3AC65kw" association="_packagedElement.209"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.496" memberEnd="OpPersonnelCapabilityPropertyType-iD _packagedElement.496-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.496-_ownedEnd.0" type="_dDNQzWiEEeWCo9T3AC65kw" association="_packagedElement.496"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RelationshipType1Type" name="RelationshipType1Type"> + <generalization xmi:id="RelationshipType1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PhysicalAssetUseType" name="PhysicalAssetUseType"> + <generalization xmi:id="PhysicalAssetUseType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.245" memberEnd="ChangeProcessSegmentType-dataArea _packagedElement.245-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.245-_ownedEnd.0" type="_dDOfHmiEEeWCo9T3AC65kw" association="_packagedElement.245"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.585" memberEnd="OpPhysicalAssetSpecificationType-physicalAssetSpecificationProperty _packagedElement.585-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.585-_ownedEnd.0" type="_dDNRBmiEEeWCo9T3AC65kw" association="_packagedElement.585"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="EquipmentClassIDType" name="EquipmentClassIDType"> + <generalization xmi:id="EquipmentClassIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp4GiEEeWCo9T3AC65kw" name="NamedElement_AcknowledgeProcessSegmentInformation" memberEnd="_dDMp4WiEEeWCo9T3AC65kw _dDN3-WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp4WiEEeWCo9T3AC65kw" name="extension_AcknowledgeProcessSegmentInformation" type="_dDN3-GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp4GiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp4miEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp42iEEeWCo9T3AC65kw" name="NamedElement_TransResponseCriteria" memberEnd="_dDMp5GiEEeWCo9T3AC65kw _dDN4EWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp5GiEEeWCo9T3AC65kw" name="extension_TransResponseCriteria" type="_dDN4EGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp42iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp5WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp5miEEeWCo9T3AC65kw" name="NamedElement_SegmentDependency" memberEnd="_dDMp52iEEeWCo9T3AC65kw _dDMp_miEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp52iEEeWCo9T3AC65kw" name="extension_SegmentDependency" type="_dDMp_WiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp5miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp6GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp6WiEEeWCo9T3AC65kw" name="NamedElement_OpPersonnelRequirement" memberEnd="_dDMp6miEEeWCo9T3AC65kw _dDNQ7GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp6miEEeWCo9T3AC65kw" name="extension_OpPersonnelRequirement" type="_dDNQ62iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp6WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp62iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp7GiEEeWCo9T3AC65kw" name="NamedElement_OpEquipmentRequirementProperty" memberEnd="_dDMp7WiEEeWCo9T3AC65kw _dDMp-GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp7WiEEeWCo9T3AC65kw" name="extension_OpEquipmentRequirementProperty" type="_dDMp92iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp7GiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp7miEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp72iEEeWCo9T3AC65kw" name="NamedElement_TransRespond" memberEnd="_dDMp8GiEEeWCo9T3AC65kw _dDMpvGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp8GiEEeWCo9T3AC65kw" name="extension_TransRespond" type="_dDMpu2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp72iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp8WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="Dependency1Type" name="Dependency1Type"> + <generalization xmi:id="Dependency1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp8miEEeWCo9T3AC65kw" name="NamedElement_DocumentRoot" memberEnd="_dDMp82iEEeWCo9T3AC65kw _dDNQ7miEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMp82iEEeWCo9T3AC65kw" name="extension_DocumentRoot" type="_dDNQ7WiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp8miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMp9GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.287" memberEnd="DataAreaType14-sync _packagedElement.287-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.287-_ownedEnd.0" type="_dDMCzmiEEeWCo9T3AC65kw" association="_packagedElement.287"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMp9WiEEeWCo9T3AC65kw" name="TransShow" visibility="public"> + <ownedAttribute xmi:id="TransShowType-originalApplicationArea" name="originalApplicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.274"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransShowType-originalApplicationArea-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransShowType-responseCriteria" name="responseCriteria" type="_dDN4EGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.275"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransShowType-responseCriteria-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransShowType-responseCriteria-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMp9miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDPF9WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.501" memberEnd="OpPersonnelCapabilityType-personnelClassID _packagedElement.501-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.501-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.501"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMp92iEEeWCo9T3AC65kw" name="OpEquipmentRequirementProperty" visibility="public"> + <ownedAttribute xmi:id="OpEquipmentRequirementPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.399"/> + <ownedAttribute xmi:id="OpEquipmentRequirementPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.400"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.401"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentRequirementPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.402"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentRequirementPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentRequirementPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMp-GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp7GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.490" memberEnd="OpMaterialSpecificationType-quantity _packagedElement.490-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.490-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.490"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.632" memberEnd="ResultType-unitOfMeasure _packagedElement.632-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.632-_ownedEnd.0" type="_dDN34GiEEeWCo9T3AC65kw" association="_packagedElement.632"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMp-WiEEeWCo9T3AC65kw" name="ProcessSegment" visibility="public"> + <ownedAttribute xmi:id="ProcessSegmentType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.73"/> + <ownedAttribute xmi:id="ProcessSegmentType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.74"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-operationsType" name="operationsType" type="OperationsTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.77"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-operationsType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-location" name="location" type="_dDN39miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.78"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-location-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-hierarchyScope" name="hierarchyScope" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.79"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-hierarchyScope-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-publishedDate" name="publishedDate" type="PublishedDateType" isOrdered="true" aggregation="composite" association="_packagedElement.80"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-publishedDate-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-duration" name="duration" visibility="public" type="DurationType" isOrdered="true"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-duration-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-personnelSegmentSpecification" name="personnelSegmentSpecification" type="_dDMCxWiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.112"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-personnelSegmentSpecification-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-personnelSegmentSpecification-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-equipmentSegmentSpecification" name="equipmentSegmentSpecification" type="_dDPF-GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.126"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-equipmentSegmentSpecification-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-equipmentSegmentSpecification-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-physicalAssetSegmentSpecification" name="physicalAssetSegmentSpecification" type="_dDMCvWiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.141"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-physicalAssetSegmentSpecification-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-physicalAssetSegmentSpecification-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-materialSegmentSpecification" name="materialSegmentSpecification" type="_dDN37GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.166"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-materialSegmentSpecification-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-materialSegmentSpecification-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-parameter" name="parameter" type="_dDMCq2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.172"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-parameter-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-parameter-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-segmentDependency" name="segmentDependency" type="_dDMp_WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.185"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-segmentDependency-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-segmentDependency-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentType-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.186"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentType-processSegment-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentType-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMp-miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOe-miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ReasonType" name="ReasonType"> + <generalization xmi:id="ReasonType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMp-2iEEeWCo9T3AC65kw" name="OpMaterialRequirement" visibility="public"> + <ownedAttribute xmi:id="OpMaterialRequirementType-materialClassID" name="materialClassID" type="MaterialClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.464"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-materialClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-materialClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-materialDefinitionID" name="materialDefinitionID" type="MaterialDefinitionIDType" isOrdered="true" aggregation="composite" association="_packagedElement.465"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-materialDefinitionID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-materialDefinitionID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-materialLotID" name="materialLotID" type="MaterialLotIDType" isOrdered="true" aggregation="composite" association="_packagedElement.466"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-materialLotID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-materialLotID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-materialSubLotID" name="materialSubLotID" type="MaterialSubLotIDType" isOrdered="true" aggregation="composite" association="_packagedElement.467"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-materialSubLotID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-materialSubLotID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.468"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-materialUse" name="materialUse" type="MaterialUseType" isOrdered="true" aggregation="composite" association="_packagedElement.469"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-materialUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-storageLocation" name="storageLocation" type="StorageLocationType" isOrdered="true" aggregation="composite" association="_packagedElement.471"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-storageLocation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.472"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-assemblyRequirement" name="assemblyRequirement" type="_dDMp-2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.473"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-assemblyRequirement-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-assemblyRequirement-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-assemblyType" name="assemblyType" type="AssemblyTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.474"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-assemblyType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-assemblyRelationship" name="assemblyRelationship" type="AssemblyRelationshipType" isOrdered="true" aggregation="composite" association="_packagedElement.475"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-assemblyRelationship-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-hierarchyScope" name="hierarchyScope" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.476"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-hierarchyScope-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-materialRequirementProperty" name="materialRequirementProperty" type="_dDPGDGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.477"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-materialRequirementProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialRequirementType-materialRequirementProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialRequirementType-requiredByRequestedSegmentResponse" name="requiredByRequestedSegmentResponse" type="RequiredByRequestedSegmentResponseType" isOrdered="true" aggregation="composite" association="_packagedElement.478"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialRequirementType-requiredByRequestedSegmentResponse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMp_GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMpzGiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMp_WiEEeWCo9T3AC65kw" name="SegmentDependency" visibility="public"> + <ownedAttribute xmi:id="SegmentDependencyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.174"/> + <ownedAttribute xmi:id="SegmentDependencyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.175"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="SegmentDependencyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="SegmentDependencyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="SegmentDependencyType-dependency" name="dependency" type="DependencyType" isOrdered="true" aggregation="composite" association="_packagedElement.178"/> + <ownedAttribute xmi:id="SegmentDependencyType-timingFactor" name="timingFactor" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.179"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="SegmentDependencyType-timingFactor-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="SegmentDependencyType-timingFactor-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="SegmentDependencyType-group" name="group" visibility="public" isOrdered="true" isUnique="false"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/EcorePrimitiveTypes.library.uml#EFeatureMapEntry"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="SegmentDependencyType-group-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="SegmentDependencyType-group-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="SegmentDependencyType-productSegmentID" name="productSegmentID" type="ProductSegmentIDType" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.181"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="SegmentDependencyType-productSegmentID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="SegmentDependencyType-productSegmentID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="SegmentDependencyType-processSegmentID" name="processSegmentID" type="ProcessSegmentIDType" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.183"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="SegmentDependencyType-processSegmentID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="SegmentDependencyType-processSegmentID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="SegmentDependencyType-segmentID" name="segmentID" type="IdentifierType" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.184"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="SegmentDependencyType-segmentID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="SegmentDependencyType-segmentID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMp_miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp5miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMp_2iEEeWCo9T3AC65kw" name="NamedElement_GetProcessSegmentInformation" memberEnd="_dDMqAGiEEeWCo9T3AC65kw _dDN31miEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMqAGiEEeWCo9T3AC65kw" name="extension_GetProcessSegmentInformation" type="_dDN31WiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMp_2iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMqAWiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.449" memberEnd="OpMaterialCapabilityType-materialUse _packagedElement.449-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.449-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.449"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="StartTimeType" name="StartTimeType"> + <generalization xmi:id="StartTimeType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.647" memberEnd="TransConfirmType-originalApplicationArea _packagedElement.647-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.647-_ownedEnd.0" type="_dDMCrWiEEeWCo9T3AC65kw" association="_packagedElement.647"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMqAmiEEeWCo9T3AC65kw" name="NamedElement_OpPersonnelSpecificationProperty" memberEnd="_dDMqA2iEEeWCo9T3AC65kw _dDMpw2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMqA2iEEeWCo9T3AC65kw" name="extension_OpPersonnelSpecificationProperty" type="_dDMpwmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMqAmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMqBGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.220" memberEnd="CancelProcessSegmentType-applicationArea _packagedElement.220-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.220-_ownedEnd.0" type="_dDPF82iEEeWCo9T3AC65kw" association="_packagedElement.220"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.123" memberEnd="EquipmentSegmentSpecificationPropertyType-value _packagedElement.123-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.123-_ownedEnd.0" type="_dDOe82iEEeWCo9T3AC65kw" association="_packagedElement.123"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMqBWiEEeWCo9T3AC65kw" name="NamedElement_OpEquipmentSpecificationProperty" memberEnd="_dDMqBmiEEeWCo9T3AC65kw _dDN33WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMqBmiEEeWCo9T3AC65kw" name="extension_OpEquipmentSpecificationProperty" type="_dDN33GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMqBWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMqB2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMqCGiEEeWCo9T3AC65kw" name="NamedElement_DataArea12" memberEnd="_dDMqCWiEEeWCo9T3AC65kw _dDNQ0GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMqCWiEEeWCo9T3AC65kw" name="extension_DataArea12" type="_dDNQz2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDMqCGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMqCmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.274" memberEnd="TransShowType-originalApplicationArea _packagedElement.274-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.274-_ownedEnd.0" type="_dDMp9WiEEeWCo9T3AC65kw" association="_packagedElement.274"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.488" memberEnd="OpMaterialSpecificationType-description _packagedElement.488-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.488-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.488"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.12" memberEnd="TransApplicationAreaType-sender _packagedElement.12-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.12-_ownedEnd.0" type="_dDMpxGiEEeWCo9T3AC65kw" association="_packagedElement.12"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.232" memberEnd="ChangeProcessSegmentInformationType-applicationArea _packagedElement.232-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.232-_ownedEnd.0" type="_dDNQx2iEEeWCo9T3AC65kw" association="_packagedElement.232"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="AssemblyType1TypeBase" name="AssemblyType1TypeBase"> + <ownedLiteral xmi:id="AssemblyType1TypeBase-Physical" name="Physical"/> + <ownedLiteral xmi:id="AssemblyType1TypeBase-Logical" name="Logical"/> + <ownedLiteral xmi:id="AssemblyType1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.338" memberEnd="SyncProcessSegmentType-dataArea _packagedElement.338-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.338-_ownedEnd.0" type="_dDN312iEEeWCo9T3AC65kw" association="_packagedElement.338"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.189" memberEnd="AcknowledgeProcessSegmentInformationType-dataArea _packagedElement.189-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.189-_ownedEnd.0" type="_dDN3-GiEEeWCo9T3AC65kw" association="_packagedElement.189"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMqC2iEEeWCo9T3AC65kw" name="NamedElement_DataArea7" memberEnd="_dDMqDGiEEeWCo9T3AC65kw _dDMCumiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMqDGiEEeWCo9T3AC65kw" name="extension_DataArea7" type="_dDMCuWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMqC2iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMqDWiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMqDmiEEeWCo9T3AC65kw" name="DataArea8" visibility="public"> + <ownedAttribute xmi:id="DataAreaType8-change" name="change" type="_dDOe8WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.243"/> + <ownedAttribute xmi:id="DataAreaType8-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.244"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType8-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMqD2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMCpWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.442" memberEnd="OpMaterialCapabilityType-materialLotID _packagedElement.442-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.442-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.442"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMqEGiEEeWCo9T3AC65kw" name="EquipmentAssetMapping" visibility="public"> + <ownedAttribute xmi:id="EquipmentAssetMappingType-equipmentID" name="equipmentID" type="EquipmentIDType" isOrdered="true" aggregation="composite" association="_packagedElement.347"/> + <ownedAttribute xmi:id="EquipmentAssetMappingType-physicalAssetID" name="physicalAssetID" type="PhysicalAssetIDType" isOrdered="true" aggregation="composite" association="_packagedElement.348"/> + <ownedAttribute xmi:id="EquipmentAssetMappingType-startTime" name="startTime" type="DateTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.349"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="EquipmentAssetMappingType-startTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="EquipmentAssetMappingType-endTime" name="endTime" type="DateTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.350"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="EquipmentAssetMappingType-endTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMqEWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN4AWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.79" memberEnd="ProcessSegmentType-hierarchyScope _packagedElement.79-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.79-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.79"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.183" memberEnd="SegmentDependencyType-processSegmentID _packagedElement.183-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.183-_ownedEnd.0" type="_dDMp_WiEEeWCo9T3AC65kw" association="_packagedElement.183"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.277" memberEnd="DataAreaType11-processSegment _packagedElement.277-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.277-_ownedEnd.0" type="_dDMCtGiEEeWCo9T3AC65kw" association="_packagedElement.277"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.125" memberEnd="EquipmentSegmentSpecificationType-equipmentSegmentSpecificationProperty _packagedElement.125-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.125-_ownedEnd.0" type="_dDPF-GiEEeWCo9T3AC65kw" association="_packagedElement.125"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="BinaryObjectType" name="BinaryObjectType"> + <ownedAttribute xmi:id="BinaryObjectType-value" name="value" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Base64Binary"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="BinaryObjectType-value-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="BinaryObjectType-characterSetCode" name="characterSetCode" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="BinaryObjectType-characterSetCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="BinaryObjectType-encodingCode" name="encodingCode" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="BinaryObjectType-encodingCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="BinaryObjectType-filename" name="filename" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="BinaryObjectType-filename-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="BinaryObjectType-format" name="format" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="BinaryObjectType-format-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="BinaryObjectType-mimeCode" name="mimeCode" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="BinaryObjectType-mimeCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="BinaryObjectType-uri" name="uri" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#AnyURI"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="BinaryObjectType-uri-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMqEmiEEeWCo9T3AC65kw" name="RespondProcessSegment" visibility="public"> + <ownedAttribute xmi:id="RespondProcessSegmentType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.321"/> + <ownedAttribute xmi:id="RespondProcessSegmentType-dataArea" name="dataArea" type="_dDPGJGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.322"/> + <ownedAttribute xmi:id="RespondProcessSegmentType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="RespondProcessSegmentType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="RespondProcessSegmentType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMqE2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMCv2iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.262" memberEnd="DataAreaType3-processSegment _packagedElement.262-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.262-_ownedEnd.0" type="_dDPGJGiEEeWCo9T3AC65kw" association="_packagedElement.262"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.521" memberEnd="OpPersonnelRequirementType-personID _packagedElement.521-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.521-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.521"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.11" memberEnd="TransSenderType-authorizationID _packagedElement.11-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.11-_ownedEnd.0" type="_dDNQw2iEEeWCo9T3AC65kw" association="_packagedElement.11"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.175" memberEnd="SegmentDependencyType-description _packagedElement.175-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.175-_ownedEnd.0" type="_dDMp_WiEEeWCo9T3AC65kw" association="_packagedElement.175"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDMqFGiEEeWCo9T3AC65kw" name="OpPhysicalAssetCapabilityProperty" visibility="public"> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.541"/> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.542"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.543"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.544"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDMqFWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNQwGiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.298" memberEnd="DocumentRoot-cancelProcessSegment _packagedElement.298-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.298-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.298"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.534" memberEnd="OpPersonnelSpecificationType-personnelClassID _packagedElement.534-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.534-_ownedEnd.0" type="_dDN36GiEEeWCo9T3AC65kw" association="_packagedElement.534"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.284" memberEnd="DataAreaType13-sync _packagedElement.284-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.284-_ownedEnd.0" type="_dDNQ5miEEeWCo9T3AC65kw" association="_packagedElement.284"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.557" memberEnd="OpPhysicalAssetCapabilityType-quantity _packagedElement.557-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.557-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.557"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.276" memberEnd="DataAreaType11-show _packagedElement.276-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.276-_ownedEnd.0" type="_dDMCtGiEEeWCo9T3AC65kw" association="_packagedElement.276"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.333" memberEnd="ShowProcessSegmentInformationType-applicationArea _packagedElement.333-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.333-_ownedEnd.0" type="_dDOfHGiEEeWCo9T3AC65kw" association="_packagedElement.333"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDMqFmiEEeWCo9T3AC65kw" name="NamedElement_MaterialSegmentSpecification" memberEnd="_dDMqF2iEEeWCo9T3AC65kw _dDN37WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDMqF2iEEeWCo9T3AC65kw" name="extension_MaterialSegmentSpecification" type="_dDN37GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDMqFmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDMqGGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQwGiEEeWCo9T3AC65kw" name="NamedElement_OpPhysicalAssetCapabilityProperty" memberEnd="_dDNQwWiEEeWCo9T3AC65kw _dDMqFWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQwWiEEeWCo9T3AC65kw" name="extension_OpPhysicalAssetCapabilityProperty" type="_dDMqFGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQwGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQwmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.195" memberEnd="AcknowledgeProcessSegmentType-dataArea _packagedElement.195-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.195-_ownedEnd.0" type="_dDOfCmiEEeWCo9T3AC65kw" association="_packagedElement.195"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.16" memberEnd="TransReceiverType-iD _packagedElement.16-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.16-_ownedEnd.0" type="_dDNQ-GiEEeWCo9T3AC65kw" association="_packagedElement.16"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.139" memberEnd="PhysicalAssetSegmentSpecificationPropertyType-quantity _packagedElement.139-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.139-_ownedEnd.0" type="_dDMpsmiEEeWCo9T3AC65kw" association="_packagedElement.139"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="DateTimeType" name="DateTimeType"> + <ownedAttribute xmi:id="DateTimeType-value" name="value" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#DateTime"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DateTimeType-value-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DateTimeType-format" name="format" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DateTimeType-format-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="DependencyType" name="DependencyType"> + <generalization xmi:id="DependencyType-_generalization.0" general="Dependency1Type"/> + <ownedAttribute xmi:id="DependencyType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DependencyType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="EquipmentElementLevelType" name="EquipmentElementLevelType"> + <generalization xmi:id="EquipmentElementLevelType-_generalization.0" general="EquipmentElementLevel1Type"/> + <ownedAttribute xmi:id="EquipmentElementLevelType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="EquipmentElementLevelType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.487" memberEnd="OpMaterialSpecificationType-materialDefinitionID _packagedElement.487-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.487-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.487"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ProductSegmentIDType" name="ProductSegmentIDType"> + <generalization xmi:id="ProductSegmentIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.107" memberEnd="ValueType-unitOfMeasure _packagedElement.107-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.107-_ownedEnd.0" type="_dDPGJmiEEeWCo9T3AC65kw" association="_packagedElement.107"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQw2iEEeWCo9T3AC65kw" name="TransSender" visibility="public"> + <ownedAttribute xmi:id="TransSenderType-logicalID" name="logicalID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.4"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSenderType-logicalID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransSenderType-componentID" name="componentID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.5"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSenderType-componentID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransSenderType-taskID" name="taskID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.6"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSenderType-taskID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransSenderType-referenceID" name="referenceID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.7"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSenderType-referenceID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransSenderType-confirmationCode" name="confirmationCode" type="TransConfirmationCodeType" isOrdered="true" aggregation="composite" association="_packagedElement.10"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSenderType-confirmationCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransSenderType-authorizationID" name="authorizationID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.11"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSenderType-authorizationID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQxGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDPGAWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQxWiEEeWCo9T3AC65kw" name="GetProcessSegment" visibility="public"> + <ownedAttribute xmi:id="GetProcessSegmentType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.303"/> + <ownedAttribute xmi:id="GetProcessSegmentType-dataArea" name="dataArea" type="_dDMptGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.304"/> + <ownedAttribute xmi:id="GetProcessSegmentType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="GetProcessSegmentType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="GetProcessSegmentType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQxmiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN38WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.523" memberEnd="OpPersonnelRequirementType-personnelUse _packagedElement.523-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.523-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.523"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQx2iEEeWCo9T3AC65kw" name="ChangeProcessSegmentInformation" visibility="public"> + <ownedAttribute xmi:id="ChangeProcessSegmentInformationType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.232"/> + <ownedAttribute xmi:id="ChangeProcessSegmentInformationType-dataArea" name="dataArea" type="_dDMCuWiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.239"/> + <ownedAttribute xmi:id="ChangeProcessSegmentInformationType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="ChangeProcessSegmentInformationType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ChangeProcessSegmentInformationType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQyGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMptmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQyWiEEeWCo9T3AC65kw" name="OpEquipmentCapabilityProperty" visibility="public"> + <ownedAttribute xmi:id="OpEquipmentCapabilityPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.379"/> + <ownedAttribute xmi:id="OpEquipmentCapabilityPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.380"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentCapabilityPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentCapabilityPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentCapabilityPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.381"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentCapabilityPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentCapabilityPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentCapabilityPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.382"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentCapabilityPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentCapabilityPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQymiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMCwmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQy2iEEeWCo9T3AC65kw" name="TransActionCriteria" visibility="public"> + <ownedAttribute xmi:id="TransActionCriteriaType-actionExpression" name="actionExpression" type="TransExpressionType" isOrdered="true" aggregation="composite" association="_packagedElement.213"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransActionCriteriaType-actionExpression-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransActionCriteriaType-actionExpression-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransActionCriteriaType-changeStatus" name="changeStatus" type="_dDOfAGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.214"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransActionCriteriaType-changeStatus-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQzGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMCtmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.633" memberEnd="ResultType-key _packagedElement.633-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.633-_ownedEnd.0" type="_dDN34GiEEeWCo9T3AC65kw" association="_packagedElement.633"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.47" memberEnd="TransStateChangeType-note _packagedElement.47-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.47-_ownedEnd.0" type="_dDPGEmiEEeWCo9T3AC65kw" association="_packagedElement.47"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQzWiEEeWCo9T3AC65kw" name="OpPersonnelCapabilityProperty" visibility="public"> + <ownedAttribute xmi:id="OpPersonnelCapabilityPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.496"/> + <ownedAttribute xmi:id="OpPersonnelCapabilityPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.497"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelCapabilityPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelCapabilityPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelCapabilityPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.498"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelCapabilityPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelCapabilityPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelCapabilityPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.499"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelCapabilityPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelCapabilityPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQzmiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOe4GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="BillOfMaterialIDType" name="BillOfMaterialIDType"> + <generalization xmi:id="BillOfMaterialIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.169" memberEnd="ParameterType-value _packagedElement.169-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.169-_ownedEnd.0" type="_dDMCq2iEEeWCo9T3AC65kw" association="_packagedElement.169"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.532" memberEnd="OpPersonnelSpecificationPropertyType-quantity _packagedElement.532-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.532-_ownedEnd.0" type="_dDMpwmiEEeWCo9T3AC65kw" association="_packagedElement.532"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.554" memberEnd="OpPhysicalAssetCapabilityType-physicalAssetUse _packagedElement.554-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.554-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.554"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.390" memberEnd="OpEquipmentCapabilityType-confidenceFactor _packagedElement.390-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.390-_ownedEnd.0" type="_dDPGGmiEEeWCo9T3AC65kw" association="_packagedElement.390"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.550" memberEnd="OpPhysicalAssetCapabilityType-reason _packagedElement.550-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.550-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.550"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="EquipmentCapabilityTestSpecificationIDType" name="EquipmentCapabilityTestSpecificationIDType"> + <generalization xmi:id="EquipmentCapabilityTestSpecificationIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.14" memberEnd="TransReceiverType-logicalID _packagedElement.14-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.14-_ownedEnd.0" type="_dDNQ-GiEEeWCo9T3AC65kw" association="_packagedElement.14"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQz2iEEeWCo9T3AC65kw" name="DataArea12" visibility="public"> + <ownedAttribute xmi:id="DataAreaType12-show" name="show" type="_dDMp9WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.279"/> + <ownedAttribute xmi:id="DataAreaType12-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.280"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType12-processSegmentInformation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ0GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMqCGiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.349" memberEnd="EquipmentAssetMappingType-startTime _packagedElement.349-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.349-_ownedEnd.0" type="_dDMqEGiEEeWCo9T3AC65kw" association="_packagedElement.349"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.491" memberEnd="OpMaterialSpecificationType-assemblySpecification _packagedElement.491-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.491-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.491"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.406" memberEnd="OpEquipmentRequirementType-description _packagedElement.406-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.406-_ownedEnd.0" type="_dDMCzGiEEeWCo9T3AC65kw" association="_packagedElement.406"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ0WiEEeWCo9T3AC65kw" name="NamedElement_CancelProcessSegment" memberEnd="_dDNQ0miEEeWCo9T3AC65kw _dDPF9GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ0miEEeWCo9T3AC65kw" name="extension_CancelProcessSegment" type="_dDPF82iEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ0WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ02iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.472" memberEnd="OpMaterialRequirementType-quantity _packagedElement.472-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.472-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.472"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.489" memberEnd="OpMaterialSpecificationType-materialUse _packagedElement.489-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.489-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.489"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="JobOrderCommand1Type" name="JobOrderCommand1Type"> + <generalization xmi:id="JobOrderCommand1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ1GiEEeWCo9T3AC65kw" name="NamedElement_TransReceiver" memberEnd="_dDNQ1WiEEeWCo9T3AC65kw _dDNQ-WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ1WiEEeWCo9T3AC65kw" name="extension_TransReceiver" type="_dDNQ-GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ1GiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ1miEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQ12iEEeWCo9T3AC65kw" name="OpPhysicalAssetCapability" visibility="public"> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-physicalAssetClassID" name="physicalAssetClassID" type="PhysicalAssetClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.546"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-physicalAssetClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityType-physicalAssetClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-physicalAssetID" name="physicalAssetID" type="PhysicalAssetIDType" isOrdered="true" aggregation="composite" association="_packagedElement.547"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-physicalAssetID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityType-physicalAssetID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.548"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-capabilityType" name="capabilityType" type="CapabilityTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.549"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-capabilityType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-reason" name="reason" type="ReasonType" isOrdered="true" aggregation="composite" association="_packagedElement.550"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-reason-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-confidenceFactor" name="confidenceFactor" type="ConfidenceFactorType" isOrdered="true" aggregation="composite" association="_packagedElement.551"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-confidenceFactor-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-hierarchyScope" name="hierarchyScope" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.552"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-hierarchyScope-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-physicalAssetUse" name="physicalAssetUse" type="PhysicalAssetUseType" isOrdered="true" aggregation="composite" association="_packagedElement.554"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-physicalAssetUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-startTime" name="startTime" type="StartTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.555"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-startTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-endTime" name="endTime" type="EndTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.556"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-endTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.557"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetCapabilityType-physicalAssetCapabilityProperty" name="physicalAssetCapabilityProperty" type="_dDMqFGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.558"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetCapabilityType-physicalAssetCapabilityProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetCapabilityType-physicalAssetCapabilityProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ2GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOe42iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RelationshipFormType" name="RelationshipFormType"> + <generalization xmi:id="RelationshipFormType-_generalization.0" general="RelationshipForm1Type"/> + <ownedAttribute xmi:id="RelationshipFormType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="RelationshipFormType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ2WiEEeWCo9T3AC65kw" name="NamedElement_ShowProcessSegmentInformation" memberEnd="_dDNQ2miEEeWCo9T3AC65kw _dDOfHWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ2miEEeWCo9T3AC65kw" name="extension_ShowProcessSegmentInformation" type="_dDOfHGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ2WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ22iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQ3GiEEeWCo9T3AC65kw" name="OpMaterialCapabilityProperty" visibility="public"> + <ownedAttribute xmi:id="OpMaterialCapabilityPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.434"/> + <ownedAttribute xmi:id="OpMaterialCapabilityPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.435"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.436"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.437"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialCapabilityPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialCapabilityPropertyType-materialUse" name="materialUse" type="MaterialUseType" isOrdered="true" aggregation="composite" association="_packagedElement.438"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialCapabilityPropertyType-materialUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ3WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMpyWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.480" memberEnd="OpMaterialSpecificationPropertyType-iD _packagedElement.480-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.480-_ownedEnd.0" type="_dDOfGmiEEeWCo9T3AC65kw" association="_packagedElement.480"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="AssemblyRelationship1TypeBaseObject" name="AssemblyRelationship1TypeBaseObject"> + <generalization xmi:id="AssemblyRelationship1TypeBaseObject-_generalization.0" general="AssemblyRelationship1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ3miEEeWCo9T3AC65kw" name="NamedElement_ProcessProcessSegmentInformation" memberEnd="_dDNQ32iEEeWCo9T3AC65kw _dDN4BWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ32iEEeWCo9T3AC65kw" name="extension_ProcessProcessSegmentInformation" type="_dDN4BGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ3miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ4GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQ4WiEEeWCo9T3AC65kw" name="RespondProcessSegmentInformation" visibility="public"> + <ownedAttribute xmi:id="RespondProcessSegmentInformationType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.325"/> + <ownedAttribute xmi:id="RespondProcessSegmentInformationType-dataArea" name="dataArea" type="_dDN4C2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.326"/> + <ownedAttribute xmi:id="RespondProcessSegmentInformationType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="RespondProcessSegmentInformationType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="RespondProcessSegmentInformationType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ4miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNQ42iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="DurationType" name="DurationType"> + <generalization xmi:id="DurationType-_generalization.0"> + <general xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Duration"/> + </generalization> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.560" memberEnd="OpPhysicalAssetRequirementPropertyType-iD _packagedElement.560-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.560-_ownedEnd.0" type="_dDOfKWiEEeWCo9T3AC65kw" association="_packagedElement.560"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ResourceReferenceType1Type" name="ResourceReferenceType1Type"> + <generalization xmi:id="ResourceReferenceType1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.235" memberEnd="TransChangeType-actionCriteria _packagedElement.235-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.235-_ownedEnd.0" type="_dDOe8WiEEeWCo9T3AC65kw" association="_packagedElement.235"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ42iEEeWCo9T3AC65kw" name="NamedElement_RespondProcessSegmentInformation" memberEnd="_dDNQ5GiEEeWCo9T3AC65kw _dDNQ4miEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ5GiEEeWCo9T3AC65kw" name="extension_RespondProcessSegmentInformation" type="_dDNQ4WiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ42iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ5WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.28" memberEnd="TransAcknowledgeType-originalApplicationArea _packagedElement.28-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.28-_ownedEnd.0" type="_dDN3_GiEEeWCo9T3AC65kw" association="_packagedElement.28"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.45" memberEnd="TransStateChangeType-changeDateTime _packagedElement.45-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.45-_ownedEnd.0" type="_dDPGEmiEEeWCo9T3AC65kw" association="_packagedElement.45"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.7" memberEnd="TransSenderType-referenceID _packagedElement.7-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.7-_ownedEnd.0" type="_dDNQw2iEEeWCo9T3AC65kw" association="_packagedElement.7"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.549" memberEnd="OpPhysicalAssetCapabilityType-capabilityType _packagedElement.549-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.549-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.549"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQ5miEEeWCo9T3AC65kw" name="DataArea13" visibility="public"> + <ownedAttribute xmi:id="DataAreaType13-sync" name="sync" type="_dDOfBWiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.284"/> + <ownedAttribute xmi:id="DataAreaType13-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.285"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType13-processSegmentInformation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ52iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOfI2iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.218" memberEnd="CancelProcessSegmentInformationType-dataArea _packagedElement.218-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.218-_ownedEnd.0" type="_dDOfK2iEEeWCo9T3AC65kw" association="_packagedElement.218"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="JobOrderDispatchStatusType" name="JobOrderDispatchStatusType"> + <generalization xmi:id="JobOrderDispatchStatusType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.98" memberEnd="QuantityValueType-key _packagedElement.98-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.98-_ownedEnd.0" type="_dDMCr2iEEeWCo9T3AC65kw" association="_packagedElement.98"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="WorkType1Type" name="WorkType1Type"> + <generalization xmi:id="WorkType1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.475" memberEnd="OpMaterialRequirementType-assemblyRelationship _packagedElement.475-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.475-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.475"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.110" memberEnd="PersonnelSegmentSpecificationPropertyType-quantity _packagedElement.110-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.110-_ownedEnd.0" type="_dDMp1WiEEeWCo9T3AC65kw" association="_packagedElement.110"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.10" memberEnd="TransSenderType-confirmationCode _packagedElement.10-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.10-_ownedEnd.0" type="_dDNQw2iEEeWCo9T3AC65kw" association="_packagedElement.10"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.476" memberEnd="OpMaterialRequirementType-hierarchyScope _packagedElement.476-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.476-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.476"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.179" memberEnd="SegmentDependencyType-timingFactor _packagedElement.179-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.179-_ownedEnd.0" type="_dDMp_WiEEeWCo9T3AC65kw" association="_packagedElement.179"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.411" memberEnd="OpEquipmentRequirementType-equipmentRequirementProperty _packagedElement.411-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.411-_ownedEnd.0" type="_dDMCzGiEEeWCo9T3AC65kw" association="_packagedElement.411"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.520" memberEnd="OpPersonnelRequirementType-personnelClassID _packagedElement.520-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.520-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.520"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RequiredByRequestedSegmentResponse1Type" name="RequiredByRequestedSegmentResponse1Type"> + <generalization xmi:id="RequiredByRequestedSegmentResponse1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ6GiEEeWCo9T3AC65kw" name="NamedElement_OpMaterialSpecification" memberEnd="_dDNQ6WiEEeWCo9T3AC65kw _dDN4B2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ6WiEEeWCo9T3AC65kw" name="extension_OpMaterialSpecification" type="_dDN4BmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ6GiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ6miEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQ62iEEeWCo9T3AC65kw" name="OpPersonnelRequirement" visibility="public"> + <ownedAttribute xmi:id="OpPersonnelRequirementType-personnelClassID" name="personnelClassID" type="PersonnelClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.520"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-personnelClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelRequirementType-personnelClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelRequirementType-personID" name="personID" type="PersonIDType" isOrdered="true" aggregation="composite" association="_packagedElement.521"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-personID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelRequirementType-personID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelRequirementType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.522"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelRequirementType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelRequirementType-personnelUse" name="personnelUse" type="PersonnelUseType" isOrdered="true" aggregation="composite" association="_packagedElement.523"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-personnelUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelRequirementType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.524"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelRequirementType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelRequirementType-hierarchyScope" name="hierarchyScope" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.525"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-hierarchyScope-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelRequirementType-personnelRequirementProperty" name="personnelRequirementProperty" type="_dDPGDmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.526"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-personnelRequirementProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelRequirementType-personnelRequirementProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelRequirementType-requiredByRequestedSegmentResponse" name="requiredByRequestedSegmentResponse" type="RequiredByRequestedSegmentResponseType" isOrdered="true" aggregation="composite" association="_packagedElement.527"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelRequirementType-requiredByRequestedSegmentResponse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ7GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp6WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.435" memberEnd="OpMaterialCapabilityPropertyType-description _packagedElement.435-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.435-_ownedEnd.0" type="_dDNQ3GiEEeWCo9T3AC65kw" association="_packagedElement.435"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RelationshipForm1Type" name="RelationshipForm1Type"> + <generalization xmi:id="RelationshipForm1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQ7WiEEeWCo9T3AC65kw" name="DocumentRoot" visibility="public"> + <ownedAttribute xmi:id="DocumentRoot-mixed" name="mixed" visibility="public" isOrdered="true" isUnique="false"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/EcorePrimitiveTypes.library.uml#EFeatureMapEntry"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-mixed-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DocumentRoot-mixed-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-xMLNSPrefixMap" name="xMLNSPrefixMap" isOrdered="true" aggregation="composite" association="_packagedElement.294"> + <type xmi:type="uml:Class" href="ecore.uml#EStringToStringMapEntry"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-xMLNSPrefixMap-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DocumentRoot-xMLNSPrefixMap-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-xSISchemaLocation" name="xSISchemaLocation" isOrdered="true" aggregation="composite" association="_packagedElement.295"> + <type xmi:type="uml:Class" href="ecore.uml#EStringToStringMapEntry"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-xSISchemaLocation-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DocumentRoot-xSISchemaLocation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-acknowledgeProcessSegment" name="acknowledgeProcessSegment" type="_dDOfCmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.296"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-acknowledgeProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-acknowledgeProcessSegmentInformation" name="acknowledgeProcessSegmentInformation" type="_dDN3-GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.297"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-acknowledgeProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-cancelProcessSegment" name="cancelProcessSegment" type="_dDPF82iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.298"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-cancelProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-cancelProcessSegmentInformation" name="cancelProcessSegmentInformation" type="_dDOfK2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.299"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-cancelProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-changeProcessSegment" name="changeProcessSegment" type="_dDOfHmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.300"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-changeProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-changeProcessSegmentInformation" name="changeProcessSegmentInformation" type="_dDNQx2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.301"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-changeProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-getProcessSegment" name="getProcessSegment" type="_dDNQxWiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.305"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-getProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-getProcessSegmentInformation" name="getProcessSegmentInformation" type="_dDN31WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.309"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-getProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-processProcessSegment" name="processProcessSegment" type="_dDPGBGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.313"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-processProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-processProcessSegmentInformation" name="processProcessSegmentInformation" type="_dDN4BGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.317"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-processProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.318"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-processSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.319"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-processSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-respondProcessSegment" name="respondProcessSegment" type="_dDMqEmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.323"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-respondProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-respondProcessSegmentInformation" name="respondProcessSegmentInformation" type="_dDNQ4WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.327"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-respondProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-showProcessSegment" name="showProcessSegment" type="_dDPGKGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.331"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-showProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-showProcessSegmentInformation" name="showProcessSegmentInformation" type="_dDOfHGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.335"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-showProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-syncProcessSegment" name="syncProcessSegment" type="_dDN312iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.339"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-syncProcessSegment-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="DocumentRoot-syncProcessSegmentInformation" name="syncProcessSegmentInformation" type="_dDPF_2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" isDerived="true" association="_packagedElement.343"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DocumentRoot-syncProcessSegmentInformation-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ7miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp8miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.382" memberEnd="OpEquipmentCapabilityPropertyType-quantity _packagedElement.382-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.382-_ownedEnd.0" type="_dDNQyWiEEeWCo9T3AC65kw" association="_packagedElement.382"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="Dependency1TypeBaseObject" name="Dependency1TypeBaseObject"> + <generalization xmi:id="Dependency1TypeBaseObject-_generalization.0" general="Dependency1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="QuantityStringType" name="QuantityStringType"> + <generalization xmi:id="QuantityStringType-_generalization.0" general="AnyGenericValueType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PersonNameType" name="PersonNameType"> + <generalization xmi:id="PersonNameType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.38" memberEnd="TransChangeStatusType-description _packagedElement.38-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.38-_ownedEnd.0" type="_dDOfAGiEEeWCo9T3AC65kw" association="_packagedElement.38"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.464" memberEnd="OpMaterialRequirementType-materialClassID _packagedElement.464-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.464-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.464"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.643" memberEnd="TestResultType-expirationTime _packagedElement.643-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.643-_ownedEnd.0" type="_dDMCu2iEEeWCo9T3AC65kw" association="_packagedElement.643"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PersonIDType" name="PersonIDType"> + <generalization xmi:id="PersonIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ProductProductionRuleType" name="ProductProductionRuleType"> + <generalization xmi:id="ProductProductionRuleType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.238" memberEnd="DataAreaType7-processSegmentInformation _packagedElement.238-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.238-_ownedEnd.0" type="_dDMCuWiEEeWCo9T3AC65kw" association="_packagedElement.238"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ72iEEeWCo9T3AC65kw" name="NamedElement_MaterialSegmentSpecificationProperty" memberEnd="_dDNQ8GiEEeWCo9T3AC65kw _dDPGK2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ8GiEEeWCo9T3AC65kw" name="extension_MaterialSegmentSpecificationProperty" type="_dDPGKmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ72iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ8WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.394" memberEnd="OpEquipmentCapabilityType-startTime _packagedElement.394-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.394-_ownedEnd.0" type="_dDPGGmiEEeWCo9T3AC65kw" association="_packagedElement.394"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ8miEEeWCo9T3AC65kw" name="NamedElement_ChangeProcessSegment" memberEnd="_dDNQ82iEEeWCo9T3AC65kw _dDOfH2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ82iEEeWCo9T3AC65kw" name="extension_ChangeProcessSegment" type="_dDOfHmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ8miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ9GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ9WiEEeWCo9T3AC65kw" name="NamedElement_OpPhysicalAssetSpecification" memberEnd="_dDNQ9miEEeWCo9T3AC65kw _dDNRB2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ9miEEeWCo9T3AC65kw" name="extension_OpPhysicalAssetSpecification" type="_dDNRBmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ9WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ92iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNQ-GiEEeWCo9T3AC65kw" name="TransReceiver" visibility="public"> + <ownedAttribute xmi:id="TransReceiverType-logicalID" name="logicalID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.14"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransReceiverType-logicalID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransReceiverType-componentID" name="componentID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.15"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransReceiverType-componentID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransReceiverType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.16"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransReceiverType-iD-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransReceiverType-iD-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNQ-WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNQ1GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="AmountType" name="AmountType"> + <ownedAttribute xmi:id="AmountType-value" name="value" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Decimal"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="AmountType-value-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="AmountType-currencyCodeListVersionID" name="currencyCodeListVersionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="AmountType-currencyCodeListVersionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="AmountType-currencyID" name="currencyID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="AmountType-currencyID-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ-miEEeWCo9T3AC65kw" name="NamedElement_Location" memberEnd="_dDNQ-2iEEeWCo9T3AC65kw _dDN392iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ-2iEEeWCo9T3AC65kw" name="extension_Location" type="_dDN39miEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ-miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ_GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PhysicalAssetClassIDType" name="PhysicalAssetClassIDType"> + <generalization xmi:id="PhysicalAssetClassIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.466" memberEnd="OpMaterialRequirementType-materialLotID _packagedElement.466-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.466-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.466"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="DataType1Type" name="DataType1Type"> + <generalization xmi:id="DataType1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="AssemblyRelationshipType" name="AssemblyRelationshipType"> + <generalization xmi:id="AssemblyRelationshipType-_generalization.0" general="AssemblyRelationship1Type"/> + <ownedAttribute xmi:id="AssemblyRelationshipType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="AssemblyRelationshipType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="JobOrderCommand1TypeBase" name="JobOrderCommand1TypeBase"> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Start" name="Start"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Stop" name="Stop"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Hold" name="Hold"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Restart" name="Restart"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Abort" name="Abort"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Reset" name="Reset"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Pause" name="Pause"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Resume" name="Resume"/> + <ownedLiteral xmi:id="JobOrderCommand1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.566" memberEnd="OpPhysicalAssetRequirementType-physicalAssetID _packagedElement.566-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.566-_ownedEnd.0" type="_dDOfGGiEEeWCo9T3AC65kw" association="_packagedElement.566"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MaterialActualIDType" name="MaterialActualIDType"> + <generalization xmi:id="MaterialActualIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ProblemType" name="ProblemType"> + <generalization xmi:id="ProblemType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNQ_WiEEeWCo9T3AC65kw" name="NamedElement_OpEquipmentSpecification" memberEnd="_dDNQ_miEEeWCo9T3AC65kw _dDPGEWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNQ_miEEeWCo9T3AC65kw" name="extension_OpEquipmentSpecification" type="_dDPGEGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNQ_WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNQ_2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNRAGiEEeWCo9T3AC65kw" name="NamedElement_OpEquipmentCapability" memberEnd="_dDNRAWiEEeWCo9T3AC65kw _dDPGG2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNRAWiEEeWCo9T3AC65kw" name="extension_OpEquipmentCapability" type="_dDPGGmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNRAGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNRAmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MaterialUse1Type" name="MaterialUse1Type"> + <generalization xmi:id="MaterialUse1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.571" memberEnd="OpPhysicalAssetRequirementType-equipmentLevel _packagedElement.571-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.571-_ownedEnd.0" type="_dDOfGGiEEeWCo9T3AC65kw" association="_packagedElement.571"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNRA2iEEeWCo9T3AC65kw" name="NamedElement_PersonnelSegmentSpecificationProperty" memberEnd="_dDNRBGiEEeWCo9T3AC65kw _dDMp1miEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNRBGiEEeWCo9T3AC65kw" name="extension_PersonnelSegmentSpecificationProperty" type="_dDMp1WiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNRA2iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNRBWiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.295" memberEnd="DocumentRoot-xSISchemaLocation _packagedElement.295-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.295-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.295"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDNRBmiEEeWCo9T3AC65kw" name="OpPhysicalAssetSpecification" visibility="public"> + <ownedAttribute xmi:id="OpPhysicalAssetSpecificationType-physicalAssetClassID" name="physicalAssetClassID" type="PhysicalAssetClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.580"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetSpecificationType-physicalAssetClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetSpecificationType-physicalAssetClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetSpecificationType-physicalAssetID" name="physicalAssetID" type="PhysicalAssetIDType" isOrdered="true" aggregation="composite" association="_packagedElement.581"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetSpecificationType-physicalAssetID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetSpecificationType-physicalAssetID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetSpecificationType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.582"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetSpecificationType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetSpecificationType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetSpecificationType-physicalAssetUse" name="physicalAssetUse" type="PhysicalAssetUseType" isOrdered="true" aggregation="composite" association="_packagedElement.583"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetSpecificationType-physicalAssetUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetSpecificationType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.584"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetSpecificationType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetSpecificationType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPhysicalAssetSpecificationType-physicalAssetSpecificationProperty" name="physicalAssetSpecificationProperty" type="_dDPGHGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.585"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPhysicalAssetSpecificationType-physicalAssetSpecificationProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPhysicalAssetSpecificationType-physicalAssetSpecificationProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDNRB2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNQ9WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="TestDateTimeType" name="TestDateTimeType"> + <generalization xmi:id="TestDateTimeType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.473" memberEnd="OpMaterialRequirementType-assemblyRequirement _packagedElement.473-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.473-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.473"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.498" memberEnd="OpPersonnelCapabilityPropertyType-value _packagedElement.498-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.498-_ownedEnd.0" type="_dDNQzWiEEeWCo9T3AC65kw" association="_packagedElement.498"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.518" memberEnd="OpPersonnelRequirementPropertyType-quantity _packagedElement.518-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.518-_ownedEnd.0" type="_dDPGDmiEEeWCo9T3AC65kw" association="_packagedElement.518"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.392" memberEnd="OpEquipmentCapabilityType-equipmentUse _packagedElement.392-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.392-_ownedEnd.0" type="_dDPGGmiEEeWCo9T3AC65kw" association="_packagedElement.392"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNRCGiEEeWCo9T3AC65kw" name="NamedElement_OpPersonnelSpecification" memberEnd="_dDNRCWiEEeWCo9T3AC65kw _dDN36WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNRCWiEEeWCo9T3AC65kw" name="extension_OpPersonnelSpecification" type="_dDN36GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNRCGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNRCmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="WorkTypeType" name="WorkTypeType"> + <generalization xmi:id="WorkTypeType-_generalization.0" general="WorkType1Type"/> + <ownedAttribute xmi:id="WorkTypeType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="WorkTypeType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.510" memberEnd="OpPersonnelCapabilityType-startTime _packagedElement.510-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.510-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.510"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.301" memberEnd="DocumentRoot-changeProcessSegmentInformation _packagedElement.301-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.301-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.301"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.323" memberEnd="DocumentRoot-respondProcessSegment _packagedElement.323-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.323-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.323"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ValueStringType" name="ValueStringType"> + <generalization xmi:id="ValueStringType-_generalization.0" general="AnyGenericValueType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNRC2iEEeWCo9T3AC65kw" name="NamedElement_OpPhysicalAssetSpecificationProperty" memberEnd="_dDNRDGiEEeWCo9T3AC65kw _dDPGHWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNRDGiEEeWCo9T3AC65kw" name="extension_OpPhysicalAssetSpecificationProperty" type="_dDPGHGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNRC2iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNRDWiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.164" memberEnd="MaterialSegmentSpecificationPropertyType-quantity _packagedElement.164-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.164-_ownedEnd.0" type="_dDPGKmiEEeWCo9T3AC65kw" association="_packagedElement.164"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.640" memberEnd="TestResultType-description _packagedElement.640-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.640-_ownedEnd.0" type="_dDMCu2iEEeWCo9T3AC65kw" association="_packagedElement.640"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNRDmiEEeWCo9T3AC65kw" name="NamedElement_Value" memberEnd="_dDNRD2iEEeWCo9T3AC65kw _dDPGJ2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNRD2iEEeWCo9T3AC65kw" name="extension_Value" type="_dDPGJmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNRDmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNREGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.542" memberEnd="OpPhysicalAssetCapabilityPropertyType-description _packagedElement.542-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.542-_ownedEnd.0" type="_dDMqFGiEEeWCo9T3AC65kw" association="_packagedElement.542"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="TransResponseCodeType" name="TransResponseCodeType"> + <ownedLiteral xmi:id="TransResponseCodeType-Always" name="Always"/> + <ownedLiteral xmi:id="TransResponseCodeType-OnError" name="OnError"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.71" memberEnd="ProcessSegmentInformationType-publishedDate _packagedElement.71-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.71-_ownedEnd.0" type="_dDN36miEEeWCo9T3AC65kw" association="_packagedElement.71"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.138" memberEnd="PhysicalAssetSegmentSpecificationPropertyType-value _packagedElement.138-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.138-_ownedEnd.0" type="_dDMpsmiEEeWCo9T3AC65kw" association="_packagedElement.138"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDNREWiEEeWCo9T3AC65kw" name="NamedElement_PhysicalAssetSegmentSpecificationProperty" memberEnd="_dDNREmiEEeWCo9T3AC65kw _dDMps2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDNREmiEEeWCo9T3AC65kw" name="extension_PhysicalAssetSegmentSpecificationProperty" type="_dDMpsmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDNREWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDNRE2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="NameType" name="NameType"> + <ownedAttribute xmi:id="NameType-value" name="value" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="NameType-value-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="NameType-languageID" name="languageID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Language"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="NameType-languageID-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.178" memberEnd="SegmentDependencyType-dependency _packagedElement.178-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.178-_ownedEnd.0" type="_dDMp_WiEEeWCo9T3AC65kw" association="_packagedElement.178"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.78" memberEnd="ProcessSegmentType-location _packagedElement.78-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.78-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.78"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.118" memberEnd="EquipmentSegmentSpecificationType-equipmentUse _packagedElement.118-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.118-_ownedEnd.0" type="_dDPF-GiEEeWCo9T3AC65kw" association="_packagedElement.118"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.575" memberEnd="OpPhysicalAssetSpecificationPropertyType-iD _packagedElement.575-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.575-_ownedEnd.0" type="_dDPGHGiEEeWCo9T3AC65kw" association="_packagedElement.575"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.261" memberEnd="DataAreaType3-respond _packagedElement.261-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.261-_ownedEnd.0" type="_dDPGJGiEEeWCo9T3AC65kw" association="_packagedElement.261"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.486" memberEnd="OpMaterialSpecificationType-materialClassID _packagedElement.486-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.486-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.486"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="OperationsType1TypeBaseObject" name="OperationsType1TypeBaseObject"> + <generalization xmi:id="OperationsType1TypeBaseObject-_generalization.0" general="OperationsType1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN30GiEEeWCo9T3AC65kw" name="TransGet" visibility="public"> + <ownedAttribute xmi:id="TransGetType-expression" name="expression" visibility="public" isOrdered="true" isUnique="false"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Token"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransGetType-expression-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransGetType-expression-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN30WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN30miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.582" memberEnd="OpPhysicalAssetSpecificationType-description _packagedElement.582-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.582-_ownedEnd.0" type="_dDNRBmiEEeWCo9T3AC65kw" association="_packagedElement.582"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.244" memberEnd="DataAreaType8-processSegment _packagedElement.244-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.244-_ownedEnd.0" type="_dDMqDmiEEeWCo9T3AC65kw" association="_packagedElement.244"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="OperationsRequestIDType" name="OperationsRequestIDType"> + <generalization xmi:id="OperationsRequestIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN30miEEeWCo9T3AC65kw" name="NamedElement_TransGet" memberEnd="_dDN302iEEeWCo9T3AC65kw _dDN30WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN302iEEeWCo9T3AC65kw" name="extension_TransGet" type="_dDN30GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN30miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN31GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN31WiEEeWCo9T3AC65kw" name="GetProcessSegmentInformation" visibility="public"> + <ownedAttribute xmi:id="GetProcessSegmentInformationType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.307"/> + <ownedAttribute xmi:id="GetProcessSegmentInformationType-dataArea" name="dataArea" type="_dDMpwGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.308"/> + <ownedAttribute xmi:id="GetProcessSegmentInformationType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="GetProcessSegmentInformationType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="GetProcessSegmentInformationType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN31miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp_2iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ProductionScheduleIDType" name="ProductionScheduleIDType"> + <generalization xmi:id="ProductionScheduleIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="EquipmentIDType" name="EquipmentIDType"> + <generalization xmi:id="EquipmentIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.131" memberEnd="PhysicalAssetSegmentSpecificationType-physicalAssetID _packagedElement.131-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.131-_ownedEnd.0" type="_dDMCvWiEEeWCo9T3AC65kw" association="_packagedElement.131"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.151" memberEnd="MaterialSegmentSpecificationType-assemblyType _packagedElement.151-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.151-_ownedEnd.0" type="_dDN37GiEEeWCo9T3AC65kw" association="_packagedElement.151"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.526" memberEnd="OpPersonnelRequirementType-personnelRequirementProperty _packagedElement.526-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.526-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.526"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.642" memberEnd="TestResultType-result _packagedElement.642-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.642-_ownedEnd.0" type="_dDMCu2iEEeWCo9T3AC65kw" association="_packagedElement.642"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.461" memberEnd="OpMaterialRequirementPropertyType-quantity _packagedElement.461-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.461-_ownedEnd.0" type="_dDPGDGiEEeWCo9T3AC65kw" association="_packagedElement.461"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN312iEEeWCo9T3AC65kw" name="SyncProcessSegment" visibility="public"> + <ownedAttribute xmi:id="SyncProcessSegmentType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.337"/> + <ownedAttribute xmi:id="SyncProcessSegmentType-dataArea" name="dataArea" type="_dDMCzmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.338"/> + <ownedAttribute xmi:id="SyncProcessSegmentType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="SyncProcessSegmentType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="SyncProcessSegmentType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN32GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOfAmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="RelationshipForm1TypeBaseObject" name="RelationshipForm1TypeBaseObject"> + <generalization xmi:id="RelationshipForm1TypeBaseObject-_generalization.0" general="RelationshipForm1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.421" memberEnd="OpEquipmentSpecificationType-equipmentClassID _packagedElement.421-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.421-_ownedEnd.0" type="_dDPGEGiEEeWCo9T3AC65kw" association="_packagedElement.421"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN32WiEEeWCo9T3AC65kw" name="NamedElement_DataArea3" memberEnd="_dDN32miEEeWCo9T3AC65kw _dDPGJWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN32miEEeWCo9T3AC65kw" name="extension_DataArea3" type="_dDPGJGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN32WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN322iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.494" memberEnd="OpMaterialSpecificationType-materialSpecificationProperty _packagedElement.494-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.494-_ownedEnd.0" type="_dDN4BmiEEeWCo9T3AC65kw" association="_packagedElement.494"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.331" memberEnd="DocumentRoot-showProcessSegment _packagedElement.331-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.331-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.331"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PlannedFinishTimeType" name="PlannedFinishTimeType"> + <generalization xmi:id="PlannedFinishTimeType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.307" memberEnd="GetProcessSegmentInformationType-applicationArea _packagedElement.307-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.307-_ownedEnd.0" type="_dDN31WiEEeWCo9T3AC65kw" association="_packagedElement.307"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="TransActionCodeEnumerationType" name="TransActionCodeEnumerationType"> + <ownedLiteral xmi:id="TransActionCodeEnumerationType-Add" name="Add"/> + <ownedLiteral xmi:id="TransActionCodeEnumerationType-Change" name="Change"/> + <ownedLiteral xmi:id="TransActionCodeEnumerationType-Delete" name="Delete"/> + <ownedLiteral xmi:id="TransActionCodeEnumerationType-Replaced" name="Replaced"/> + <ownedLiteral xmi:id="TransActionCodeEnumerationType-Accepted" name="Accepted"/> + <ownedLiteral xmi:id="TransActionCodeEnumerationType-Modified" name="Modified"/> + <ownedLiteral xmi:id="TransActionCodeEnumerationType-Rejected" name="Rejected"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.551" memberEnd="OpPhysicalAssetCapabilityType-confidenceFactor _packagedElement.551-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.551-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.551"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN33GiEEeWCo9T3AC65kw" name="OpEquipmentSpecificationProperty" visibility="public"> + <ownedAttribute xmi:id="OpEquipmentSpecificationPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.416"/> + <ownedAttribute xmi:id="OpEquipmentSpecificationPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.417"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentSpecificationPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentSpecificationPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentSpecificationPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.418"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentSpecificationPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentSpecificationPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpEquipmentSpecificationPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.419"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpEquipmentSpecificationPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpEquipmentSpecificationPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN33WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMqBWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.395" memberEnd="OpEquipmentCapabilityType-endTime _packagedElement.395-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.395-_ownedEnd.0" type="_dDPGGmiEEeWCo9T3AC65kw" association="_packagedElement.395"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.511" memberEnd="OpPersonnelCapabilityType-endTime _packagedElement.511-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.511-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.511"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN33miEEeWCo9T3AC65kw" name="DataArea" visibility="public"> + <ownedAttribute xmi:id="DataAreaType-acknowledge" name="acknowledge" type="_dDN3_GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.53"/> + <ownedAttribute xmi:id="DataAreaType-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.188"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType-processSegmentInformation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN332iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDPGF2iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.465" memberEnd="OpMaterialRequirementType-materialDefinitionID _packagedElement.465-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.465-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.465"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.548" memberEnd="OpPhysicalAssetCapabilityType-description _packagedElement.548-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.548-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.548"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.410" memberEnd="OpEquipmentRequirementType-equipmentLevel _packagedElement.410-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.410-_ownedEnd.0" type="_dDMCzGiEEeWCo9T3AC65kw" association="_packagedElement.410"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.567" memberEnd="OpPhysicalAssetRequirementType-description _packagedElement.567-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.567-_ownedEnd.0" type="_dDOfGGiEEeWCo9T3AC65kw" association="_packagedElement.567"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.271" memberEnd="DataAreaType6-processSegment _packagedElement.271-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.271-_ownedEnd.0" type="_dDMptGiEEeWCo9T3AC65kw" association="_packagedElement.271"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.299" memberEnd="DocumentRoot-cancelProcessSegmentInformation _packagedElement.299-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.299-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.299"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.400" memberEnd="OpEquipmentRequirementPropertyType-description _packagedElement.400-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.400-_ownedEnd.0" type="_dDMp92iEEeWCo9T3AC65kw" association="_packagedElement.400"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.66" memberEnd="HierarchyScopeType-equipmentID _packagedElement.66-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.66-_ownedEnd.0" type="_dDPF-miEEeWCo9T3AC65kw" association="_packagedElement.66"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="PhysicalAssetCapabilityTestSpecificationIDType" name="PhysicalAssetCapabilityTestSpecificationIDType"> + <generalization xmi:id="PhysicalAssetCapabilityTestSpecificationIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="TransConfirmationCodeType" name="TransConfirmationCodeType"> + <generalization xmi:id="TransConfirmationCodeType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.250" memberEnd="DataAreaType1-get _packagedElement.250-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.250-_ownedEnd.0" type="_dDMpwGiEEeWCo9T3AC65kw" association="_packagedElement.250"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN34GiEEeWCo9T3AC65kw" name="Result" visibility="public"> + <ownedAttribute xmi:id="ResultType-valueString" name="valueString" type="ValueStringType" isOrdered="true" aggregation="composite" association="_packagedElement.630"/> + <ownedAttribute xmi:id="ResultType-dataType" name="dataType" type="DataTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.631"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ResultType-dataType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ResultType-unitOfMeasure" name="unitOfMeasure" type="UnitOfMeasureType" isOrdered="true" aggregation="composite" association="_packagedElement.632"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ResultType-unitOfMeasure-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ResultType-key" name="key" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.633"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ResultType-key-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN34WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp3WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN34miEEeWCo9T3AC65kw" name="NamedElement_TransUserArea" memberEnd="_dDN342iEEeWCo9T3AC65kw _dDOfEWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN342iEEeWCo9T3AC65kw" name="extension_TransUserArea" type="_dDOfEGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN34miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN35GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.631" memberEnd="ResultType-dataType _packagedElement.631-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.631-_ownedEnd.0" type="_dDN34GiEEeWCo9T3AC65kw" association="_packagedElement.631"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="RelationshipType1TypeBase" name="RelationshipType1TypeBase"> + <ownedLiteral xmi:id="RelationshipType1TypeBase-Logical" name="Logical"/> + <ownedLiteral xmi:id="RelationshipType1TypeBase-Physical" name="Physical"/> + <ownedLiteral xmi:id="RelationshipType1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.527" memberEnd="OpPersonnelRequirementType-requiredByRequestedSegmentResponse _packagedElement.527-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.527-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.527"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="DataType1TypeBaseObject" name="DataType1TypeBaseObject"> + <generalization xmi:id="DataType1TypeBaseObject-_generalization.0" general="DataType1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.641" memberEnd="TestResultType-testDateTime _packagedElement.641-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.641-_ownedEnd.0" type="_dDMCu2iEEeWCo9T3AC65kw" association="_packagedElement.641"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN35WiEEeWCo9T3AC65kw" name="NamedElement_DataArea14" memberEnd="_dDN35miEEeWCo9T3AC65kw _dDMCz2iEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN35miEEeWCo9T3AC65kw" name="extension_DataArea14" type="_dDMCzmiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN35WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN352iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.458" memberEnd="OpMaterialRequirementPropertyType-iD _packagedElement.458-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.458-_ownedEnd.0" type="_dDPGDGiEEeWCo9T3AC65kw" association="_packagedElement.458"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.275" memberEnd="TransShowType-responseCriteria _packagedElement.275-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.275-_ownedEnd.0" type="_dDMp9WiEEeWCo9T3AC65kw" association="_packagedElement.275"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.478" memberEnd="OpMaterialRequirementType-requiredByRequestedSegmentResponse _packagedElement.478-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.478-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.478"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.185" memberEnd="ProcessSegmentType-segmentDependency _packagedElement.185-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.185-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.185"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="ResponseState1TypeBase" name="ResponseState1TypeBase"> + <ownedLiteral xmi:id="ResponseState1TypeBase-Ready" name="Ready"/> + <ownedLiteral xmi:id="ResponseState1TypeBase-Running" name="Running"/> + <ownedLiteral xmi:id="ResponseState1TypeBase-Completed" name="Completed"/> + <ownedLiteral xmi:id="ResponseState1TypeBase-Aborted" name="Aborted"/> + <ownedLiteral xmi:id="ResponseState1TypeBase-Holding" name="Holding"/> + <ownedLiteral xmi:id="ResponseState1TypeBase-Paused" name="Paused"/> + <ownedLiteral xmi:id="ResponseState1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ManufacturingBillIDType" name="ManufacturingBillIDType"> + <generalization xmi:id="ManufacturingBillIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="IndicatorType" name="IndicatorType"> + <generalization xmi:id="IndicatorType-_generalization.0"> + <general xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Boolean"/> + </generalization> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.522" memberEnd="OpPersonnelRequirementType-description _packagedElement.522-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.522-_ownedEnd.0" type="_dDNQ62iEEeWCo9T3AC65kw" association="_packagedElement.522"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ActualFinishTimeType" name="ActualFinishTimeType"> + <generalization xmi:id="ActualFinishTimeType-_generalization.0" general="DateTimeType"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="CauseType" name="CauseType"> + <generalization xmi:id="CauseType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN36GiEEeWCo9T3AC65kw" name="OpPersonnelSpecification" visibility="public"> + <ownedAttribute xmi:id="OpPersonnelSpecificationType-personnelClassID" name="personnelClassID" type="PersonnelClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.534"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationType-personnelClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationType-personnelClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelSpecificationType-personID" name="personID" type="PersonIDType" isOrdered="true" aggregation="composite" association="_packagedElement.535"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationType-personID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationType-personID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelSpecificationType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.536"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelSpecificationType-personnelUse" name="personnelUse" type="PersonnelUseType" isOrdered="true" aggregation="composite" association="_packagedElement.537"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationType-personnelUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelSpecificationType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.538"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpPersonnelSpecificationType-personnelSpecificationProperty" name="personnelSpecificationProperty" type="_dDMpwmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.539"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpPersonnelSpecificationType-personnelSpecificationProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpPersonnelSpecificationType-personnelSpecificationProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN36WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNRCGiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.453" memberEnd="OpMaterialCapabilityType-assemblyType _packagedElement.453-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.453-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.453"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.379" memberEnd="OpEquipmentCapabilityPropertyType-iD _packagedElement.379-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.379-_ownedEnd.0" type="_dDNQyWiEEeWCo9T3AC65kw" association="_packagedElement.379"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN36miEEeWCo9T3AC65kw" name="ProcessSegmentInformation" visibility="public"> + <ownedAttribute xmi:id="ProcessSegmentInformationType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.55"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentInformationType-iD-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentInformationType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.56"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentInformationType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentInformationType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentInformationType-location" name="location" type="_dDN39miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.64"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentInformationType-location-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentInformationType-hierarchyScope" name="hierarchyScope" type="_dDPF-miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.69"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentInformationType-hierarchyScope-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentInformationType-publishedDate" name="publishedDate" type="PublishedDateType" isOrdered="true" aggregation="composite" association="_packagedElement.71"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentInformationType-publishedDate-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessSegmentInformationType-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.187"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessSegmentInformationType-processSegment-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="ProcessSegmentInformationType-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN362iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDPGHmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.67" memberEnd="HierarchyScopeType-equipmentElementLevel _packagedElement.67-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.67-_ownedEnd.0" type="_dDPF-miEEeWCo9T3AC65kw" association="_packagedElement.67"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.335" memberEnd="DocumentRoot-showProcessSegmentInformation _packagedElement.335-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.335-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.335"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MaterialRequirementIDType" name="MaterialRequirementIDType"> + <generalization xmi:id="MaterialRequirementIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN37GiEEeWCo9T3AC65kw" name="MaterialSegmentSpecification" visibility="public"> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.143"/> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-materialClassID" name="materialClassID" type="MaterialClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.145"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-materialClassID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-materialDefinitionID" name="materialDefinitionID" type="MaterialDefinitionIDType" isOrdered="true" aggregation="composite" association="_packagedElement.147"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-materialDefinitionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.148"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="MaterialSegmentSpecificationType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-assemblyType" name="assemblyType" type="AssemblyTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.151"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-assemblyType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-assemblyRelationship" name="assemblyRelationship" type="AssemblyRelationshipType" isOrdered="true" aggregation="composite" association="_packagedElement.154"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-assemblyRelationship-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-assemblySpecificationID" name="assemblySpecificationID" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.155"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-assemblySpecificationID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="MaterialSegmentSpecificationType-assemblySpecificationID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-materialUse" name="materialUse" type="MaterialUseType" isOrdered="true" aggregation="composite" association="_packagedElement.158"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-materialUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.159"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="MaterialSegmentSpecificationType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="MaterialSegmentSpecificationType-materialSegmentSpecificationProperty" name="materialSegmentSpecificationProperty" type="_dDPGKmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.165"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="MaterialSegmentSpecificationType-materialSegmentSpecificationProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="MaterialSegmentSpecificationType-materialSegmentSpecificationProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN37WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMqFmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ProcessSegmentIDType" name="ProcessSegmentIDType"> + <generalization xmi:id="ProcessSegmentIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN37miEEeWCo9T3AC65kw" name="NamedElement_TestResult" memberEnd="_dDN372iEEeWCo9T3AC65kw _dDMCvGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN372iEEeWCo9T3AC65kw" name="extension_TestResult" type="_dDMCu2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDN37miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN38GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.80" memberEnd="ProcessSegmentType-publishedDate _packagedElement.80-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.80-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.80"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.573" memberEnd="OpPhysicalAssetRequirementType-requiredByRequestedSegmentResponse _packagedElement.573-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.573-_ownedEnd.0" type="_dDOfGGiEEeWCo9T3AC65kw" association="_packagedElement.573"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN38WiEEeWCo9T3AC65kw" name="NamedElement_GetProcessSegment" memberEnd="_dDN38miEEeWCo9T3AC65kw _dDNQxmiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN38miEEeWCo9T3AC65kw" name="extension_GetProcessSegment" type="_dDNQxWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN38WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN382iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.69" memberEnd="ProcessSegmentInformationType-hierarchyScope _packagedElement.69-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.69-_ownedEnd.0" type="_dDN36miEEeWCo9T3AC65kw" association="_packagedElement.69"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.546" memberEnd="OpPhysicalAssetCapabilityType-physicalAssetClassID _packagedElement.546-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.546-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.546"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="ResourceReferenceType1TypeBaseObject" name="ResourceReferenceType1TypeBaseObject"> + <generalization xmi:id="ResourceReferenceType1TypeBaseObject-_generalization.0" general="ResourceReferenceType1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="WorkType1TypeBase" name="WorkType1TypeBase"> + <ownedLiteral xmi:id="WorkType1TypeBase-WorkMaster" name="WorkMaster"/> + <ownedLiteral xmi:id="WorkType1TypeBase-WorkDirective" name="WorkDirective"/> + <ownedLiteral xmi:id="WorkType1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="BillOfMaterialsIDType" name="BillOfMaterialsIDType"> + <generalization xmi:id="BillOfMaterialsIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.639" memberEnd="TestResultType-iD _packagedElement.639-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.639-_ownedEnd.0" type="_dDMCu2iEEeWCo9T3AC65kw" association="_packagedElement.639"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.460" memberEnd="OpMaterialRequirementPropertyType-value _packagedElement.460-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.460-_ownedEnd.0" type="_dDPGDGiEEeWCo9T3AC65kw" association="_packagedElement.460"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.63" memberEnd="LocationType-location _packagedElement.63-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.63-_ownedEnd.0" type="_dDN39miEEeWCo9T3AC65kw" association="_packagedElement.63"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.92" memberEnd="QuantityValueType-quantityString _packagedElement.92-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.92-_ownedEnd.0" type="_dDMCr2iEEeWCo9T3AC65kw" association="_packagedElement.92"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.285" memberEnd="DataAreaType13-processSegmentInformation _packagedElement.285-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.285-_ownedEnd.0" type="_dDNQ5miEEeWCo9T3AC65kw" association="_packagedElement.285"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.497" memberEnd="OpPersonnelCapabilityPropertyType-description _packagedElement.497-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.497-_ownedEnd.0" type="_dDNQzWiEEeWCo9T3AC65kw" association="_packagedElement.497"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN39GiEEeWCo9T3AC65kw" name="TransSignature" visibility="public"> + <ownedAttribute xmi:id="TransSignatureType-any" name="any" visibility="public" isOrdered="true" isUnique="false"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/EcorePrimitiveTypes.library.uml#EFeatureMapEntry"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSignatureType-any-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransSignatureType-any-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransSignatureType-qualifyingAgencyID" name="qualifyingAgencyID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransSignatureType-qualifyingAgencyID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN39WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOe7GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.343" memberEnd="DocumentRoot-syncProcessSegmentInformation _packagedElement.343-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.343-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.343"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.315" memberEnd="ProcessProcessSegmentInformationType-applicationArea _packagedElement.315-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.315-_ownedEnd.0" type="_dDN4BGiEEeWCo9T3AC65kw" association="_packagedElement.315"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.535" memberEnd="OpPersonnelSpecificationType-personID _packagedElement.535-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.535-_ownedEnd.0" type="_dDN36GiEEeWCo9T3AC65kw" association="_packagedElement.535"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN39miEEeWCo9T3AC65kw" name="Location" visibility="public"> + <ownedAttribute xmi:id="LocationType-equipmentID" name="equipmentID" type="EquipmentIDType" isOrdered="true" aggregation="composite" association="_packagedElement.59"/> + <ownedAttribute xmi:id="LocationType-equipmentElementLevel" name="equipmentElementLevel" type="EquipmentElementLevelType" isOrdered="true" aggregation="composite" association="_packagedElement.62"/> + <ownedAttribute xmi:id="LocationType-location" name="location" type="_dDN39miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.63"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="LocationType-location-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN392iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNQ-miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.456" memberEnd="OpMaterialCapabilityType-materialCapabilityProperty _packagedElement.456-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.456-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.456"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN3-GiEEeWCo9T3AC65kw" name="AcknowledgeProcessSegmentInformation" visibility="public"> + <ownedAttribute xmi:id="AcknowledgeProcessSegmentInformationType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.25"/> + <ownedAttribute xmi:id="AcknowledgeProcessSegmentInformationType-dataArea" name="dataArea" type="_dDN33miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.189"/> + <ownedAttribute xmi:id="AcknowledgeProcessSegmentInformationType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="AcknowledgeProcessSegmentInformationType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="AcknowledgeProcessSegmentInformationType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN3-WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp4GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.580" memberEnd="OpPhysicalAssetSpecificationType-physicalAssetClassID _packagedElement.580-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.580-_ownedEnd.0" type="_dDNRBmiEEeWCo9T3AC65kw" association="_packagedElement.580"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.381" memberEnd="OpEquipmentCapabilityPropertyType-value _packagedElement.381-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.381-_ownedEnd.0" type="_dDNQyWiEEeWCo9T3AC65kw" association="_packagedElement.381"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.565" memberEnd="OpPhysicalAssetRequirementType-physicalAssetClassID _packagedElement.565-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.565-_ownedEnd.0" type="_dDOfGGiEEeWCo9T3AC65kw" association="_packagedElement.565"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.337" memberEnd="SyncProcessSegmentType-applicationArea _packagedElement.337-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.337-_ownedEnd.0" type="_dDN312iEEeWCo9T3AC65kw" association="_packagedElement.337"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN3-miEEeWCo9T3AC65kw" name="DataArea15" visibility="public"> + <ownedAttribute xmi:id="DataAreaType15-acknowledge" name="acknowledge" type="_dDN3_GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.193"/> + <ownedAttribute xmi:id="DataAreaType15-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.194"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType15-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN3-2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMC1WiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RequestState1Type" name="RequestState1Type"> + <generalization xmi:id="RequestState1Type-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.440" memberEnd="OpMaterialCapabilityType-materialClassID _packagedElement.440-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.440-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.440"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.251" memberEnd="DataAreaType1-processSegmentInformation _packagedElement.251-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.251-_ownedEnd.0" type="_dDMpwGiEEeWCo9T3AC65kw" association="_packagedElement.251"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.308" memberEnd="GetProcessSegmentInformationType-dataArea _packagedElement.308-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.308-_ownedEnd.0" type="_dDN31WiEEeWCo9T3AC65kw" association="_packagedElement.308"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.132" memberEnd="PhysicalAssetSegmentSpecificationType-description _packagedElement.132-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.132-_ownedEnd.0" type="_dDMCvWiEEeWCo9T3AC65kw" association="_packagedElement.132"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="StatusType" name="StatusType"> + <generalization xmi:id="StatusType-_generalization.0" general="CodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.241" memberEnd="ChangeProcessSegmentType-applicationArea _packagedElement.241-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.241-_ownedEnd.0" type="_dDOfHmiEEeWCo9T3AC65kw" association="_packagedElement.241"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="MaterialSpecificationIDType" name="MaterialSpecificationIDType"> + <generalization xmi:id="MaterialSpecificationIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.86" memberEnd="PersonnelSegmentSpecificationType-personID _packagedElement.86-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.86-_ownedEnd.0" type="_dDMCxWiEEeWCo9T3AC65kw" association="_packagedElement.86"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.188" memberEnd="DataAreaType-processSegmentInformation _packagedElement.188-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.188-_ownedEnd.0" type="_dDN33miEEeWCo9T3AC65kw" association="_packagedElement.188"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="DescriptionType" name="DescriptionType"> + <generalization xmi:id="DescriptionType-_generalization.0" general="TextType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.260" memberEnd="TransRespondType-responseCriteria _packagedElement.260-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.260-_ownedEnd.0" type="_dDMpu2iEEeWCo9T3AC65kw" association="_packagedElement.260"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.419" memberEnd="OpEquipmentSpecificationPropertyType-quantity _packagedElement.419-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.419-_ownedEnd.0" type="_dDN33GiEEeWCo9T3AC65kw" association="_packagedElement.419"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="TransActionCodeType" name="TransActionCodeType"/> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN3_GiEEeWCo9T3AC65kw" name="TransAcknowledge" visibility="public"> + <ownedAttribute xmi:id="TransAcknowledgeType-originalApplicationArea" name="originalApplicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.28"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransAcknowledgeType-originalApplicationArea-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransAcknowledgeType-responseCriteria" name="responseCriteria" type="_dDN4EGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.52"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransAcknowledgeType-responseCriteria-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransAcknowledgeType-responseCriteria-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN3_WiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDN4FWiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.84" memberEnd="PersonnelSegmentSpecificationType-personnelClassID _packagedElement.84-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.84-_ownedEnd.0" type="_dDMCxWiEEeWCo9T3AC65kw" association="_packagedElement.84"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.558" memberEnd="OpPhysicalAssetCapabilityType-physicalAssetCapabilityProperty _packagedElement.558-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.558-_ownedEnd.0" type="_dDNQ12iEEeWCo9T3AC65kw" association="_packagedElement.558"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="RequestStateType" name="RequestStateType"> + <generalization xmi:id="RequestStateType-_generalization.0" general="RequestState1Type"/> + <ownedAttribute xmi:id="RequestStateType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="RequestStateType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN3_miEEeWCo9T3AC65kw" name="NamedElement_PersonnelSegmentSpecification" memberEnd="_dDN3_2iEEeWCo9T3AC65kw _dDMCxmiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN3_2iEEeWCo9T3AC65kw" name="extension_PersonnelSegmentSpecification" type="_dDMCxWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN3_miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN4AGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN4AWiEEeWCo9T3AC65kw" name="NamedElement_EquipmentAssetMapping" memberEnd="_dDN4AmiEEeWCo9T3AC65kw _dDMqEWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN4AmiEEeWCo9T3AC65kw" name="extension_EquipmentAssetMapping" type="_dDMqEGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN4AWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN4A2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN4BGiEEeWCo9T3AC65kw" name="ProcessProcessSegmentInformation" visibility="public"> + <ownedAttribute xmi:id="ProcessProcessSegmentInformationType-applicationArea" name="applicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.315"/> + <ownedAttribute xmi:id="ProcessProcessSegmentInformationType-dataArea" name="dataArea" type="_dDOfDmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.316"/> + <ownedAttribute xmi:id="ProcessProcessSegmentInformationType-releaseID" name="releaseID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + </ownedAttribute> + <ownedAttribute xmi:id="ProcessProcessSegmentInformationType-versionID" name="versionID" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#NormalizedString"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ProcessProcessSegmentInformationType-versionID-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN4BWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNQ3miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.443" memberEnd="OpMaterialCapabilityType-materialSubLotID _packagedElement.443-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.443-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.443"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="CapabilityType1TypeBaseObject" name="CapabilityType1TypeBaseObject"> + <generalization xmi:id="CapabilityType1TypeBaseObject-_generalization.0" general="CapabilityType1TypeBase"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN4BmiEEeWCo9T3AC65kw" name="OpMaterialSpecification" visibility="public"> + <ownedAttribute xmi:id="OpMaterialSpecificationType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.485"/> + <ownedAttribute xmi:id="OpMaterialSpecificationType-materialClassID" name="materialClassID" type="MaterialClassIDType" isOrdered="true" aggregation="composite" association="_packagedElement.486"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-materialClassID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialSpecificationType-materialClassID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-materialDefinitionID" name="materialDefinitionID" type="MaterialDefinitionIDType" isOrdered="true" aggregation="composite" association="_packagedElement.487"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-materialDefinitionID-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialSpecificationType-materialDefinitionID-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.488"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialSpecificationType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-materialUse" name="materialUse" type="MaterialUseType" isOrdered="true" aggregation="composite" association="_packagedElement.489"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-materialUse-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.490"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialSpecificationType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-assemblySpecification" name="assemblySpecification" type="_dDN4BmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.491"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-assemblySpecification-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialSpecificationType-assemblySpecification-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-assemblyType" name="assemblyType" type="AssemblyTypeType" isOrdered="true" aggregation="composite" association="_packagedElement.492"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-assemblyType-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-assemblyRelationship" name="assemblyRelationship" type="AssemblyRelationshipType" isOrdered="true" aggregation="composite" association="_packagedElement.493"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-assemblyRelationship-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="OpMaterialSpecificationType-materialSpecificationProperty" name="materialSpecificationProperty" type="_dDOfGmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.494"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="OpMaterialSpecificationType-materialSpecificationProperty-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="OpMaterialSpecificationType-materialSpecificationProperty-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN4B2iEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDNQ6GiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="DataType1TypeBase" name="DataType1TypeBase"> + <ownedLiteral xmi:id="DataType1TypeBase-Amount" name="Amount"/> + <ownedLiteral xmi:id="DataType1TypeBase-BinaryObject" name="BinaryObject"/> + <ownedLiteral xmi:id="DataType1TypeBase-Code" name="Code"/> + <ownedLiteral xmi:id="DataType1TypeBase-DateTime" name="DateTime"/> + <ownedLiteral xmi:id="DataType1TypeBase-Identifier" name="Identifier"/> + <ownedLiteral xmi:id="DataType1TypeBase-Indicator" name="Indicator"/> + <ownedLiteral xmi:id="DataType1TypeBase-Measure" name="Measure"/> + <ownedLiteral xmi:id="DataType1TypeBase-Numeric" name="Numeric"/> + <ownedLiteral xmi:id="DataType1TypeBase-Quantity" name="Quantity"/> + <ownedLiteral xmi:id="DataType1TypeBase-Text" name="Text"/> + <ownedLiteral xmi:id="DataType1TypeBase-string" name="string"/> + <ownedLiteral xmi:id="DataType1TypeBase-byte" name="byte"/> + <ownedLiteral xmi:id="DataType1TypeBase-unsignedByte" name="unsignedByte"/> + <ownedLiteral xmi:id="DataType1TypeBase-binary" name="binary"/> + <ownedLiteral xmi:id="DataType1TypeBase-integer" name="integer"/> + <ownedLiteral xmi:id="DataType1TypeBase-positiveInteger" name="positiveInteger"/> + <ownedLiteral xmi:id="DataType1TypeBase-negativeInteger" name="negativeInteger"/> + <ownedLiteral xmi:id="DataType1TypeBase-nonNegativeInteger" name="nonNegativeInteger"/> + <ownedLiteral xmi:id="DataType1TypeBase-nonPositiveInteger" name="nonPositiveInteger"/> + <ownedLiteral xmi:id="DataType1TypeBase-int" name="int"/> + <ownedLiteral xmi:id="DataType1TypeBase-unsignedInt" name="unsignedInt"/> + <ownedLiteral xmi:id="DataType1TypeBase-long" name="long"/> + <ownedLiteral xmi:id="DataType1TypeBase-unsignedLong" name="unsignedLong"/> + <ownedLiteral xmi:id="DataType1TypeBase-short" name="short"/> + <ownedLiteral xmi:id="DataType1TypeBase-unsignedShort" name="unsignedShort"/> + <ownedLiteral xmi:id="DataType1TypeBase-decimal" name="decimal"/> + <ownedLiteral xmi:id="DataType1TypeBase-float" name="float"/> + <ownedLiteral xmi:id="DataType1TypeBase-double" name="double"/> + <ownedLiteral xmi:id="DataType1TypeBase-boolean" name="boolean"/> + <ownedLiteral xmi:id="DataType1TypeBase-time" name="time"/> + <ownedLiteral xmi:id="DataType1TypeBase-timeInstant" name="timeInstant"/> + <ownedLiteral xmi:id="DataType1TypeBase-timePeriod" name="timePeriod"/> + <ownedLiteral xmi:id="DataType1TypeBase-duration" name="duration"/> + <ownedLiteral xmi:id="DataType1TypeBase-date" name="date"/> + <ownedLiteral xmi:id="DataType1TypeBase-dateTime1" name="dateTime1"/> + <ownedLiteral xmi:id="DataType1TypeBase-month" name="month"/> + <ownedLiteral xmi:id="DataType1TypeBase-year" name="year"/> + <ownedLiteral xmi:id="DataType1TypeBase-century" name="century"/> + <ownedLiteral xmi:id="DataType1TypeBase-recurringDay" name="recurringDay"/> + <ownedLiteral xmi:id="DataType1TypeBase-recurringDate" name="recurringDate"/> + <ownedLiteral xmi:id="DataType1TypeBase-recurringDuration" name="recurringDuration"/> + <ownedLiteral xmi:id="DataType1TypeBase-Name" name="Name"/> + <ownedLiteral xmi:id="DataType1TypeBase-QName" name="QName"/> + <ownedLiteral xmi:id="DataType1TypeBase-NCName" name="NCName"/> + <ownedLiteral xmi:id="DataType1TypeBase-uriReference" name="uriReference"/> + <ownedLiteral xmi:id="DataType1TypeBase-language" name="language"/> + <ownedLiteral xmi:id="DataType1TypeBase-ID" name="ID"/> + <ownedLiteral xmi:id="DataType1TypeBase-IDREF" name="IDREF"/> + <ownedLiteral xmi:id="DataType1TypeBase-IDREFS" name="IDREFS"/> + <ownedLiteral xmi:id="DataType1TypeBase-ENTITY" name="ENTITY"/> + <ownedLiteral xmi:id="DataType1TypeBase-ENTITIES" name="ENTITIES"/> + <ownedLiteral xmi:id="DataType1TypeBase-NOTATION" name="NOTATION"/> + <ownedLiteral xmi:id="DataType1TypeBase-NMTOKEN" name="NMTOKEN"/> + <ownedLiteral xmi:id="DataType1TypeBase-NMTOKENS" name="NMTOKENS"/> + <ownedLiteral xmi:id="DataType1TypeBase-Enumeration" name="Enumeration"/> + <ownedLiteral xmi:id="DataType1TypeBase-SVG" name="SVG"/> + <ownedLiteral xmi:id="DataType1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN4CGiEEeWCo9T3AC65kw" name="NamedElement_TransProcess" memberEnd="_dDN4CWiEEeWCo9T3AC65kw _dDMC0WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN4CWiEEeWCo9T3AC65kw" name="extension_TransProcess" type="_dDMC0GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN4CGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN4CmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.319" memberEnd="DocumentRoot-processSegmentInformation _packagedElement.319-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.319-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.319"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.243" memberEnd="DataAreaType8-change _packagedElement.243-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.243-_ownedEnd.0" type="_dDMqDmiEEeWCo9T3AC65kw" association="_packagedElement.243"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.448" memberEnd="OpMaterialCapabilityType-hierarchyScope _packagedElement.448-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.448-_ownedEnd.0" type="_dDMCx2iEEeWCo9T3AC65kw" association="_packagedElement.448"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN4C2iEEeWCo9T3AC65kw" name="DataArea4" visibility="public"> + <ownedAttribute xmi:id="DataAreaType4-respond" name="respond" type="_dDMpu2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.264"/> + <ownedAttribute xmi:id="DataAreaType4-processSegmentInformation" name="processSegmentInformation" type="_dDN36miEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.265"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType4-processSegmentInformation-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN4DGiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp0miEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.181" memberEnd="SegmentDependencyType-productSegmentID _packagedElement.181-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.181-_ownedEnd.0" type="_dDMp_WiEEeWCo9T3AC65kw" association="_packagedElement.181"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN4DWiEEeWCo9T3AC65kw" name="NamedElement_ShowProcessSegment" memberEnd="_dDN4DmiEEeWCo9T3AC65kw _dDPGKWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN4DmiEEeWCo9T3AC65kw" name="extension_ShowProcessSegment" type="_dDPGKGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN4DWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN4D2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDN4EGiEEeWCo9T3AC65kw" name="TransResponseCriteria" visibility="public"> + <ownedAttribute xmi:id="TransResponseCriteriaType-responseExpression" name="responseExpression" type="TransExpressionType" isOrdered="true" aggregation="composite" association="_packagedElement.33"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransResponseCriteriaType-responseExpression-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransResponseCriteriaType-changeStatus" name="changeStatus" type="_dDOfAGiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.51"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransResponseCriteriaType-changeStatus-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDN4EWiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMp42iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN4EmiEEeWCo9T3AC65kw" name="NamedElement_TransApplicationArea" memberEnd="_dDN4E2iEEeWCo9T3AC65kw _dDMpxWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN4E2iEEeWCo9T3AC65kw" name="extension_TransApplicationArea" type="_dDMpxGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN4EmiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN4FGiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN4FWiEEeWCo9T3AC65kw" name="NamedElement_TransAcknowledge" memberEnd="_dDN4FmiEEeWCo9T3AC65kw _dDN3_WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN4FmiEEeWCo9T3AC65kw" name="extension_TransAcknowledge" type="_dDN3_GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN4FWiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN4F2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="ResourceReferenceTypeType" name="ResourceReferenceTypeType"> + <generalization xmi:id="ResourceReferenceTypeType-_generalization.0" general="ResourceReferenceType1Type"/> + <ownedAttribute xmi:id="ResourceReferenceTypeType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="ResourceReferenceTypeType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDN4GGiEEeWCo9T3AC65kw" name="NamedElement_DataArea11" memberEnd="_dDN4GWiEEeWCo9T3AC65kw _dDMCtWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDN4GWiEEeWCo9T3AC65kw" name="extension_DataArea11" type="_dDMCtGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDN4GGiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDN4GmiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="TransResponseCodeTypeObject" name="TransResponseCodeTypeObject"> + <generalization xmi:id="TransResponseCodeTypeObject-_generalization.0" general="TransResponseCodeType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.155" memberEnd="MaterialSegmentSpecificationType-assemblySpecificationID _packagedElement.155-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.155-_ownedEnd.0" type="_dDN37GiEEeWCo9T3AC65kw" association="_packagedElement.155"/> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="DataTypeType" name="DataTypeType"> + <generalization xmi:id="DataTypeType-_generalization.0" general="DataType1Type"/> + <ownedAttribute xmi:id="DataTypeType-otherValue" name="otherValue" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#String"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="DataTypeType-otherValue-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe4GiEEeWCo9T3AC65kw" name="NamedElement_OpPersonnelCapabilityProperty" memberEnd="_dDOe4WiEEeWCo9T3AC65kw _dDNQzmiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe4WiEEeWCo9T3AC65kw" name="extension_OpPersonnelCapabilityProperty" type="_dDNQzWiEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe4GiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe4miEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe42iEEeWCo9T3AC65kw" name="NamedElement_OpPhysicalAssetCapability" memberEnd="_dDOe5GiEEeWCo9T3AC65kw _dDNQ2GiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe5GiEEeWCo9T3AC65kw" name="extension_OpPhysicalAssetCapability" type="_dDNQ12iEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe42iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe5WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe5miEEeWCo9T3AC65kw" name="NamedElement_EquipmentSegmentSpecification" memberEnd="_dDOe52iEEeWCo9T3AC65kw _dDPF-WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe52iEEeWCo9T3AC65kw" name="extension_EquipmentSegmentSpecification" type="_dDPF-GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe5miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe6GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="OperationsScheduleIDType" name="OperationsScheduleIDType"> + <generalization xmi:id="OperationsScheduleIDType-_generalization.0" general="IdentifierType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.380" memberEnd="OpEquipmentCapabilityPropertyType-description _packagedElement.380-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.380-_ownedEnd.0" type="_dDNQyWiEEeWCo9T3AC65kw" association="_packagedElement.380"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.512" memberEnd="OpPersonnelCapabilityType-quantity _packagedElement.512-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.512-_ownedEnd.0" type="_dDOfDGiEEeWCo9T3AC65kw" association="_packagedElement.512"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe6WiEEeWCo9T3AC65kw" name="NamedElement_TransChangeStatus" memberEnd="_dDOe6miEEeWCo9T3AC65kw _dDOfAWiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe6miEEeWCo9T3AC65kw" name="extension_TransChangeStatus" type="_dDOfAGiEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe6WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe62iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.280" memberEnd="DataAreaType12-processSegmentInformation _packagedElement.280-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.280-_ownedEnd.0" type="_dDNQz2iEEeWCo9T3AC65kw" association="_packagedElement.280"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe7GiEEeWCo9T3AC65kw" name="NamedElement_TransSignature" memberEnd="_dDOe7WiEEeWCo9T3AC65kw _dDN39WiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe7WiEEeWCo9T3AC65kw" name="extension_TransSignature" type="_dDN39GiEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe7GiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe7miEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.166" memberEnd="ProcessSegmentType-materialSegmentSpecification _packagedElement.166-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.166-_ownedEnd.0" type="_dDMp-WiEEeWCo9T3AC65kw" association="_packagedElement.166"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.223" memberEnd="DataAreaType10-processSegment _packagedElement.223-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.223-_ownedEnd.0" type="_dDPGLGiEEeWCo9T3AC65kw" association="_packagedElement.223"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="CapabilityType1TypeBase" name="CapabilityType1TypeBase"> + <ownedLiteral xmi:id="CapabilityType1TypeBase-Used" name="Used"/> + <ownedLiteral xmi:id="CapabilityType1TypeBase-Unused" name="Unused"/> + <ownedLiteral xmi:id="CapabilityType1TypeBase-Total" name="Total"/> + <ownedLiteral xmi:id="CapabilityType1TypeBase-Committed" name="Committed"/> + <ownedLiteral xmi:id="CapabilityType1TypeBase-Available" name="Available"/> + <ownedLiteral xmi:id="CapabilityType1TypeBase-Unattainable" name="Unattainable"/> + <ownedLiteral xmi:id="CapabilityType1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDOe72iEEeWCo9T3AC65kw" name="TransCancel" visibility="public"> + <ownedAttribute xmi:id="TransCancelType-actionCriteria" name="actionCriteria" type="_dDNQy2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.215"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransCancelType-actionCriteria-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransCancelType-actionCriteria-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDOe8GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMpz2iEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.294" memberEnd="DocumentRoot-xMLNSPrefixMap _packagedElement.294-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.294-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.294"/> + </packagedElement> + <packagedElement xmi:type="uml:Enumeration" xmi:id="RequiredByRequestedSegmentResponse1TypeBase" name="RequiredByRequestedSegmentResponse1TypeBase"> + <ownedLiteral xmi:id="RequiredByRequestedSegmentResponse1TypeBase-Required" name="Required"/> + <ownedLiteral xmi:id="RequiredByRequestedSegmentResponse1TypeBase-Optional" name="Optional"/> + <ownedLiteral xmi:id="RequiredByRequestedSegmentResponse1TypeBase-Other" name="Other"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDOe8WiEEeWCo9T3AC65kw" name="TransChange" visibility="public"> + <ownedAttribute xmi:id="TransChangeType-actionCriteria" name="actionCriteria" type="_dDNQy2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.235"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeType-actionCriteria-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransChangeType-actionCriteria-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransChangeType-responseCode" name="responseCode" visibility="public" type="TransResponseCodeType" isOrdered="true"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeType-responseCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDOe8miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDPGLmiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.561" memberEnd="OpPhysicalAssetRequirementPropertyType-description _packagedElement.561-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.561-_ownedEnd.0" type="_dDOfKWiEEeWCo9T3AC65kw" association="_packagedElement.561"/> + </packagedElement> + <packagedElement xmi:type="uml:PrimitiveType" xmi:id="IndicatorTypeObject" name="IndicatorTypeObject"> + <generalization xmi:id="IndicatorTypeObject-_generalization.0" general="IndicatorType"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.121" memberEnd="EquipmentSegmentSpecificationPropertyType-iD _packagedElement.121-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.121-_ownedEnd.0" type="_dDOe82iEEeWCo9T3AC65kw" association="_packagedElement.121"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.313" memberEnd="DocumentRoot-processProcessSegment _packagedElement.313-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.313-_ownedEnd.0" type="_dDNQ7WiEEeWCo9T3AC65kw" association="_packagedElement.313"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.630" memberEnd="ResultType-valueString _packagedElement.630-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.630-_ownedEnd.0" type="_dDN34GiEEeWCo9T3AC65kw" association="_packagedElement.630"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDOe82iEEeWCo9T3AC65kw" name="EquipmentSegmentSpecificationProperty" visibility="public"> + <ownedAttribute xmi:id="EquipmentSegmentSpecificationPropertyType-iD" name="iD" type="IdentifierType" isOrdered="true" aggregation="composite" association="_packagedElement.121"/> + <ownedAttribute xmi:id="EquipmentSegmentSpecificationPropertyType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.122"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="EquipmentSegmentSpecificationPropertyType-description-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="EquipmentSegmentSpecificationPropertyType-description-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="EquipmentSegmentSpecificationPropertyType-value" name="value" type="_dDPGJmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.123"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="EquipmentSegmentSpecificationPropertyType-value-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="EquipmentSegmentSpecificationPropertyType-value-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="EquipmentSegmentSpecificationPropertyType-quantity" name="quantity" type="_dDMCr2iEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.124"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="EquipmentSegmentSpecificationPropertyType-quantity-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="EquipmentSegmentSpecificationPropertyType-quantity-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDOe9GiEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDMComiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.384" memberEnd="OpEquipmentCapabilityType-equipmentClassID _packagedElement.384-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.384-_ownedEnd.0" type="_dDPGGmiEEeWCo9T3AC65kw" association="_packagedElement.384"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDOe9WiEEeWCo9T3AC65kw" name="DataArea2" visibility="public"> + <ownedAttribute xmi:id="DataAreaType2-process" name="process" type="_dDMC0GiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.255"/> + <ownedAttribute xmi:id="DataAreaType2-processSegment" name="processSegment" type="_dDMp-WiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.256"> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="DataAreaType2-processSegment-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="_dDOe9miEEeWCo9T3AC65kw" name="base_NamedElement" association="_dDOfIGiEEeWCo9T3AC65kw"> + <type xmi:type="uml:Class" href="pathmap://UML_METAMODELS/UML.metamodel.uml#NamedElement"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.129" memberEnd="PhysicalAssetSegmentSpecificationType-physicalAssetClassID _packagedElement.129-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.129-_ownedEnd.0" type="_dDMCvWiEEeWCo9T3AC65kw" association="_packagedElement.129"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.536" memberEnd="OpPersonnelSpecificationType-description _packagedElement.536-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.536-_ownedEnd.0" type="_dDN36GiEEeWCo9T3AC65kw" association="_packagedElement.536"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe92iEEeWCo9T3AC65kw" name="NamedElement_OpMaterialCapability" memberEnd="_dDOe-GiEEeWCo9T3AC65kw _dDMCyGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe-GiEEeWCo9T3AC65kw" name="extension_OpMaterialCapability" type="_dDMCx2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe92iEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe-WiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe-miEEeWCo9T3AC65kw" name="NamedElement_ProcessSegment" memberEnd="_dDOe-2iEEeWCo9T3AC65kw _dDMp-miEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe-2iEEeWCo9T3AC65kw" name="extension_ProcessSegment" type="_dDMp-WiEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe-miEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe_GiEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:DataType" xmi:id="TransExpressionType" name="TransExpressionType"> + <generalization xmi:id="TransExpressionType-_generalization.0" general="TransExpression1Type"/> + <ownedAttribute xmi:id="TransExpressionType-actionCode" name="actionCode" visibility="public" type="TransActionCodeType" isOrdered="true"/> + <ownedAttribute xmi:id="TransExpressionType-expressionLanguage" name="expressionLanguage" visibility="public" isOrdered="true"> + <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/XMLPrimitiveTypes.library.uml#Token"/> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransExpressionType-expressionLanguage-_lowerValue"/> + </ownedAttribute> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.469" memberEnd="OpMaterialRequirementType-materialUse _packagedElement.469-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.469-_ownedEnd.0" type="_dDMp-2iEEeWCo9T3AC65kw" association="_packagedElement.469"/> + </packagedElement> + <packagedElement xmi:type="uml:Extension" xmi:id="_dDOe_WiEEeWCo9T3AC65kw" name="NamedElement_Parameter" memberEnd="_dDOe_miEEeWCo9T3AC65kw _dDMCrGiEEeWCo9T3AC65kw"> + <ownedEnd xmi:type="uml:ExtensionEnd" xmi:id="_dDOe_miEEeWCo9T3AC65kw" name="extension_Parameter" type="_dDMCq2iEEeWCo9T3AC65kw" aggregation="composite" association="_dDOe_WiEEeWCo9T3AC65kw"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_dDOe_2iEEeWCo9T3AC65kw" value="1"/> + </ownedEnd> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.163" memberEnd="MaterialSegmentSpecificationPropertyType-value _packagedElement.163-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.163-_ownedEnd.0" type="_dDPGKmiEEeWCo9T3AC65kw" association="_packagedElement.163"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.22" memberEnd="TransApplicationAreaType-bODID _packagedElement.22-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.22-_ownedEnd.0" type="_dDMpxGiEEeWCo9T3AC65kw" association="_packagedElement.22"/> + </packagedElement> + <packagedElement xmi:type="uml:Association" xmi:id="_packagedElement.311" memberEnd="ProcessProcessSegmentType-applicationArea _packagedElement.311-_ownedEnd.0"> + <ownedEnd xmi:id="_packagedElement.311-_ownedEnd.0" type="_dDPGBGiEEeWCo9T3AC65kw" association="_packagedElement.311"/> + </packagedElement> + <packagedElement xmi:type="uml:Stereotype" xmi:id="_dDOfAGiEEeWCo9T3AC65kw" name="TransChangeStatus" visibility="public"> + <ownedAttribute xmi:id="TransChangeStatusType-code" name="code" type="CodeType" isOrdered="true" aggregation="composite" association="_packagedElement.35"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeStatusType-code-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransChangeStatusType-description" name="description" type="DescriptionType" isOrdered="true" aggregation="composite" association="_packagedElement.38"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeStatusType-description-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransChangeStatusType-effectiveDateTime" name="effectiveDateTime" type="DateTimeType" isOrdered="true" aggregation="composite" association="_packagedElement.39"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeStatusType-effectiveDateTime-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransChangeStatusType-reasonCode" name="reasonCode" type="CodeType" isOrdered="true" aggregation="composite" association="_packagedElement.40"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeStatusType-reasonCode-_lowerValue"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransChangeStatusType-reason" name="reason" type="CodeType" isOrdered="true" aggregation="composite" association="_packagedElement.41"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeStatusType-reason-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransChangeStatusType-reason-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransChangeStatusType-stateChange" name="stateChange" type="_dDPGEmiEEeWCo9T3AC65kw" isOrdered="true" aggregation="composite" association="_packagedElement.49"> + <lowerValue xmi:type="uml:LiteralInteger" xmi:id="TransChangeStatusType-stateChange-_lowerValue"/> + <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="TransChangeStatusType-stateChange-_upperValue" value="*"/> + </ownedAttribute> + <ownedAttribute xmi:id="TransChangeStatusType- |