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

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

Documentation
            Available routing algorithms for connection symbols.
         
Properties
This component is not nillable.

Model

('Default' | 'ShortestPath' | 'Manhattan' | 'Explicit')

Source
<xs:simpleType name="connectionRoutingType">
<xs:restriction base="xs:NCName">
<xs:enumeration value="Default"/>
<xs:enumeration value="ShortestPath"/>
<xs:enumeration value="Manhattan"/>
<xs:enumeration value="Explicit"/>
</xs:restriction>
</xs:simpleType>


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