http://www.carnot.ag/workflowmodel/3.1
simpleType joinSplitType

Super Types
{http://www.w3.org/2001/XMLSchema}NCName
|
+--{http://www.carnot.ag/workflowmodel/3.1}joinSplitType (restriction)

Properties
This component is not nillable.

Model

('None' | 'XOR' | 'AND')

Source
<xs:simpleType name="joinSplitType">
<xs:restriction base="xs:NCName">
<xs:enumeration value="None"/>
<xs:enumeration value="XOR"/>
<xs:enumeration value="AND"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.