| Target Namespace | http://eclipse.org/ptp/lml |
|---|---|
| Element and Attribute Namespaces |
|
| Prefix | Namespace |
|---|---|
| Default namespace | http://www.w3.org/2001/XMLSchema |
| xml | http://www.w3.org/XML/1998/namespace |
| lml | http://eclipse.org/ptp/lml |
| Super-types: | None |
|---|---|
| Sub-types: | None |
| Name | colorconstant_type |
|---|---|
| Abstract | no |
| Documentation | Definition of a color name. Connects a name like "red" width a html-like color like "#F00" |
| Super-types: | None |
|---|---|
| Sub-types: | None |
| Name | colordefinition_type |
|---|---|
| Abstract | no |
| Documentation | Collects a list of colorconstants. |
| Super-types: | string < hexcolor_type (by restriction) |
|---|---|
| Sub-types: | None |
| Name | hexcolor_type |
|---|---|
| Content |
|
| Documentation | Defines possible color-values. Allowed values: #Ff0 #FF0000 #FA9 |