OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xmile message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Text file I was editing


Hi all,

Here was the txt file I was working on to demo what we think the tag structure should be.

Billy
<xmile>
	<model>
		<variables>
	   			<stock eqn/>
	   			<module name="Module Bob"/>
	   	</variables>
	   	<views>
	   		<view name="Stock Flow">
	        	<stock x y/>
	        	<module name="Module Bob"/>
	   		</view>
	   		<view name="Interface">

	   		</view>
	   	</view>  
	</model>
	<model name="Module Bob">
	    <variables/>
	    <views/>
	</model>
</xmile>


Type - Model
Attrs:
variables: List<Variable>
views: List<Diagram>

Type - Diagram
entites: List<Diagram_Ent>
name: String
style:


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]