1
0
This commit is contained in:
2026-05-18 14:05:37 +03:00
parent 3da6362c49
commit ed1d44e94a
16 changed files with 1686 additions and 867 deletions

View File

@@ -1,74 +1,142 @@
<?xml version="1.0" encoding="UTF-8"?>
<cmmn:definitions xmlns:cmmn="http://www.omg.org/spec/CMMN/20151109/MODEL"
xmlns:cmmndi="http://www.omg.org/spec/CMMN/20151109/CMMNDI"
xmlns:dc="http://www.omg.org/spec/CMMN/20151109/DC"
xmlns:di="http://www.omg.org/spec/CMMN/20151109/DI"
id="defs_drone_field_response"
targetNamespace="http://uapf.dev/lv.civdef.drone-threat-public-address/cmmn">
<cmmn:case id="Case_DroneIncidentFieldResponse" name="Drone Incident Field Response &amp; Origin Investigation">
<cmmn:casePlanModel id="cpm_1" name="Field Response &amp; Investigation">
<cmmn:planItem id="pi_DebrisSearch" definitionRef="HT_DebrisSearch" />
<cmmn:planItem id="pi_FireSuppression" definitionRef="HT_FireSuppression" />
<cmmn:planItem id="pi_SceneSecurity" definitionRef="HT_SceneSecurity" />
<cmmn:planItem id="pi_Investigation" definitionRef="Stage_Investigation" />
<cmmn:planItem id="pi_MunicipalQA" definitionRef="HT_MunicipalQA" />
<cmmn:planningTable id="pt_case">
<cmmn:discretionaryItem id="di_Press" definitionRef="HT_Press" />
<cmmn:discretionaryItem id="di_AfterAction" definitionRef="HT_AfterAction" />
</cmmn:planningTable>
<cmmn:humanTask id="HT_DebrisSearch" name="Localise and search downed-drone crash sites" isBlocking="true" />
<cmmn:humanTask id="HT_FireSuppression" name="Site safety and fire suppression" isBlocking="true" />
<cmmn:humanTask id="HT_SceneSecurity" name="Scene security and access control" isBlocking="true" />
<cmmn:humanTask id="HT_MunicipalQA" name="Handle resident enquiries via municipal commissions" isBlocking="true" />
<cmmn:humanTask id="HT_Press" name="Press conference and public information update" isBlocking="true" />
<cmmn:humanTask id="HT_AfterAction" name="Cross-institutional after-action review and algorithm revision" isBlocking="true" />
<cmmn:stage id="Stage_Investigation" name="Origin attribution &amp; investigation">
<cmmn:planItem id="pi_TechExam" definitionRef="HT_TechExam" />
<cmmn:planItem id="pi_OriginAttribution" definitionRef="HT_OriginAttribution" />
<cmmn:planItem id="pi_DisinfoMonitor" definitionRef="HT_DisinfoMonitor" />
<cmmn:humanTask id="HT_TechExam" name="Technical examination of recovered debris" isBlocking="true" />
<cmmn:humanTask id="HT_OriginAttribution" name="Origin attribution and electronic-warfare diversion analysis" isBlocking="true" />
<cmmn:humanTask id="HT_DisinfoMonitor" name="Disinformation monitoring and correction" isBlocking="true" />
xmlns:cmmndi="http://www.omg.org/spec/CMMN/20151109/CMMNDI"
xmlns:dc="http://www.omg.org/spec/CMMN/20151109/DC"
xmlns:di="http://www.omg.org/spec/CMMN/20151109/DI"
id="defs_field_response" targetNamespace="http://uapf.dev/lv.civdef.drone-threat-public-address">
<cmmn:case id="Case_FieldResponseInvestigation" name="Field Response &amp; Drone-Origin Investigation">
<cmmn:casePlanModel id="CasePlan_1" name="Field response and investigation">
<cmmn:planItem id="pi_Stage_FieldResponse" definitionRef="Stage_FieldResponse" />
<cmmn:planItem id="pi_Stage_OriginInvestigation" definitionRef="Stage_OriginInvestigation">
<cmmn:entryCriterion id="ec_pi_Stage_OriginInvestigation" sentryRef="sentry_pi_Stage_OriginInvestigation" />
</cmmn:planItem>
<cmmn:planItem id="pi_Stage_PublicCommunication" definitionRef="Stage_PublicCommunication" />
<cmmn:planItem id="pi_MS_SiteSafe" definitionRef="MS_SiteSafe">
<cmmn:entryCriterion id="ec_pi_MS_SiteSafe" sentryRef="sentry_pi_MS_SiteSafe" />
</cmmn:planItem>
<cmmn:sentry id="sentry_pi_Stage_OriginInvestigation">
<cmmn:planItemOnPart id="op_pi_Stage_OriginInvestigation" sourceRef="pi_Stage_FieldResponse">
<cmmn:standardEvent>complete</cmmn:standardEvent>
</cmmn:planItemOnPart>
</cmmn:sentry>
<cmmn:sentry id="sentry_pi_MS_SiteSafe">
<cmmn:planItemOnPart id="op_pi_MS_SiteSafe" sourceRef="pi_Stage_FieldResponse">
<cmmn:standardEvent>complete</cmmn:standardEvent>
</cmmn:planItemOnPart>
</cmmn:sentry>
<cmmn:stage id="Stage_FieldResponse" name="Field response">
<cmmn:planItem id="pi_HT_DebrisLocalisation" definitionRef="HT_DebrisLocalisation" />
<cmmn:planItem id="pi_HT_FireSuppression" definitionRef="HT_FireSuppression" />
<cmmn:planItem id="pi_HT_SceneSecurity" definitionRef="HT_SceneSecurity" />
<cmmn:planItem id="pi_HT_CasualtyResponse" definitionRef="HT_CasualtyResponse" />
<cmmn:planItem id="pi_HT_MunicipalEnquiries" definitionRef="HT_MunicipalEnquiries" />
<cmmn:humanTask id="HT_DebrisLocalisation" name="Localise crash / debris site" />
<cmmn:humanTask id="HT_FireSuppression" name="Fire suppression at impact site" />
<cmmn:humanTask id="HT_SceneSecurity" name="Establish scene cordon &amp; security" />
<cmmn:humanTask id="HT_CasualtyResponse" name="Casualty assessment &amp; medical response" />
<cmmn:humanTask id="HT_MunicipalEnquiries" name="Handle resident enquiries (112 / municipal)" />
</cmmn:stage>
<cmmn:stage id="Stage_OriginInvestigation" name="Drone-origin investigation">
<cmmn:planItem id="pi_HT_DebrisCollection" definitionRef="HT_DebrisCollection" />
<cmmn:planItem id="pi_HT_TechnicalExam" definitionRef="HT_TechnicalExam" />
<cmmn:planItem id="pi_HT_OriginAttribution" definitionRef="HT_OriginAttribution" />
<cmmn:planItem id="pi_MS_AttributionComplete" definitionRef="MS_AttributionComplete">
<cmmn:entryCriterion id="ec_pi_MS_AttributionComplete" sentryRef="sentry_pi_MS_AttributionComplete" />
</cmmn:planItem>
<cmmn:sentry id="sentry_pi_MS_AttributionComplete">
<cmmn:planItemOnPart id="op_pi_MS_AttributionComplete" sourceRef="pi_HT_OriginAttribution">
<cmmn:standardEvent>complete</cmmn:standardEvent>
</cmmn:planItemOnPart>
</cmmn:sentry>
<cmmn:humanTask id="HT_DebrisCollection" name="Collect &amp; catalogue debris" />
<cmmn:humanTask id="HT_TechnicalExam" name="Technical examination of the UAV" />
<cmmn:humanTask id="HT_OriginAttribution" name="Origin attribution analysis" />
<cmmn:milestone id="MS_AttributionComplete" name="Origin attribution complete" />
</cmmn:stage>
<cmmn:stage id="Stage_PublicCommunication" name="Public communication &amp; after-action">
<cmmn:planItem id="pi_HT_DisinfoMonitor" definitionRef="HT_DisinfoMonitor" />
<cmmn:planItem id="pi_HT_PressBriefing" definitionRef="HT_PressBriefing" />
<cmmn:planItem id="pi_HT_AfterAction" definitionRef="HT_AfterAction" />
<cmmn:planItem id="pi_MS_CaseClosed" definitionRef="MS_CaseClosed">
<cmmn:entryCriterion id="ec_pi_MS_CaseClosed" sentryRef="sentry_pi_MS_CaseClosed" />
</cmmn:planItem>
<cmmn:sentry id="sentry_pi_MS_CaseClosed">
<cmmn:planItemOnPart id="op_pi_MS_CaseClosed" sourceRef="pi_HT_AfterAction">
<cmmn:standardEvent>complete</cmmn:standardEvent>
</cmmn:planItemOnPart>
</cmmn:sentry>
<cmmn:humanTask id="HT_DisinfoMonitor" name="Monitor &amp; counter disinformation" />
<cmmn:humanTask id="HT_PressBriefing" name="Public press briefing" />
<cmmn:humanTask id="HT_AfterAction" name="Inter-institutional after-action review" />
<cmmn:milestone id="MS_CaseClosed" name="Incident case closed" />
</cmmn:stage>
<cmmn:milestone id="MS_SiteSafe" name="Impact site declared safe" />
</cmmn:casePlanModel>
</cmmn:case>
<cmmndi:CMMNDI>
<cmmndi:CMMNDiagram id="cmmndi_1" name="Field Response &amp; Investigation">
<cmmndi:CMMNShape id="sh_cpm" cmmnElementRef="cpm_1">
<dc:Bounds x="60" y="40" width="900" height="420" />
<cmmndi:CMMNDiagram id="cmmndiag">
<cmmndi:CMMNShape id="di_CasePlan_1" cmmnElementRef="CasePlan_1">
<dc:Bounds x="30" y="40" width="1340" height="730" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_DebrisSearch" cmmnElementRef="pi_DebrisSearch">
<dc:Bounds x="100" y="100" width="160" height="80" />
<cmmndi:CMMNShape id="di_Stage_FieldResponse" cmmnElementRef="Stage_FieldResponse">
<dc:Bounds x="70" y="110" width="1260" height="190" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_FireSuppression" cmmnElementRef="pi_FireSuppression">
<dc:Bounds x="300" y="100" width="160" height="80" />
<cmmndi:CMMNShape id="di_HT_DebrisLocalisation" cmmnElementRef="HT_DebrisLocalisation">
<dc:Bounds x="110" y="180" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_SceneSecurity" cmmnElementRef="pi_SceneSecurity">
<dc:Bounds x="500" y="100" width="160" height="80" />
<cmmndi:CMMNShape id="di_HT_FireSuppression" cmmnElementRef="HT_FireSuppression">
<dc:Bounds x="346" y="180" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_MunicipalQA" cmmnElementRef="pi_MunicipalQA">
<dc:Bounds x="700" y="100" width="180" height="80" />
<cmmndi:CMMNShape id="di_HT_SceneSecurity" cmmnElementRef="HT_SceneSecurity">
<dc:Bounds x="582" y="180" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_Investigation" cmmnElementRef="pi_Investigation">
<dc:Bounds x="100" y="230" width="580" height="200" />
<cmmndi:CMMNShape id="di_HT_CasualtyResponse" cmmnElementRef="HT_CasualtyResponse">
<dc:Bounds x="818" y="180" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_TechExam" cmmnElementRef="pi_TechExam">
<dc:Bounds x="130" y="290" width="160" height="80" />
<cmmndi:CMMNShape id="di_HT_MunicipalEnquiries" cmmnElementRef="HT_MunicipalEnquiries">
<dc:Bounds x="1054" y="180" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_OriginAttribution" cmmnElementRef="pi_OriginAttribution">
<dc:Bounds x="320" y="290" width="160" height="80" />
<cmmndi:CMMNShape id="di_Stage_OriginInvestigation" cmmnElementRef="Stage_OriginInvestigation">
<dc:Bounds x="70" y="330" width="1260" height="190" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="sh_DisinfoMonitor" cmmnElementRef="pi_DisinfoMonitor">
<dc:Bounds x="510" y="290" width="150" height="80" />
<cmmndi:CMMNShape id="di_HT_DebrisCollection" cmmnElementRef="HT_DebrisCollection">
<dc:Bounds x="110" y="400" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_HT_TechnicalExam" cmmnElementRef="HT_TechnicalExam">
<dc:Bounds x="405" y="400" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_HT_OriginAttribution" cmmnElementRef="HT_OriginAttribution">
<dc:Bounds x="700" y="400" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_MS_AttributionComplete" cmmnElementRef="MS_AttributionComplete">
<dc:Bounds x="995" y="415" width="170" height="44" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_Stage_PublicCommunication" cmmnElementRef="Stage_PublicCommunication">
<dc:Bounds x="70" y="550" width="1260" height="190" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_HT_DisinfoMonitor" cmmnElementRef="HT_DisinfoMonitor">
<dc:Bounds x="110" y="620" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_HT_PressBriefing" cmmnElementRef="HT_PressBriefing">
<dc:Bounds x="405" y="620" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_HT_AfterAction" cmmnElementRef="HT_AfterAction">
<dc:Bounds x="700" y="620" width="200" height="74" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_MS_CaseClosed" cmmnElementRef="MS_CaseClosed">
<dc:Bounds x="995" y="635" width="170" height="44" />
</cmmndi:CMMNShape>
<cmmndi:CMMNShape id="di_MS_SiteSafe" cmmnElementRef="MS_SiteSafe">
<dc:Bounds x="1150" y="130" width="170" height="44" />
</cmmndi:CMMNShape>
<cmmndi:CMMNEdge id="edge_pi_MS_AttributionComplete" cmmnElementRef="ec_pi_MS_AttributionComplete">
<di:waypoint x="800" y="437" />
<di:waypoint x="1080" y="437" />
</cmmndi:CMMNEdge>
<cmmndi:CMMNEdge id="edge_pi_MS_CaseClosed" cmmnElementRef="ec_pi_MS_CaseClosed">
<di:waypoint x="800" y="657" />
<di:waypoint x="1080" y="657" />
</cmmndi:CMMNEdge>
</cmmndi:CMMNDiagram>
</cmmndi:CMMNDI>
</cmmn:definitions>