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

Documentation
            The organization declaration defines an organization item for grouping
            participants.
         
Properties
This component is not nillable.

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


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. 
 participant
           The list of participants for the organization.  

Attribute Summary
 xs:stringid
           The human usable identifier of the organization.  
 xs:stringname
           The human friendly name of the organization.  
 xs:longoid
           A 32-bit number assigned to the organization.  
 xs:stringteamLead
           The role of the team lead for this organization.  

Attribute Detail

id

The human usable identifier of the organization.

Type:
xs:string
Use:
required
Form:
unqualified

name

The human friendly name of the organization.

Type:
xs:string
Use:
required
Form:
unqualified

oid

A 32-bit number assigned to the organization.

Type:
xs:long
Use:
required
Form:
unqualified

teamLead

The role of the team lead for this organization.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="organization">
<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="participant">
</xs:element>
</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="teamLead" 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.