diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-09-17 12:15:26 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-09-17 12:15:26 +0200 |
| commit | 1537f39761e11669335f6499474f23b11cf2cf38 (patch) | |
| tree | 6cecbdaec8c19d2952e364f63be755f653a4d7bf /src/main/resources/boot/OD | |
| parent | b63e093c221c2cd50a11fb63dd2af658fde7c0af (diff) | |
Server item predefined steps to manage roles. Fixes #200
Diffstat (limited to 'src/main/resources/boot/OD')
| -rw-r--r-- | src/main/resources/boot/OD/Role.xsd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/boot/OD/Role.xsd b/src/main/resources/boot/OD/Role.xsd new file mode 100644 index 0000000..d27c1f0 --- /dev/null +++ b/src/main/resources/boot/OD/Role.xsd @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ elementFormDefault="qualified" attributeFormDefault="unqualified">
+ <xs:element name="Role">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:string">
+ <xs:attribute name="jobList" type="xs:boolean" use="required" />
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
|
