Definition Type: ComplexType
Name: locator.type
Namespace: http://graphml.graphdrawing.org/xmlns
Containing Schema: graphml-structure.xsd
Abstract False
Documentation:
Complex type for the <locator> element.
Content type: (empty)
Collapse XSD Schema Diagram:
Drilldown into type Drilldown into href Drilldown into common.extra.attrib Drilldown into locator.extra.attribXSD Diagram of locator.type
Collapse XSD Schema Code:
<?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 &lt;locator&gt; 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 &lt;locator&gt; 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>
Collapse Child Attributes:
Name Type Default Value Use
href xlink:href Required
type xlink:type (Optional)
Collapse Derivation Tree:
Collapse References:
g:locator