Difference between revisions of "Artefact:Model/org/oomodels/tests/models/basic/SimpleClass"
From OOModels
Jump to navigationJump to search
Line 6: | Line 6: | ||
| Meta_Download = true | | Meta_Download = true | ||
}} | }} | ||
== XML Code == | |||
<pre> | <pre> | ||
Line 13: | Line 15: | ||
</UMLClass> | </UMLClass> | ||
</pre> | </pre> | ||
== {{Type:org/oomodels/wiki/doclet/Description}} == | |||
Basic Model Unit Test: plain class with one string attribute. |
Revision as of 23:33, 28 May 2008
Classification | |
---|---|
Type | Type:org/ooem/UMLClass/1.0 |
Domain | Domain:it/test |
Encoding | Type:org/xocp/OCP/xml/2.0 |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
OOModels main namespace | |
create new pages |
XML Code[edit]
<?xml version="1.0" encoding="UTF-8"?> <UMLClass Name="SimpleClass" xmlns="http://www.ooem.org/1.0"> <Attribute Name="MyAttribute" Type="String"/> </UMLClass>
Description[edit]
Basic Model Unit Test: plain class with one string attribute.