<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="locator.type" final="#all">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
Complex type for the <locator> element.
Content type: (empty)
</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="locator.extra.attrib">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
user defined extra attributes for <locator> elements.
</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute ref="xlink:href" use="required">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
points to the resource of this locator.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<!-- xs:attribute ref="xlink:type" fixed="simple"-->
<xs:attribute ref="xlink:type">
<xs:annotation>
<xs:documentation source="http://graphml.graphdrawing.org/" xml:lang="en">
type of the hyperlink (fixed as simple).
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|