From 429f7c308d08e83dd9786c75e92a46724fa11067 Mon Sep 17 00:00:00 2001 From: SuperUser Date: Mon, 2 Mar 2026 09:47:36 +0000 Subject: [PATCH] Add markup compatibility schema for Office Open XML --- docx/scripts/office/schemas/mce/mc.xsd | 62 ++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 docx/scripts/office/schemas/mce/mc.xsd diff --git a/docx/scripts/office/schemas/mce/mc.xsd b/docx/scripts/office/schemas/mce/mc.xsd new file mode 100644 index 0000000..7ff2541 --- /dev/null +++ b/docx/scripts/office/schemas/mce/mc.xsd @@ -0,0 +1,62 @@ + + + + This schema defines elements and attributes for Office Open XML markup compatibility. + + + + Specifies which prefixes should be ignored if they are not recognized. + + + + + Specifies which prefixes should have their content processed. + + + + + Specifies which prefixes must be understood for proper interpretation. + + + + + Container for alternative content based on markup compatibility. + + + + + + + + + + + Alternative content choice based on namespace support. + + + + + + + + Specifies which namespace prefixes must be understood for this choice to be selected. + + + + + + + + Fallback content when no Choice element's requirements are met. + + + + + + + + + \ No newline at end of file