Sha256: f29dc3dc91e020f28bff599a59d5f50d59067ec6d2bb6956e9c5c9457165987e
Contents?: true
Size: 1018 Bytes
Versions: 14
Compression:
Stored size: 1018 Bytes
Contents
<element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="manipulate" rngui:label="Script" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0"> <attribute name="id" rngui:label="ID" rngui:default="javascript:get_free_id()"> <data type="string" rngui:readonly="true"/> </attribute> <attribute name="label" rngui:label="Label"> <data type="string" rngui:label="Short description of the task"/> </attribute> <text rngui:label="Script that is executed"/> <element name="resources" rngui:header="Resources"> <zeroOrMore rngui:label="Create Resources"> <element name='resource' rngui:label="Resource" rngui:labeltype="xml"> <data type="string" rngui:label="Name"/> </element> </zeroOrMore> <attribute name="allocated_to" rngui:label="allocated_to" rngui:default="not_allocated"> <data type="string" rngui:readonly="true"/> </attribute> </element> </element>
Version data entries
14 entries across 14 versions & 1 rubygems