Difference between revisions of "Artefact:Aggregate/net/leue/andreas/sandbox/model10/ColorValues"

From OOModels
< Artefact:Aggregate‎ | net‎ | leue‎ | andreas‎ | sandbox‎ | model10
Jump to navigationJump to search
Line 13: Line 13:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EnumerationValues CLASS="Enumeration[]">
<EnumerationValues CLASS="Enumeration[]">
   <V1 Name="Hamburg"/>
   <V1 Name="Rot"/>
   <V1 Name="Niedersachsen"/>
   <V1 Name="Gelb"/>
   <V1 Name="Bremen"/>
   <V1 Name="Grün"/>
   <V1 Name="Saarland"/>
   <V1 Name="Blau"/>
</EnumerationValues>
</EnumerationValues>
</OOMCode>
</OOMCode>

Revision as of 09:07, 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 namespace of Andreas Leue.

create new pages

Code[edit]


<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EnumerationValues CLASS="Enumeration[]">
  <V1 Name="Rot"/>
  <V1 Name="Gelb"/>
  <V1 Name="Grün"/>
  <V1 Name="Blau"/>
</EnumerationValues>