Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Name

From OOModels
< Artefact:Model‎ | org‎ | oomodels‎ | sandbox‎ | business‎ | foundation‎ | entities
Revision as of 08:36, 9 June 2008 by 85.177.163.201 (talk) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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"?>
<UMLClass Name="Name" xmlns="http://www.ooem.org/1.0">
  <Description>
    <para>
      The name of a person.
    </para>
  </Description>
  <Attribute Name="FullName" ReturnType="String" IsReadOnly="true"/>
  <Attribute Name="SortableName" ReturnType="String" IsReadOnly="true"/>
  <Attribute Name="Salutation" ReturnType="String" IsReadOnly="true"/>
</UMLClass>

Description[edit]

The name of a person