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

From OOModels
Jump to navigationJump to search
Line 15: Line 15:
   <ExternalImport>org.oomodels.sandbox.business.foundation.entities.Name</ExternalImport>
   <ExternalImport>org.oomodels.sandbox.business.foundation.entities.Name</ExternalImport>
<div class="comment">
<div class="comment">
   <!-- <Description CONTENT="">
   <Description CONTENT="XML/Text">
     <para>
     <para>
       A legal entity (person, company).
       A legal entity (person, company).
     </para>
     </para>
   </Description>-->
   </Description>
</div>
</div>
<div class="attribute">
<div class="attribute">

Revision as of 15:25, 11 July 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="Entity">
  <ExternalImport>org.oomodels.sandbox.business.foundation.entities.Name</ExternalImport>
  <Description CONTENT="XML/Text">
    <para>
      A legal entity (person, company).
    </para>
  </Description>
 <Attribute Name="Name" Type="Name"/>
</Class>

Description[edit]

A legal entity (person, company).