Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/locations/LocatorAddressGeoPosition"

From OOModels
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
<wiml>
<wiml>
* LocatorAddressGeoPosition CoreClass
* LocatorAddressGeoPosition CoreClass
   > org/oomodels/sandbox/business/foundation/locations/LocatorAddress
   > org/oomodels/sandbox/business/foundation/locations/addresses/Address
  + org/xmodel/XMPresentation
    - Name=LiteralVariantsMarkedUp={de="Geo-«Position»",en="Geo-«Position»"}
** Longitude String
** Longitude String
   + XMPresentation
   + XMPresentation

Latest revision as of 08:56, 8 November 2011

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation
Category Type:org/oomodels/wiki/Model
More
Download Code
Diagram
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]

Address
LocatorAddressGeoPosition
«CoreClass»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    de = "Geo-«Position»",
    en = "Geo-«Position»"
}
LongitudeString«»
...
XMPresentation NameLiteralVariants = {
    de = "Länge",
    en = "Longitude"
}
LatitudeString«»
...
XMPresentation NameLiteralVariants = {
    de = "Breite",
    en = "Latitude"
}


Notes[edit]

Datentyp "String" noch durch einen neuen primitiven Typ "Degree" ersetzen