http://www.yworks.com/xml/graphml
complexType FloatInsets.type

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://www.yworks.com/xml/graphml}FloatInsets.type (restriction)

Documentation
Type that can be used to describe insets in double precision.
Properties
This component is not nillable.

Model
<...
  bottom = xs:double
  left = xs:double
  right = xs:double
  top = xs:double>

</...>


Attribute Summary
 xs:doublebottom
           The minimal inset at the bottom in double precision.  
 xs:doubleleft
           The minimal inset at the left in double precision.  
 xs:doubleright
           The minimal inset at the right in double precision.  
 xs:doubletop
           The minimal inset at the top in double precision.  

Attribute Detail

bottom

The minimal inset at the bottom in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

left

The minimal inset at the left in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

right

The minimal inset at the right in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

top

The minimal inset at the top in double precision.

Type:
xs:double
Use:
optional
Form:
unqualified

Source
<xs:complexType name="FloatInsets.type">
<xs:attribute name="top" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="bottom" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="left" type="xs:double" use="optional">
</xs:attribute>
<xs:attribute name="right" type="xs:double" use="optional">
</xs:attribute>
</xs:complexType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.