summaryrefslogtreecommitdiff
path: root/resources/boot/property
diff options
context:
space:
mode:
authorabranson <andrew.branson@cern.ch>2012-01-27 14:02:17 +0100
committerabranson <andrew.branson@cern.ch>2012-01-27 14:02:17 +0100
commit7d36c0df166e6eacd6c37a8295ef5ac0ac68bdd4 (patch)
tree9a7348571ee3b1d9dfe08788d5737fb8f65a5be5 /resources/boot/property
Initial commit
Diffstat (limited to 'resources/boot/property')
-rw-r--r--resources/boot/property/CAProp.xml5
-rw-r--r--resources/boot/property/EAProp.xml5
-rw-r--r--resources/boot/property/ODProp.xml5
-rw-r--r--resources/boot/property/SCProp.xml4
4 files changed, 19 insertions, 0 deletions
diff --git a/resources/boot/property/CAProp.xml b/resources/boot/property/CAProp.xml
new file mode 100644
index 0000000..d5b2bea
--- /dev/null
+++ b/resources/boot/property/CAProp.xml
@@ -0,0 +1,5 @@
+<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Complexity" IsClassIdentifier="true" DefaultValue="Composite" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="ActivityDesc" IsMutable="false"/>
+</AllProperties>
diff --git a/resources/boot/property/EAProp.xml b/resources/boot/property/EAProp.xml
new file mode 100644
index 0000000..ddf07c1
--- /dev/null
+++ b/resources/boot/property/EAProp.xml
@@ -0,0 +1,5 @@
+<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Complexity" IsClassIdentifier="true" DefaultValue="Elementary" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="ActivityDesc" IsMutable="false"/>
+</AllProperties>
diff --git a/resources/boot/property/ODProp.xml b/resources/boot/property/ODProp.xml
new file mode 100644
index 0000000..0c85444
--- /dev/null
+++ b/resources/boot/property/ODProp.xml
@@ -0,0 +1,5 @@
+<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="OutcomeDesc" IsMutable="false"/>
+ <PropertyDescription Name="Breakapart" IsClassIdentifier="false" DefaultValue="0" IsMutable="false"/>
+</AllProperties>
diff --git a/resources/boot/property/SCProp.xml b/resources/boot/property/SCProp.xml
new file mode 100644
index 0000000..356f2f9
--- /dev/null
+++ b/resources/boot/property/SCProp.xml
@@ -0,0 +1,4 @@
+<AllProperties>
+ <PropertyDescription Name="Name" IsClassIdentifier="false" DefaultValue="" IsMutable="false"/>
+ <PropertyDescription Name="Type" IsClassIdentifier="true" DefaultValue="Script" IsMutable="false"/>
+</AllProperties>