http://www.wfmc.org/2008/XPDL2.1
element FormalParameter

Properties
This component is not nillable.

Model
<FormalParameter
  Id = xsd:NMTOKEN
  Mode = xsd:NMTOKEN : IN
  Name = xsd:string>
(DataType, Description? )
</FormalParameter>


Nested Element Summary
 DataType
          
 Description
          

Attribute Summary
 xsd:NMTOKENId
          
 xsd:NMTOKENMode
          
 xsd:stringName
          

Attribute Detail

Id

Type:
xsd:NMTOKEN
Use:
required
Form:
unqualified

Mode

Type:
based on
with :
Default:
IN
Use:
optional
Form:
unqualified

Name

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="FormalParameter">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="xpdl:DataType"/>
<xsd:element minOccurs="0" ref="xpdl:Description"/>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:NMTOKEN" use="required"/>
<xsd:attribute default="IN" name="Mode">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="IN"/>
<xsd:enumeration value="OUT"/>
<xsd:enumeration value="INOUT"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="Name" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.