deprecatedLinkAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
guidref xs:string optional
The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)
hreftype xs:string optional
The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)

Used By

Complex Type Link1Type

Source

<xs:attributeGroup name="deprecatedLinkAttributes">
  <xs:attribute name="guidref" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="hreftype" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>