locator.type

http://graphml.graphdrawing.org/
Complex type for the <locator> element.
Content type: (empty)

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:href xs:anyURI required
xlink:type restriction of xs:string optional

Used By

Element locator

Source

<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>