Difference between revisions of "Artefact:Aggregate/de/gtools/gaertner/sandbox/die/EnumerationValues"

From OOModels
< Artefact:Aggregate‎ | de‎ | gtools‎ | gaertner‎ | sandbox‎ | die
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Aggregate | Meta_Down...)
 
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
<OOMCode type="org/xocp/OCP/xml/2.0">
<OOMCode type="org/xocp/OCP/xml/2.0">
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<LaenderValues CLASS="Enumeration[]">
<EnumerationValues CLASS="Enumeration[]">
   <V1 Name="Hamburg"/>
   <V1 Name="Hamburg"/>
   <V1 Name="Niedersachsen"/>
   <V1 Name="Niedersachsen"/>
   <V1 Name="Bremen"/>
   <V1 Name="Bremen"/>
   <V1 Name="Saarland"/>
   <V1 Name="Saarland"/>
</LaenderValues>
</EnumerationValues>
</OOMCode>
</OOMCode>

Latest revision as of 08:34, 10 March 2010

Classification
Type Type:org/xocp/OCP/xml/2.0
Domain Domain:it/test
Category Type:org/oomodels/wiki/Aggregate
More
Download Code
Namespace (more)

private name space of Manfred

create new pages

Code[edit]


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EnumerationValues CLASS="Enumeration[]">
  <V1 Name="Hamburg"/>
  <V1 Name="Niedersachsen"/>
  <V1 Name="Bremen"/>
  <V1 Name="Saarland"/>
</EnumerationValues>