key.attributes.attrib

http://graphml.graphdrawing.org/
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)

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
attr.name key.name.type optional
attr.type key.type.type optional

Used By

Attribute Group key.extra.attrib

Source

<xs:attributeGroup name="key.attributes.attrib">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">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)</xs:documentation>
  </xs:annotation>
  <xs:attribute name="attr.name" type="key.name.type" use="optional"/>
  <xs:attribute name="attr.type" type="key.type.type" use="optional"/>
</xs:attributeGroup>