data.type

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:NMTOKEN optional
http://graphml.graphdrawing.org/
identifies this <data>.
key xs:NMTOKEN required
http://graphml.graphdrawing.org/
refers to the id attribute of a <key>.
time xs:long 0 optional

Used By

Element data

Source

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