ref

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuate restriction of xs:token optional
altrender xs:token optional
arcrole xs:anyURI optional
audience restriction of xs:token optional
entityref xs:ENTITY optional
href xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
linkrole xs:anyURI optional
linktitle xs:token optional
script xs:NMTOKEN optional
show restriction of xs:token optional
target xs:IDREF optional
xpointer xs:token optional

Used By

Source

<xs:complexType name="ref" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="abbr" type="abbr"/>
    <xs:element name="expan" type="expan"/>
    <xs:element name="emph" type="emph"/>
    <xs:element name="lb" type="lb"/>
    <xs:element name="ptr" type="ptr"/>
    <xs:element name="quote" type="quote"/>
    <xs:element name="num" type="num"/>
    <xs:element name="footnote" type="footnote"/>
    <xs:element name="date" type="date"/>
    <xs:group ref="m.access"/>
  </xs:choice>
  <xs:attributeGroup ref="am.common"/>
  <xs:attributeGroup ref="am.internal.ptr"/>
  <xs:attribute name="entityref" type="xs:ENTITY"/>
</xs:complexType>