<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>
|