1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
<?xml version="1.0" encoding="utf-8"?> <!-- -*- xml -*- -->
<sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns">
<_name>Flowchart</_name>
<_description>Objects to draw flowcharts</_description>
<contents>
<object name="Flowchart - Box">
<_description>Process/Auxiliary Operation</_description>
</object>
<object name="Flowchart - Parallelogram">
<_description>Input/Output</_description>
</object>
<object name="Flowchart - Diamond">
<_description>Decision</_description>
</object>
<object name="Flowchart - Ellipse">
<_description>Connector</_description>
</object>
<object name="Flowchart - Display">
<_description>Display</_description>
</object>
<object name="Flowchart - Transaction File">
<_description>Transaction file</_description>
</object>
<object name="Flowchart - Off Page Connector">
<!-- XXX -->
<_description>Off page connector</_description>
</object>
<object name="Flowchart - Document">
<_description>Document</_description>
</object>
<object name="Flowchart - Manual Operation">
<_description>Manual operation</_description>
</object>
<object name="Flowchart - Preparation">
<_description>Preparation</_description>
</object>
<object name="Flowchart - Manual Input">
<_description>Manual input</_description>
</object>
<object name="Flowchart - Predefined Process">
<_description>Predefined process</_description>
</object>
<object name="Flowchart - Terminal">
<_description>Terminal Interrupt</_description>
</object>
<object name="Flowchart - Magnetic Disk">
<_description>Magnetic disk</_description>
</object>
<object name="Flowchart - Magnetic Drum">
<_description>Magnetic drum</_description>
</object>
<object name="Flowchart - Magnetic Tape">
<_description>Magnetic tape</_description>
</object>
<object name="Flowchart - Internal Storage">
<_description>Internal storage</_description>
</object>
<object name="Flowchart - Merge">
<_description>Merge</_description>
</object>
<object name="Flowchart - Extract">
<_description>Extract</_description>
</object>
<object name="Flowchart - Delay">
<_description>Delay</_description>
</object>
<object name="Flowchart - Summing Junction">
<!-- XXX -->
<_description>Summing junction</_description>
</object>
<object name="Flowchart - Collate">
<!-- XXX -->
<_description>Collate</_description>
</object>
<object name="Flowchart - Sort">
<_description>Sort</_description>
</object>
<object name="Flowchart - Or">
<_description>Or</_description>
</object>
<object name="Flowchart - Punched Card">
<_description>Punched card</_description>
</object>
<object name="Flowchart - Punched Tape">
<_description>Punched tape</_description>
</object>
<object name="Flowchart - Transmittal Tape">
<_description>Transmittal tape</_description>
</object>
<object name="Flowchart - Offline Storage">
<_description>Offline storage</_description>
</object>
</contents>
</sheet>
|