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

Documentation
            The dataType declaration defines a data type for data elements.
         
Properties
This component is not nillable.

Model
<dataType
  accessPathEditor = xs:string
  evaluator = xs:string
  id = xs:string
  instanceClass = xs:string
  name = xs:string
  oid = xs:long
  panelClass = xs:string
  predefined = xs:boolean
  readable = xs:boolean
  storageStrategy = xs:string
  validatorClass = xs:string
  valueCreator = xs:string
  writable = xs:boolean>
((description, attribute*) | (attribute+, description?))?
</dataType>


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:stringaccessPathEditor
          
 xs:stringevaluator
          
 xs:stringid
           The human usable identifier of the data type.  
 xs:stringinstanceClass
          
 xs:stringname
           The human friendly name of the data type.  
 xs:longoid
           A 32-bit number assigned to the data type.  
 xs:stringpanelClass
          
 xs:booleanpredefined
           A boolean that indicates whether the data type is predefined or created by modeling.  
 xs:booleanreadable
          
 xs:stringstorageStrategy
          
 xs:stringvalidatorClass
          
 xs:stringvalueCreator
          
 xs:booleanwritable
          

Attribute Detail

accessPathEditor

Type:
xs:string
Use:
optional
Form:
unqualified

evaluator

Type:
xs:string
Use:
optional
Form:
unqualified

id

The human usable identifier of the data type.

Type:
xs:string
Use:
required
Form:
unqualified

instanceClass

Type:
xs:string
Use:
optional
Form:
unqualified

name

The human friendly name of the data type.

Type:
xs:string
Use:
optional
Form:
unqualified

oid

A 32-bit number assigned to the data type.

Type:
xs:long
Use:
required
Form:
unqualified

panelClass

Type:
xs:string
Use:
optional
Form:
unqualified

predefined

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

Type:
xs:boolean
Use:
optional
Form:
unqualified

readable

Type:
xs:boolean
Use:
optional
Form:
unqualified

storageStrategy

Type:
xs:string
Use:
optional
Form:
unqualified

validatorClass

Type:
xs:string
Use:
optional
Form:
unqualified

valueCreator

Type:
xs:string
Use:
optional
Form:
unqualified

writable

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element name="dataType">
<xs:complexType>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:group ref="grDescrAttr"/>
<xs:group ref="grAttrDescr"/>
</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">
</xs:attribute>
<xs:attribute name="predefined" type="xs:boolean">
</xs:attribute>
<xs:attribute name="panelClass" type="xs:string"/>
<xs:attribute name="accessPathEditor" type="xs:string"/>
<xs:attribute name="validatorClass" type="xs:string"/>
<xs:attribute name="evaluator" type="xs:string"/>
<xs:attribute name="instanceClass" type="xs:string"/>
<xs:attribute name="valueCreator" type="xs:string"/>
<xs:attribute name="storageStrategy" type="xs:string"/>
<xs:attribute name="writable" type="xs:boolean"/>
<xs:attribute name="readable" type="xs:boolean"/>
</xs:complexType>
</xs:element>


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