Skip to content
Snippets Groups Projects
Commit f9bc4680 authored by Lamar Moore's avatar Lamar Moore
Browse files

Update facilities xml schema #26702

parent 76d6ff2e
No related branches found
No related tags found
No related merge requests found
...@@ -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:choice> <xs:sequence>
<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:choice> </xs:sequence>
<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>
......
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