http://graphml.graphdrawing.org/xmlns/graphml
simpleType key.type.type

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

Documentation
Simple type for the attr.type attribute of <key>. key.type.type is final, that is, it may not be extended or restricted. key.type.type is a restriction of xs:NMTOKEN Allowed values: boolean, int, long, float, double, string, complex.
Properties
This component is not nillable.

Model

('boolean' | 'int' | 'long' | 'float' | 'double' | 'string' | 'complex')

Source
<xs:simpleType final="#all" name="key.type.type">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="boolean"/>
<xs:enumeration value="int"/>
<xs:enumeration value="long"/>
<xs:enumeration value="float"/>
<xs:enumeration value="double"/>
<xs:enumeration value="string"/>
<xs:enumeration value="complex"/>
</xs:restriction>
</xs:simpleType>


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