| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The data declaration defines a data element for the workflow model.
| 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 | idThe human usable identifier of the data element. |
xs:string | nameThe human friendly name of the data element. |
xs:long | oidA 32-bit number assigned to the data. |
xs:boolean | predefinedA boolean that indicates whether the data element is predefined or created by modeling. |
xs:string | typeAbstract description of the data type of the data element (e.g. |
| Attribute Detail |
xs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:longrequiredunqualifiedxs:booleanoptionalunqualifiedxs:stringrequiredunqualified<xs:element name="data"><xs:complexType></xs:element><xs:sequence><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="type" type="xs:string" use="required">
</xs:attribute><xs:attribute name="predefined" type="xs:boolean"></xs:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||