Commit c30a0d070ad092d3b61dae9f44bc109635d1715f

Better interpretation of ABNF in SlideListWithTextContainer.
src/mso.xml
(13 / 4)
  
14211421 <!-- our own invention -->
14221422 <struct name="TextContainerInteractiveInfo">
14231423 <choice name="interactive">
1424 <type type="MouseClickInteractiveInfoContainer" />
1425 <type type="MouseOverInteractiveInfoContainer" />
1426 <type type="MouseClickTextInteractiveInfoAtom" />
1427 <type type="MouseOverTextInteractiveInfoAtom" />
1424 <type type="MouseClickTextInfo" />
1425 <type type="MouseOverTextInfo" />
14281426 </choice>
14291427 </struct>
1428 <!-- our own invention -->
1429 <struct name="MouseClickTextInfo">
1430 <type name="interactive" type="MouseClickInteractiveInfoContainer" />
1431 <type name="text" type="MouseClickTextInteractiveInfoAtom" />
1432 </struct>
1433 <!-- our own invention -->
1434 <struct name="MouseOverTextInfo">
1435 <type name="interactive" type="MouseOverInteractiveInfoContainer" />
1436 <type name="text" type="MouseOverTextInteractiveInfoAtom" />
1437 </struct>
1438 <!-- our own invention -->
14301439 <struct name="TextClientDataSubContainerOrAtom">
14311440 <choice name="anon">
14321441 <type type="OutlineTextRefAtom" />