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

Documentation
            The context declaration defines a context for interactive applications where
            context related attributes and access points can be specified.
         
Properties
This component is not nillable.

Model
<context
  oid = xs:long
  type = xs:string>
(((description, attribute*) | (attribute+, description?))? , accessPoint* )
</context>


Nested Element Summary
 accessPoint
          The list of access points. 
 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:longoid
           A 32-bit number assigned to the context.  
 xs:stringtype
          The type of the context for interactive applications. 

Attribute Detail

oid

A 32-bit number assigned to the context.

Type:
xs:long
Use:
required
Form:
unqualified

type

The type of the context for interactive applications. Valid values are the following model id's of previously defined applicationContextType elements: "jfc" | "jsp".

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="context">
<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="accessPoint">
</xs:element>
</xs:sequence>
<xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute>
<xs:attribute name="type" 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.