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

Documentation
            The data declaration defines a data element for the workflow model.
         
Properties
This component is not nillable.

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


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:stringid
           The human usable identifier of the data element.  
 xs:stringname
           The human friendly name of the data element.  
 xs:longoid
          A 32-bit number assigned to the data. 
 xs:booleanpredefined
           A boolean that indicates whether the data element is predefined or created by modeling.  
 xs:stringtype
          Abstract description of the data type of the data element (e.g. 

Attribute Detail

id

The human usable identifier of the data element.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the data element.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the data.

Type:
xs:long
Use:
required
Form:
unqualified

predefined

A boolean that indicates whether the data element is predefined or created by modeling.

Type:
xs:boolean
Use:
optional
Form:
unqualified

type

Abstract description of the data type of the data element (e.g. primitive, entity). Depending on that type class names are given as attribute elements.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="data">
<xs:complexType>
<xs:sequence>
<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="type" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="predefined" type="xs:boolean">
</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.