| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The dataPath declaration defines a data path (data element with a chain of
accessing methods) for a process definition.
| Nested Element Summary | |
| attributeThe list of extension attributes. |
| attributeThe list of extension attributes. |
| descriptionAn optional description of the model element. |
| descriptionAn optional description of the model element. |
| Attribute Summary | |
xs:string | dataThe unique model id of the corresponding data element. |
xs:string | dataPathThe method of the data object to retrieve or put the data. |
xs:boolean | descriptor |
xs:string | directionThe direction of the data path. |
xs:string | idThe human usable identifier of the data path. |
xs:string | nameThe human friendly name of the data path. |
xs:long | oidA 32-bit number assigned to the data path. |
| Attribute Detail |
xs:stringrequiredunqualifiedxs:stringoptionalunqualifiedxs:booleanoptionalunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:longrequiredunqualified<xs:element name="dataPath"><xs:complexType></xs:element><xs:sequence minOccurs="0"><xs:choice maxOccurs="1" minOccurs="0"></xs:sequence>
</xs:choice><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:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||