gworkflowdl_2_0.xsd

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

Documentation
Generic property. The attribute "name" specifies the property name,
the element contents its value.
            
Properties
This component is not nillable.

Model
<property
  name = xs:string>
string
</property>


Attribute Summary
 xs:stringname
          

Attribute Detail

name

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

gworkflowdl_2_0.xsd

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