<?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 <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="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>
|