ops:linkElementType

The primitive link descriptor

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xlink:href xlink:hrefType optional

Used By

Source

<xs:complexType name="linkElementType">
  <xs:annotation>
    <xs:documentation>The primitive link descriptor</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute ref="xlink:href" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>