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

Documentation
            The view declaration defines a view which can hold references to viewable
            model elements to groups them loosely.
         
Properties
This component is not nillable.

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


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. 
 view
           The list of further dependent views.  
 viewable
          The list of viewables. 

Attribute Summary
 xs:stringname
          The human friendly name of the view. 
 xs:longoid
          A 32-bit number assigned to the view. 

Attribute Detail

name

The human friendly name of the view.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the view.

Type:
xs:long
Use:
required
Form:
unqualified

Source
<xs:element name="view">
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:group ref="grDescrAttr"/>
<xs:group ref="grAttrDescr"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="view">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="viewable">
</xs:element>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="name" type="xs:string" use="required">
</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.