http://graphml.graphdrawing.org/xmlns/graphml
attributeGroup key.attributes.attrib

Documentation
Definition of the attribute group key.attributes.attrib. This group consists of the two optional attributes - attr.name (gives the name for the data function) - attr.type (declares the range of values for the data function)
Properties
This component is not nillable.

Model

  attr.name = key.name.type
  attr.type = key.type.type



Attribute Summary
 key.name.typeattr.name
          
 key.type.typeattr.type
          

Attribute Detail

attr.name

Type:
key.name.type
Use:
optional
Form:
unqualified

attr.type

Type:
key.type.type
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="key.attributes.attrib">
<xs:attribute name="attr.name" type="key.name.type" use="optional"/>
<xs:attribute name="attr.type" type="key.type.type" use="optional"/>
</xs:attributeGroup>


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