gworkflowdl_1_0.xsd

http://www.gridworkflow.org/gworkflowdl
element place

Properties
This component is not nillable.

Model
<place
  capacity = xs:integer
  ID = xs:ID>
(description?, property*, tokenClass, token )
</place>


Nested Element Summary
 description
          
 property
          
 token
          
 tokenClass
          

Attribute Summary
 xs:integercapacity
          
 xs:IDID
          

Attribute Detail

capacity

Type:
xs:integer
Use:
optional
Form:
unqualified

ID

Type:
xs:ID
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="place">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="property"/>
<xs:element minOccurs="0" name="tokenClass">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="owl"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="token">
<xs:complexType>
<xs:sequence>
<xs:any minOccurs="0" namespace="##any" processContents="lax"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="xs:ID" use="required"/>
<xs:attribute name="capacity" type="xs:integer"/>
</xs:complexType>
</xs:element>

gworkflowdl_1_0.xsd

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