target

points at one or several elements or sets of elements by means of one or
more data pointers, using the URI syntax.

Attribute Information

Used By

Source

<xs:attribute name="target">
  <xs:annotation>
    <xs:documentation>points at one or several elements or sets of elements by means of one or more data pointers, using the URI syntax.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="xs:anyURI"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample