summaryrefslogtreecommitdiff
path: root/resources/boot/OD/PredefinedStepOutcome.xsd
blob: bc0ac5224f17c09172cc97d4a6dfe0ee07c8396c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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="PredefinedStepOutcome">
		<xs:annotation>
			<xs:documentation>General holder for predefined step outcomes we can't be bothered to define a proper schema for</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="param" type="xs:string" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>