Definition Type: ComplexType
Name: default.type
Namespace: http://graphml.graphdrawing.org/xmlns
Type: g:data-extension.type
Containing Schema: graphml-structure.xsd
Abstract False
Documentation:
Complex type for the <default> element.
default.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 default.extra.attrib Drilldown into data-extension.typeXSD Diagram of default.type
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="default.type" final="#all">
    <xs:annotation>
        <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
      Complex type for the &lt;default&gt; element.
      default.type is mixed, that is, data 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:attributeGroup ref="default.extra.attrib">
                <xs:annotation>
                    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
                 user defined extra attributes for &lt;default&gt; elements
          </xs:documentation>
                </xs:annotation>
            </xs:attributeGroup>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Derivation Tree:
Collapse References:
g:default