Skip to content
Snippets Groups Projects
Commit 146e9e99 authored by Federico Montesino Pouzols's avatar Federico Montesino Pouzols
Browse files

fix schema, use jobmanagertype (lowercase) attr, re #11460

parent 76e57fcc
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<archiveSearch plugin="ISISDataSearch" />
</archive>
<computeResource name="SCARF@STFC" JobManagerType="SCARFLSFJobManager">
<computeResource name="SCARF@STFC" jobmanagertype="SCARFLSFJobManager">
<baseURL>https://portal.scarf.rl.ac.uk</baseURL>
</computeResource>
......
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0">
<xs:element name="facilities">
......@@ -22,13 +22,12 @@
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="baseURL" type="xs:string" />
<xs:element name="JobManagerType" type="xs:string" />
<xs:element name="configFileURL" type="xs:string" />
<xs:element name="mpirunExecutable" type="xs:string" />
<xs:element name="pythonExecutable" type="xs:string" />
</xs:choice>
<xs:attribute name="name"/>
<xs:attribute name="type"/>
<xs:attribute name="jobmanagertype"/>
</xs:complexType>
</xs:element>
<xs:element name="catalog">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment