http://www.yworks.com/xml/graphml
simpleType alignment.type

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

Documentation
The valid alignemts for labels.

Valid values are:

Properties
This component is not nillable.

Model

('center' | 'left' | 'right')

Source
<xs:simpleType name="alignment.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="center"/>
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
</xs:restriction>
</xs:simpleType>


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