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

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

Documentation
Simple type for the attr.name attribute of <key>. key.name.type is final, that is, it may not be extended or restricted. key.name.type is a restriction of xs:NMTOKEN Allowed values: (no restriction)
Properties
This component is not nillable.

Model



Source
<xs:simpleType final="#all" name="key.name.type">
<xs:restriction base="xs:NMTOKEN"/>
</xs:simpleType>


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