Definition Type: ComplexType
Name: data.type
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:data-extension.type
Containing Schema: graphml-structure.xsd
Abstract False
Documentation:
Complex type for the <data> element.
data.type is mixed, that is, <data> may contain #PCDATA.
Content type: extension of data-extension.type which is empty
              per default.
Collapse XSD Schema Diagram:
Drilldown into common.extra.attrib Drilldown into data.extra.attrib Drilldown into id Drilldown into key Drilldown into data-extension.typeXSD Diagram of data.type
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="data.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
      Complex type for the &lt;data&gt; element.
      data.type is mixed, that is, &lt;data&gt; may contain #PCDATA.
      Content type: extension of data-extension.type which is empty
                    per default.
    </xs:documentation>
    </xs:annotation>
    <xs:complexContent mixed="true">
        <xs:extension base="data-extension.type">
            <xs:attribute name="key" type="xs:NMTOKEN" use="required">
                <xs:annotation>
                    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">refers to the id attribute of a &lt;key&gt;.
          </xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="id" type="xs:NMTOKEN" use="optional">
                <xs:annotation>
                    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">identifies this &lt;data&gt;.
          </xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attributeGroup ref="data.extra.attrib">
                <xs:annotation>
                    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                 user defined extra attributes for &lt;data&gt; elements
          </xs:documentation>
                </xs:annotation>
            </xs:attributeGroup>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
key g:key Required
id g:id Optional
Collapse Derivation Tree:
Collapse References:
g:data