linkTypeType

<h:div class="summary">The type of the link.</h:div>

Simple Type Information

Used By

Attribute linkType/@linkType

Source

<xsd:simpleType id="st.linkTypeType" name="linkTypeType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">The type of the link.</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="extended">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A container for locators.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="locator">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A link to an element.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="arc">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A labelled link.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>