default.type

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

Complex Type Information

Model

Used By

Element default

Source

<xs:complexType name="default.type" final="#all">
  <xs:annotation>
    <xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">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.</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 <default> elements</xs:documentation>
        </xs:annotation>
      </xs:attributeGroup>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>