From 185d113b002b6b6376000f7e2c9f11fab9c96ac8 Mon Sep 17 00:00:00 2001 From: OliveraReeves Date: Tue, 17 Mar 2026 12:01:42 +0000 Subject: [PATCH] feat(Medication.xsd): Route.xsd seperated route into its own type for better type hinting support/ and such that it is more obvious --- schema/ukrdc/Medications/Medication.xsd | 29 ++----------------------- schema/ukrdc/Types/Route.xsd | 28 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 27 deletions(-) create mode 100644 schema/ukrdc/Types/Route.xsd diff --git a/schema/ukrdc/Medications/Medication.xsd b/schema/ukrdc/Medications/Medication.xsd index 4ace4a8..f2ccfb6 100644 --- a/schema/ukrdc/Medications/Medication.xsd +++ b/schema/ukrdc/Medications/Medication.xsd @@ -5,6 +5,7 @@ + @@ -44,37 +45,11 @@ Where the Medicine was Prescribed - + Medication Route - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/schema/ukrdc/Types/Route.xsd b/schema/ukrdc/Types/Route.xsd new file mode 100644 index 0000000..debce35 --- /dev/null +++ b/schema/ukrdc/Types/Route.xsd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file