Difference between revisions of "Artefact:Aggregate/org/oomodels/sandbox/business/foundation/entities/SexValues"

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Aggregate | Meta_Down...)
 
 
Line 12: Line 12:
<OOMCode type="org/xocp/OCP/xml/2.0">
<OOMCode type="org/xocp/OCP/xml/2.0">
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SexValues CLASS="SexValues[]">
<SexValues CLASS="Sex[]">
   <V1 Id="m"/>
   <V1 Id="m"/>
   <V1 Id="f"/>
   <V1 Id="f"/>
</SexValues>
</SexValues>
</OOMCode>
</OOMCode>

Latest revision as of 14:33, 5 November 2009

Classification
Type Type:org/xocp/OCP/xml/2.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Aggregate
More
Download Code
Namespace (more)

Provides a sandbox for modelling.

It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models.

create new pages

Code[edit]


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SexValues CLASS="Sex[]">
  <V1 Id="m"/>
  <V1 Id="f"/>
</SexValues>