extptrType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
actuate restriction of xs:NMTOKEN optional
arcrole xs:string optional
ea xs:NMTOKEN optional
href xs:string optional
linktype restriction of xs:NMTOKEN simple optional
role xs:string optional
show restriction of xs:NMTOKEN optional
targetout xs:ENTITY optional
title xs:string optional

Used By

Source

<xs:complexType name="extptrType">
  <xs:attribute name="targetout" type="xs:ENTITY"/>
  <xs:attribute name="linktype" fixed="simple">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="simple"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="href" type="xs:string"/>
  <xs:attribute name="role" type="xs:string"/>
  <xs:attribute name="arcrole" type="xs:string"/>
  <xs:attribute name="title" type="xs:string"/>
  <xs:attribute name="show">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="new"/>
        <xs:enumeration value="replace"/>
        <xs:enumeration value="embed"/>
        <xs:enumeration value="showother"/>
        <xs:enumeration value="shownone"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="actuate">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="onload"/>
        <xs:enumeration value="onrequest"/>
        <xs:enumeration value="actuateother"/>
        <xs:enumeration value="actuatenone"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType>