Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
f9bc4680
Commit
f9bc4680
authored
5 years ago
by
Lamar Moore
Browse files
Options
Downloads
Patches
Plain Diff
Update facilities xml schema #26702
parent
76d6ff2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd
+4
-12
4 additions, 12 deletions
instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd
with
4 additions
and
12 deletions
instrument/Schema/Facilities/1.0/FacilitiesSchema.xsd
+
4
−
12
View file @
f9bc4680
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
<xs:element
name=
"technique"
maxOccurs=
"unbounded"
type=
"xs:string"
/>
<xs:element
name=
"technique"
maxOccurs=
"unbounded"
type=
"xs:string"
/>
<xs:element
name=
"livedata"
>
<xs:element
name=
"livedata"
>
<xs:complexType>
<xs:complexType>
<xs:
choi
ce>
<xs:
sequen
ce>
<xs:element
name=
"connection"
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:element
name=
"connection"
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<xs:complexType>
<xs:complexType>
<xs:attribute
name=
"name"
type=
"xs:string"
use=
"required"
/>
<xs:attribute
name=
"name"
type=
"xs:string"
use=
"required"
/>
...
@@ -95,21 +95,13 @@
...
@@ -95,21 +95,13 @@
<xs:attribute
name=
"listener"
type=
"xs:string"
use=
"required"
/>
<xs:attribute
name=
"listener"
type=
"xs:string"
use=
"required"
/>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
<xs:element
name=
"
choppertopic"
type=
"topicType
"
maxOccurs=
"unbounded"
/
>
<xs:element
name=
"
topic"
minOccurs=
"0
"
maxOccurs=
"unbounded"
>
<xs:complexType>
<xs:complexType>
<xs:attribute
name=
"name"
type=
"xs:string"
use=
"required"
/>
<xs:attribute
name=
"name"
type=
"xs:string"
use=
"required"
/>
<xs:attribute
name=
"type"
type=
"xs:string"
use=
"required"
/>
</xs:complexType>
</xs:complexType>
<xs:simpleType
name=
"topicType"
>
<xs:restriction
base=
"xs:string"
>
<xs:enumeration
value=
"event"
/>
<xs:enumeration
value=
"chopper"
/>
<xs:enumeration
value=
"sample"
/>
<xs:enumeration
value=
"run"
/>
<xs:enumeration
value=
"monitor"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:element>
</xs:
choi
ce>
</xs:
sequen
ce>
<xs:attribute
name=
"default"
type=
"xs:string"
use=
"optional"
/>
<xs:attribute
name=
"default"
type=
"xs:string"
use=
"optional"
/>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment