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

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

Documentation
The auto size policies for node labels.

Valid values are:

Properties
This component is not nillable.

Model

('node_width' | 'node_height' | 'content')

Source
<xs:simpleType name="autoSizePolicy.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="node_width"/>
<xs:enumeration value="node_height"/>
<xs:enumeration value="content"/>
</xs:restriction>
</xs:simpleType>


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