http://www.carnot.ag/workflowmodel/3.1
element dataPath

Documentation
            The dataPath declaration defines a data path (data element with a chain of
            accessing methods) for a process definition.
         
Properties
This component is not nillable.

Model
<dataPath
  data = xs:string
  dataPath = xs:string
  descriptor = xs:boolean
  direction = xs:string
  id = xs:string
  name = xs:string
  oid = xs:long>
((description, attribute*) | (attribute+, description?))? ?
</dataPath>


Nested Element Summary
 attribute
          The list of extension attributes. 
 attribute
          The list of extension attributes. 
 description
          An optional description of the model element. 
 description
          An optional description of the model element. 

Attribute Summary
 xs:stringdata
           The unique model id of the corresponding data element.  
 xs:stringdataPath
          The method of the data object to retrieve or put the data. 
 xs:booleandescriptor
          
 xs:stringdirection
          The direction of the data path. 
 xs:stringid
           The human usable identifier of the data path.  
 xs:stringname
           The human friendly name of the data path.  
 xs:longoid
           A 32-bit number assigned to the data path.  

Attribute Detail

data

The unique model id of the corresponding data element.

Type:
xs:string
Use:
required
Form:
unqualified

dataPath

The method of the data object to retrieve or put the data. Can be left empty, if the whole object is used.

Type:
xs:string
Use:
optional
Form:
unqualified

descriptor

Type:
xs:boolean
Use:
optional
Form:
unqualified

direction

The direction of the data path. Valid values are "IN" | "OUT".

Type:
xs:string
Use:
required
Form:
unqualified

id

The human usable identifier of the data path.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the data path.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the data path.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="dataPath">
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:choice maxOccurs="1" minOccurs="0">
<xs:group ref="grDescrAttr"/>
<xs:group ref="grAttrDescr"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="id" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="name" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="direction" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="descriptor" type="xs:boolean"/>
<xs:attribute name="data" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="dataPath" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>


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