atom:linkType

The Atom link construct is defined in section 3.4 of the format spec.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
href xs:anyURI required
hreflang xs:NMTOKEN optional
length xs:positiveInteger optional
rel atom:RelCodeType optional
title xs:string optional
type xs:string optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2005/Atom'

Used By

Source

<xs:complexType name="linkType" mixed="true">
  <xs:annotation>
    <xs:documentation>The Atom link construct is defined in section 3.4 of the format spec.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="href" type="xs:anyURI" use="required"/>
  <xs:attribute name="rel" type="atom:RelCodeType" use="optional"/>
  <xs:attribute name="type" type="xs:string" use="optional"/>
  <xs:attribute name="hreflang" type="xs:NMTOKEN" use="optional"/>
  <xs:attribute name="title" type="xs:string" use="optional"/>
  <xs:attribute name="length" type="xs:positiveInteger" use="optional"/>
  <xs:attributeGroup ref="atom:commonAttributes"/>
</xs:complexType>