Definition Type: AttributeGroup
Name: key.attributes.attrib
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml.xsd
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)
Collapse XSD Schema Diagram:
Drilldown into attr.type in schema graphml_xsd Drilldown into attr.name in schema graphml_xsdXSD Diagram of key.attributes.attrib in schema graphml_xsd (GraphML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
attr.name g:attr.name Optional
attr.type g:attr.type Optional