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

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

Documentation
Complex type for the <key> element. user defined extra attributes for <key> elements.
Properties
This component is not nillable.

Model
<...
  for = key.for.type : all
  id = xs:NMTOKEN>
(desc?, default? )
</...>


Nested Element Summary
 default
          
 desc
          

Attribute Summary
 key.for.typefor
           describes the domain of definition for the corresponding graph attribute.  
 xs:NMTOKENid
          identifies this <key>.  

Attribute Detail

for

describes the domain of definition for the corresponding graph attribute.

Type:
key.for.type
Default:
all
Use:
optional
Form:
unqualified

id

identifies this <key>.

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

Source
<xs:complexType final="#all" name="key.type">
<xs:sequence>
<xs:element minOccurs="0" ref="desc"/>
<xs:element minOccurs="0" ref="default"/>
</xs:sequence>
<xs:attribute name="id" type="xs:NMTOKEN" use="required">
</xs:attribute>
<xs:attribute default="all" name="for" type="key.for.type">
</xs:attribute>
<xs:attributeGroup ref="key.extra.attrib">
</xs:attributeGroup>
</xs:complexType>


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