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

Documentation
            The accessPoint declaration defines an access point for the following
            elements: application, context und trigger.
         
Properties
This component is not nillable.

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


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:stringdirection
          The direction of the access point. 
 xs:stringid
           The human usable identifier of the access point.  
 xs:stringname
           The human readable name of the access point.  
 xs:longoid
           A 32-bit number assigned to the access point.  
 xs:stringtype
           The model id of one of the previously defined dataType elements.  

Attribute Detail

direction

The direction of the access point. Valid values are "IN", "OUT" or "INOUT"

Type:
xs:string
Use:
optional
Form:
unqualified

id

The human usable identifier of the access point.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human readable name of the access point.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the access point.

Type:
xs:long
Use:
required
Form:
unqualified

type

The model id of one of the previously defined dataType elements.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="accessPoint">
<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="direction" type="xs:string">
</xs:attribute>
<xs:attribute name="type" 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.