Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person"

From OOModels
Jump to navigationJump to search
Line 1: Line 1:
{{Metabox
{{Metabox
| Meta_Type    = Type:org/ooem/UMLClass/1.0
| Meta_Type    = Type:org/oomodels/WIML/1.0
| Meta_Encoding = Type:org/xocp/OCP/xml/2.0
| Meta_Domain  = Domain:business/foundation/entities
| Meta_Domain  = Domain:business/foundation/entities
| Meta_Category = Type:org/oomodels/wiki/Model
| Meta_Category = Type:org/oomodels/wiki/Model
Line 10: Line 9:
== Code ==
== Code ==


<div class="code">
<wiml>
<?xml version="1.0" encoding="UTF-8"?>
* Person
<Class xmlns="http://www.ooem.org/1.0"
> org/oomodels/sandbox/business/foundation/entities/Entity
          Name="Person"
  A human person
          Base="[[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Entity|Entity]]">
</wiml>
<div class="comment">
  <Description>
    <para>
      A human person
    </para>
  </Description>
</div>
</Class>
</div>
 
== {{Type:org/oomodels/wiki/doclet/Description}} ==
 
A human person.

Revision as of 18:33, 19 December 2008

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation/entities
Category Type:org/oomodels/wiki/Model
Maturity work in progress
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]

Entity
Person
A human person