Commit 03760c968e0531c1ea4e7d79aab62dca7a0e9132
- Diff rendering mode:
- inline
- side by side
src/mso.xml
(4 / 4)
|   | |||
| 667 | 667 | <limitation name="recType" value="0x0FC8" /> | |
| 668 | 668 | </type> | |
| 669 | 669 | <type name="kinsoku9Atom" type="Kinsoku9Atom" /> | |
| 670 | <type name="kinsokuLeadingAtom" type="KinsokuLeadingAtom" | ||
| 671 | condition="kinsoku9Atom.korLevel==2 || kinsoku9Atom.scLevel==2 || kinsoku9Atom.tcLevel==2 || kinsoku9Atom.jpnLevel==2" /> | ||
| 672 | <type name="kinsokuFollowingAtom" type="KinsokuFollowingAtom" | ||
| 673 | condition="kinsoku9Atom.korLevel==2 || kinsoku9Atom.scLevel==2 || kinsoku9Atom.tcLevel==2 || kinsoku9Atom.jpnLevel==2" /> | ||
| 670 | <!-- condition for this field is too complex so we just say it is optional --> | ||
| 671 | <type name="kinsokuLeadingAtom" type="KinsokuLeadingAtom" optional="true" /> | ||
| 672 | <!-- condition for this field is too complex so we just say it is optional --> | ||
| 673 | <type name="kinsokuFollowingAtom" type="KinsokuFollowingAtom" optional="true" /> | ||
| 674 | 674 | </struct> | |
| 675 | 675 | <struct name="Kinsoku9Atom"> | |
| 676 | 676 | <type name="rh" type="RecordHeader"> |

