From 7263497c144ffbfb502d8affa97351ddd2d2d4b5 Mon Sep 17 00:00:00 2001 From: pogi7 Date: Thu, 11 Jan 2024 19:07:50 -0800 Subject: [PATCH] add a test component Signed-off-by: pogi7 --- src/oml/example.com/tutorial2/description/components.oml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/oml/example.com/tutorial2/description/components.oml b/src/oml/example.com/tutorial2/description/components.oml index b2dab94..11fa001 100644 --- a/src/oml/example.com/tutorial2/description/components.oml +++ b/src/oml/example.com/tutorial2/description/components.oml @@ -47,6 +47,10 @@ description as components base:hasIdentifier "C.02.09" base:hasCanonicalName "Orbiter Propulsion Subsystem" ] + instance test : mission:Component [ + base:hasIdentifier "testID" + base:hasCanonicalName "testName" + ] instance orbiter-ground-data-system : mission:Component [ base:hasIdentifier "C.03" base:hasCanonicalName "Orbiter Ground Data System"