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

Documentation
The role declaration defines a role.
Properties
This component is not nillable.

Model
<role
  cardinality = xs:string
  id = xs:string
  name = xs:string
  oid = xs:long>
((description, attribute*) | (attribute+, description?))?
</role>


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:stringcardinality
          The cardinality of the role. 
 xs:stringid
           The human usable identifier of the role.  
 xs:stringname
          The human friendly name of the role. 
 xs:longoid
          A 32-bit number assigned to the role. 

Attribute Detail

cardinality

The cardinality of the role. Valid values are "*:1" (to one) | "*:N" (to many)

Type:
xs:string
Use:
optional
Form:
unqualified

id

The human usable identifier of the role.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the role.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the role.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="role">
<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="cardinality" 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.