Skip to content

Commit d317f61

Browse files
committed
fixes #1033 by adding oMath element to CT_TextMath
1 parent b1d49f3 commit d317f61

File tree

9 files changed

+512
-424
lines changed

9 files changed

+512
-424
lines changed

data/schemas/schemas_microsoft_com_office_drawing_2010_main.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,23 @@
780780
"Name": "a14:CT_TextMath/a14:m",
781781
"ClassName": "TextMath",
782782
"Summary": "Defines the TextMath Class.",
783-
"BaseClass": "OpenXmlLeafElement",
784-
"IsLeafElement": true,
785-
"Version": "Office2010"
783+
"CompositeType": "OneSequence",
784+
"BaseClass": "OpenXmlCompositeElement",
785+
"Version": "Office2010",
786+
"Children": [
787+
{
788+
"Name": "m:CT_OMath/m:oMath",
789+
"PropertyName": "OfficeMath"
790+
}
791+
],
792+
"Particle": {
793+
"Kind": "Sequence",
794+
"Items": [
795+
{
796+
"Name": "m:CT_OMath/m:oMath"
797+
}
798+
]
799+
}
786800
},
787801
{
788802
"Name": "a:CT_OfficeArtExtensionList/a14:extLst",

0 commit comments

Comments
 (0)