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

Documentation
            A point in 2D space.
         
Properties
This component is not nillable.

Model
<coordinate
  x = xs:string
  y = xs:string>

</coordinate>


Attribute Summary
 xs:stringx
          The location on the x-axis. 
 xs:stringy
          The location on the y-axis. 

Attribute Detail

x

The location on the x-axis.

Type:
xs:string
Use:
optional
Form:
unqualified

y

The location on the y-axis.

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element name="coordinate">
<xs:complexType>
<xs:attribute name="x" type="xs:string">
</xs:attribute>
<xs:attribute name="y" 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.