diff --git a/src/main/webapp/xsd/property-edits-1.0.0.xsd b/src/main/webapp/xsd/property-edits-1.0.0.xsd new file mode 100644 index 0000000..539a3f4 --- /dev/null +++ b/src/main/webapp/xsd/property-edits-1.0.0.xsd @@ -0,0 +1,95 @@ + + + + + + + + + 1.0.0+ + + A collection instructions. Each instruction is either a 'put' or an 'edit', + and calls out a file, a property name, and a property value. + + + + + + 1.0.0+ + + A collection instructions. Each instruction is either a 'put' or an 'edit', + and calls out a file, a property name, and a property value. + + + + + + 1.0.0+ + The list of edits to perform. + + + + + + + + + + + + 1.0.0+ + + A single property edit. + + + + + + 1.0.0+ + + The operation to perform: 'put' or 'extend'. + + + + + + 1.0.0+ + + The pathname, relative to the the Karaf etc directory, of the file to manipulate. + + + + + + 1.0.0+ + + The property key. + + + + + + 1.0.0+ + + The property value. + + + + + + + + + + 0.0.0+ + + + + 1.0.0 + for the 'extend' operation, indicates that the value should be placed at the head of the list. + + + + + + \ No newline at end of file