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

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"?>
* Entity
<Class xmlns="http://www.ooem.org/1.0" Name="Entity">
  A legal entity (person, company).
  <ExternalImport>org.oomodels.sandbox.business.foundation.entities.Name</ExternalImport>
** Name org/oomodels/sandbox/business/foundation/entities/Name
<div class="comment">
</wiml>
  <Description CONTENT="XML/Text">
    <DocBook><para>
      A legal entity (person, company).
    </para></DocBook>
  </Description>
</div>
<div class="attribute">
  <Attribute Name="Name" Type="[[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Name|Name]]"/>
</div>
</Class>
</div>
 
== {{Type:org/oomodels/wiki/doclet/Description}} ==
 
A legal entity (person, company).

Revision as of 18:28, 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
A legal entity (person, company).
NameName«»