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

Documentation
            The modeler declaration defines a person with the privileges to modify the
            model.
         
Properties
This component is not nillable.

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


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:stringemail
          The e-mail address of the modeler. 
 xs:stringid
           The human usable identifier of the modeler.  
 xs:stringname
           The human friendly name of the modeler.  
 xs:longoid
           A 32-bit number assigned to the modeler.  
 xs:stringpassword
          The password for the modeler. 

Attribute Detail

email

The e-mail address of the modeler.

Type:
xs:string
Use:
optional
Form:
unqualified

id

The human usable identifier of the modeler.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the modeler.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the modeler.

Type:
xs:long
Use:
required
Form:
unqualified

password

The password for the modeler.

Type:
xs:string
Use:
optional
Form:
unqualified

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