diff options
Diffstat (limited to 'resources/boot/OD/ChooseWorkflow.xsd')
| -rw-r--r-- | resources/boot/OD/ChooseWorkflow.xsd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/boot/OD/ChooseWorkflow.xsd b/resources/boot/OD/ChooseWorkflow.xsd new file mode 100644 index 0000000..9927231 --- /dev/null +++ b/resources/boot/OD/ChooseWorkflow.xsd @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
+ <xs:element name="ChooseWorkflow"> + <xs:complexType> + <xs:sequence> + <xs:element name="WorkflowDefinitionName" type="xs:string"> + <xs:annotation> + <xs:documentation>Give the name of the composite activity description that you would like new instance of this description to run.</xs:documentation> + </xs:annotation> + </xs:element> + </xs:sequence> + </xs:complexType> + </xs:element> +</xs:schema>
|
