Commit c30a0d070ad092d3b61dae9f44bc109635d1715f
- Diff rendering mode:
- inline
- side by side
src/mso.xml
(13 / 4)
|   | |||
| 1421 | 1421 | <!-- our own invention --> | |
| 1422 | 1422 | <struct name="TextContainerInteractiveInfo"> | |
| 1423 | 1423 | <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" /> | ||
| 1428 | 1426 | </choice> | |
| 1429 | 1427 | </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 --> | ||
| 1430 | 1439 | <struct name="TextClientDataSubContainerOrAtom"> | |
| 1431 | 1440 | <choice name="anon"> | |
| 1432 | 1441 | <type type="OutlineTextRefAtom" /> |

