Files
gnatcoll-core/docs/classes.xmi
Emmanuel Briot 7ff1ce4ff5 Complete documentation of the scripts module, and add a diagram
showing the classes organization


git-svn-id: svn+ssh://svn.eu/Dev/trunk/gps@108166 936e1b1b-40f2-da11-902a-00137254ae57
2007-06-14 13:56:12 +00:00

284 lines
24 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- This file was created on linux, with Umbrello -->
<XMI xmlns:UML="http://schema.omg.org/spec/UML/1.3" verified="false" timestamp="2007-06-14T12:27:37" xmi.version="1.2" >
<XMI.header>
<XMI.documentation>
<XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
<XMI.exporterVersion>1.5.7</XMI.exporterVersion>
<XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding>
</XMI.documentation>
<XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
</XMI.header>
<XMI.content>
<UML:Model isSpecification="false" isLeaf="false" isRoot="false" xmi.id="m1" isAbstract="false" name="UML Model" >
<UML:Namespace.ownedElement>
<UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="folder" isRoot="false" isAbstract="false" name="folder" />
<UML:Stereotype isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="datatype" isRoot="false" isAbstract="false" name="datatype" />
<UML:Model stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="Logical View" isRoot="false" isAbstract="false" name="Logical View" >
<UML:Namespace.ownedElement>
<UML:Package stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="Datatypes" isRoot="false" isAbstract="false" name="Datatypes" >
<UML:Namespace.ownedElement>
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="k81kHIrNwqb5" isRoot="false" isAbstract="false" name="Boolean" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="Gbqxo4AGnYfb" isRoot="false" isAbstract="false" name="Character" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="w9WmoEvnyA4p" isRoot="false" isAbstract="false" name="Positive" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="X0d73NHIy7Fn" isRoot="false" isAbstract="false" name="Natural" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="9P1uwgWqp0cb" isRoot="false" isAbstract="false" name="Integer" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="EVNAgRxBPbIS" isRoot="false" isAbstract="false" name="Short_Integer" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="yZkufzfmNghJ" isRoot="false" isAbstract="false" name="Long_Integer" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="LB98BjiNF5Xt" isRoot="false" isAbstract="false" name="Float" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="WU4t3NLzu4uX" isRoot="false" isAbstract="false" name="Long_Float" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="1ZIOEzfZAmfJ" isRoot="false" isAbstract="false" name="Duration" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="WNgjSDcwfgpj" isRoot="false" isAbstract="false" name="String" />
</UML:Namespace.ownedElement>
</UML:Package>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="EM0qHgU6NUF5" isRoot="false" isAbstract="false" name="Scripts_Repository" >
<UML:Classifier.feature>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="QSgphoZIAFW1" isRoot="false" isAbstract="false" isQuery="false" name="Lookup_Scripting_Language" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="mf5iwAFwbwez" type="6ZXD4R1Goz43" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="vuL85EjWwHRG" isRoot="false" isAbstract="false" isQuery="false" name="New_Class" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="x1sjyNRD08GN" type="QkYvJ7d4WV0U" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="6ZXD4R1Goz43" isRoot="false" isAbstract="false" name="Scripting_Language" >
<UML:Classifier.feature>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="VyKpwSoRTwD1" isRoot="false" isAbstract="true" isQuery="false" name="Create" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="6S3cm92Ym5Fj" type="VFqNJzty1vSF" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="tDYwA9KYObFa" isRoot="false" isAbstract="true" isQuery="false" name="New_Instance" >
<UML:BehavioralFeature.parameter>
<UML:Parameter isSpecification="false" visibility="private" xmi.id="SRHFvmyp29CD" value="" type="QkYvJ7d4WV0U" name="c" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="wyw0Xcyc7Gcm" isRoot="false" isAbstract="true" isQuery="false" name="Execute_Command" />
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="UuXnZYGmzp8a" isRoot="false" isAbstract="false" isQuery="false" name="Set_Default_Console" >
<UML:BehavioralFeature.parameter>
<UML:Parameter isSpecification="false" visibility="private" xmi.id="QqnWx1w4rYHj" value="" type="w8FPBn2O8Dhr" name="c" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="j3SjmKWFiwLf" isRoot="false" isAbstract="false" isQuery="false" name="Get_Default_Console" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="EUdpOGmMHe3F" type="w8FPBn2O8Dhr" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="dZ901P6RpkEU" isRoot="false" isAbstract="false" name="int" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="VFqNJzty1vSF" isRoot="false" isAbstract="false" name="Callback_Data" >
<UML:Classifier.feature>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="3EDaEtUpRLil" isRoot="false" isAbstract="true" isQuery="false" name="Nth_Arg" />
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="RTgHYEn3TdOm" isRoot="false" isAbstract="false" name="Subprogram_Record" >
<UML:Classifier.feature>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="fCGfjd8Xfyua" isRoot="false" isAbstract="true" isQuery="false" name="Execute" >
<UML:BehavioralFeature.parameter>
<UML:Parameter isSpecification="false" visibility="private" xmi.id="1LoySqeAyrY5" value="" type="WNgjSDcwfgpj" name="Command" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="8lswGrlhKRwq" isRoot="false" isAbstract="false" name="Class_Instance" >
<UML:Classifier.feature>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="xtRmL816VbKA" isRoot="false" isAbstract="false" isQuery="false" name="Set_Data" />
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="UEoAalA5iH4F" isRoot="false" isAbstract="false" isQuery="false" name="Get_Data" />
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="kQuyysV6bN2s" isRoot="false" isAbstract="false" name="Instance_Property" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="QkYvJ7d4WV0U" isRoot="false" isAbstract="false" name="Class_Type" />
<UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="w8FPBn2O8Dhr" isRoot="false" isAbstract="false" name="Virtual_Console" />
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="ZtAK6TDWvNBV" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="Po6oTin8qwn1" aggregation="none" type="EM0qHgU6NUF5" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="qHf86I1fBBzF" aggregation="none" type="6ZXD4R1Goz43" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="PWO0IXBK2l77" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="LvqS2UMkVXKr" aggregation="none" type="EM0qHgU6NUF5" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="gGaecr32OP0e" aggregation="none" type="QkYvJ7d4WV0U" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="IWRCKV5wcGOZ" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="bFJih9wctGpR" aggregation="none" type="6ZXD4R1Goz43" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Gcex6YSO4tYM" aggregation="none" type="8lswGrlhKRwq" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="dGL5WVxKd9hy" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="UxNBdQ9DmocQ" aggregation="none" type="6ZXD4R1Goz43" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="ZdqIOC0zQJ4w" aggregation="none" type="VFqNJzty1vSF" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="pey62mP6qygs" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="gV5rlRd27JmL" aggregation="none" type="VFqNJzty1vSF" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="eoRIjbAZG6dG" aggregation="none" type="RTgHYEn3TdOm" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="d8SFg94zj2CT" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="JmJKhysJzP7K" aggregation="none" type="VFqNJzty1vSF" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="YcdF8Vilc8zG" aggregation="none" type="8lswGrlhKRwq" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="0m7ZGtxVCqxA" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="tT38Xf5lxpZa" aggregation="none" type="8lswGrlhKRwq" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="0ODYxVdvHjSX" aggregation="none" type="kQuyysV6bN2s" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="kwYiCAxCa7ET" name="" >
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="oL4AXxXUamKR" aggregation="none" type="6ZXD4R1Goz43" name="" />
<UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="w0Je3UYnO4Ta" aggregation="none" type="w8FPBn2O8Dhr" name="" />
</UML:Association.connection>
</UML:Association>
</UML:Namespace.ownedElement>
<XMI.extension xmi.extender="umbrello" >
<diagrams>
<diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="880" snapy="10" showatts="1" xmi.id="dMiGtq3Y9Xun" documentation="" type="1" showops="1" showpackage="0" name="class diagram" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Tahoma,6,-1,5,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="683" >
<widgets>
<classwidget usesdiagramfillcolor="0" width="298" showattsigs="601" x="30" fillcolor="#ffffc0" y="35" showopsigs="601" linewidth="none" height="85" usefillcolor="1" showpubliconly="0" showattributes="0" isinstance="0" xmi.id="EM0qHgU6NUF5" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Tahoma,6,-1,5,75,0,0,0,0,0" linecolor="#ff0000" />
<classwidget usesdiagramfillcolor="0" width="247" showattsigs="600" x="418" fillcolor="#ffffc0" y="37" showopsigs="601" linewidth="none" height="104" usefillcolor="1" showpubliconly="0" showattributes="0" isinstance="0" xmi.id="6ZXD4R1Goz43" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Tahoma,6,-1,5,50,1,0,0,0,0" linecolor="#ff0000" />
<classwidget usesdiagramfillcolor="0" width="192" showattsigs="600" x="373" fillcolor="#ffffc0" y="182" showopsigs="601" linewidth="none" height="40" usefillcolor="1" showpubliconly="0" showattributes="0" isinstance="0" xmi.id="VFqNJzty1vSF" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Tahoma,6,-1,5,75,1,0,0,0,0" linecolor="#ff0000" />
<classwidget usesdiagramfillcolor="0" width="176" showattsigs="601" x="302" fillcolor="#ffffc0" y="268" showopsigs="601" linewidth="none" height="40" usefillcolor="1" showpubliconly="0" showattributes="0" isinstance="0" xmi.id="RTgHYEn3TdOm" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Tahoma,6,-1,5,75,1,0,0,0,0" linecolor="#ff0000" />
<classwidget usesdiagramfillcolor="0" width="104" showattsigs="601" x="188" fillcolor="#ffffc0" y="151" showopsigs="601" linewidth="none" height="56" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="8lswGrlhKRwq" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Tahoma,6,-1,5,75,0,0,0,0,0" linecolor="#ff0000" />
<classwidget usesdiagramfillcolor="1" width="125" showattsigs="601" x="108" fillcolor="none" y="246" showopsigs="601" linewidth="none" height="32" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="kQuyysV6bN2s" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Tahoma,6,-1,5,75,0,0,0,0,0" linecolor="none" />
<datatypewidget usesdiagramfillcolor="1" width="80" x="28" fillcolor="none" y="161" linewidth="none" height="32" usefillcolor="1" isinstance="0" xmi.id="QkYvJ7d4WV0U" usesdiagramusefillcolor="1" font="Tahoma,6,-1,5,75,0,0,0,0,0" linecolor="none" />
<classwidget usesdiagramfillcolor="1" width="108" showattsigs="601" x="540" fillcolor="none" y="274" showopsigs="601" linewidth="none" height="32" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="w8FPBn2O8Dhr" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Tahoma,6,-1,5,75,0,0,0,0,0" linecolor="none" />
</widgets>
<messages/>
<associations>
<assocwidget totalcounta="2" indexa="1" totalcountb="3" indexb="1" linewidth="none" widgetbid="6ZXD4R1Goz43" widgetaid="EM0qHgU6NUF5" xmi.id="ZtAK6TDWvNBV" type="512" linecolor="none" >
<linepath>
<startpoint startx="328" starty="77" />
<endpoint endx="418" endy="71" />
</linepath>
</assocwidget>
<assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="QkYvJ7d4WV0U" widgetaid="EM0qHgU6NUF5" xmi.id="PWO0IXBK2l77" type="512" linecolor="none" >
<linepath>
<startpoint startx="179" starty="120" />
<endpoint endx="68" endy="161" />
</linepath>
</assocwidget>
<assocwidget totalcounta="3" indexa="2" totalcountb="3" indexb="1" linewidth="none" widgetbid="8lswGrlhKRwq" widgetaid="6ZXD4R1Goz43" xmi.id="IWRCKV5wcGOZ" type="512" linecolor="none" >
<linepath>
<startpoint startx="418" starty="106" />
<endpoint endx="292" endy="169" />
</linepath>
</assocwidget>
<assocwidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="VFqNJzty1vSF" widgetaid="6ZXD4R1Goz43" xmi.id="dGL5WVxKd9hy" type="512" linecolor="none" >
<linepath>
<startpoint startx="500" starty="141" />
<endpoint endx="469" endy="182" />
</linepath>
</assocwidget>
<assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="RTgHYEn3TdOm" widgetaid="VFqNJzty1vSF" xmi.id="pey62mP6qygs" type="512" linecolor="none" >
<linepath>
<startpoint startx="469" starty="222" />
<endpoint endx="390" endy="268" />
</linepath>
</assocwidget>
<assocwidget totalcounta="2" indexa="1" totalcountb="3" indexb="2" linewidth="none" widgetbid="8lswGrlhKRwq" widgetaid="VFqNJzty1vSF" xmi.id="d8SFg94zj2CT" type="512" linecolor="none" >
<linepath>
<startpoint startx="373" starty="202" />
<endpoint endx="292" endy="188" />
</linepath>
</assocwidget>
<assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="kQuyysV6bN2s" widgetaid="8lswGrlhKRwq" xmi.id="0m7ZGtxVCqxA" type="512" linecolor="none" >
<linepath>
<startpoint startx="240" starty="207" />
<endpoint endx="170" endy="246" />
</linepath>
</assocwidget>
<assocwidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" linewidth="none" widgetbid="w8FPBn2O8Dhr" widgetaid="6ZXD4R1Goz43" xmi.id="kwYiCAxCa7ET" type="512" linecolor="none" >
<linepath>
<startpoint startx="582" starty="141" />
<endpoint endx="594" endy="274" />
</linepath>
</assocwidget>
</associations>
</diagram>
</diagrams>
</XMI.extension>
</UML:Model>
<UML:Model stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="Use Case View" isRoot="false" isAbstract="false" name="Use Case View" >
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="Component View" isRoot="false" isAbstract="false" name="Component View" >
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="Deployment View" isRoot="false" isAbstract="false" name="Deployment View" >
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="Entity Relationship Model" isRoot="false" isAbstract="false" name="Entity Relationship Model" >
<UML:Namespace.ownedElement/>
</UML:Model>
</UML:Namespace.ownedElement>
</UML:Model>
</XMI.content>
<XMI.extensions xmi.extender="umbrello" >
<docsettings viewid="dMiGtq3Y9Xun" documentation="" uniqueid="EUdpOGmMHe3F" />
<listview>
<listitem open="1" type="800" label="Views" >
<listitem open="1" type="801" id="Logical View" >
<listitem open="1" type="813" id="VFqNJzty1vSF" >
<listitem open="0" type="815" id="3EDaEtUpRLil" />
</listitem>
<listitem open="1" type="813" id="8lswGrlhKRwq" >
<listitem open="0" type="815" id="xtRmL816VbKA" />
<listitem open="0" type="815" id="UEoAalA5iH4F" />
</listitem>
<listitem open="1" type="813" id="kQuyysV6bN2s" />
<listitem open="1" type="813" id="6ZXD4R1Goz43" >
<listitem open="0" type="815" id="VyKpwSoRTwD1" />
<listitem open="0" type="815" id="tDYwA9KYObFa" />
<listitem open="0" type="815" id="wyw0Xcyc7Gcm" />
<listitem open="0" type="815" id="UuXnZYGmzp8a" />
<listitem open="0" type="815" id="j3SjmKWFiwLf" />
</listitem>
<listitem open="1" type="813" id="EM0qHgU6NUF5" >
<listitem open="0" type="815" id="QSgphoZIAFW1" />
<listitem open="0" type="815" id="vuL85EjWwHRG" />
</listitem>
<listitem open="1" type="813" id="RTgHYEn3TdOm" >
<listitem open="0" type="815" id="fCGfjd8Xfyua" />
</listitem>
<listitem open="1" type="813" id="w8FPBn2O8Dhr" />
<listitem open="1" type="813" id="dZ901P6RpkEU" />
<listitem open="1" type="829" id="QkYvJ7d4WV0U" />
<listitem open="0" type="830" id="Datatypes" >
<listitem open="1" type="829" id="k81kHIrNwqb5" />
<listitem open="1" type="829" id="Gbqxo4AGnYfb" />
<listitem open="1" type="829" id="1ZIOEzfZAmfJ" />
<listitem open="1" type="829" id="LB98BjiNF5Xt" />
<listitem open="1" type="829" id="9P1uwgWqp0cb" />
<listitem open="1" type="829" id="WU4t3NLzu4uX" />
<listitem open="1" type="829" id="yZkufzfmNghJ" />
<listitem open="1" type="829" id="X0d73NHIy7Fn" />
<listitem open="1" type="829" id="w9WmoEvnyA4p" />
<listitem open="1" type="829" id="EVNAgRxBPbIS" />
<listitem open="1" type="829" id="WNgjSDcwfgpj" />
</listitem>
</listitem>
<listitem open="1" type="802" id="Use Case View" />
<listitem open="1" type="821" id="Component View" />
<listitem open="1" type="827" id="Deployment View" />
<listitem open="1" type="836" id="Entity Relationship Model" />
</listitem>
</listview>
<codegeneration>
<codegenerator language="Ada" />
</codegeneration>
</XMI.extensions>
</XMI>