http://graphml.graphdrawing.org/xmlns/graphml
simpleType yfiles.foldertype.type

Super Types
{http://www.w3.org/2001/XMLSchema}NMTOKEN
|
+--{http://graphml.graphdrawing.org/xmlns/graphml}yfiles.foldertype.type (restriction)

Documentation
The valid folder types for a folder/group node.

Valid values are

Properties
This component is not nillable.

Model

('folder' | 'group' | 'leaf')

Source
<xs:simpleType name="yfiles.foldertype.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="folder"/>
<xs:enumeration value="group"/>
<xs:enumeration value="leaf"/>
</xs:restriction>
</xs:simpleType>


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