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

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/ooem/UMLClass/1.0 | Meta_Encoding = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:business/foundation/entities | Meta_Category = Type:org/oomodels...)
 
Line 12: Line 12:
<div class="code">
<div class="code">
  <?xml version="1.0" encoding="UTF-8"?>
  <?xml version="1.0" encoding="UTF-8"?>
  <UMLClass xmlns="http://www.ooem.org/1.0"
  <Class xmlns="http://www.ooem.org/1.0"
           Name="Person"
           Name="Person"
           Base="[[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Entity|Entity]]">
           Base="[[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Entity|Entity]]">
Line 22: Line 22:
   </Description>
   </Description>
</div>
</div>
  </UMLClass>
  </Class>
</div>
</div>



Revision as of 18:13, 8 September 2008

Classification
Type Type:org/ooem/UMLClass/1.0
Domain Domain:business/foundation/entities
Encoding Type:org/xocp/OCP/xml/2.0
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]

<?xml version="1.0" encoding="UTF-8"?>
<Class xmlns="http://www.ooem.org/1.0"
          Name="Person"
          Base="Entity">
  <Description>
    <para>
      A human person
    </para>
  </Description>
</Class>

Description[edit]

A human person.