am.simplelink

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuate restriction of xs:token optional
arcrole xs:anyURI optional
href xs:token optional
linkrole xs:anyURI optional
linktitle xs:token optional
show restriction of xs:token optional

Used By

Attribute Group am.internal.ptr
Complex Types citation, dao, relation, representation, source

Source

<xs:attributeGroup name="am.simplelink">
  <xs:attribute name="href" type="xs:token"/>
  <xs:attribute name="linkrole" type="xs:anyURI"/>
  <xs:attribute name="arcrole" type="xs:anyURI"/>
  <xs:attribute name="linktitle" type="xs:token"/>
  <xs:attribute name="show">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="new"/>
        <xs:enumeration value="replace"/>
        <xs:enumeration value="embed"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="actuate">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="onload"/>
        <xs:enumeration value="onrequest"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="none"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>