<?xml version="1.0" encoding="WINDOWS-1252"?>
<schema targetNamespace="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2001/XMLSchema" version="2.1.2" xmlns:oraxdb="http://xmlns.oracle.com/xdb" oraxdb:storeVarrayAsTable="true" oraxdb:flags="2105649" oraxdb:schemaURL="http://www.w3.org/1999/xlink/xlinks.xsd" oraxdb:schemaOwner="MDSYS" oraxdb:numProps="37">
  <annotation>
    <appinfo>xlinks.xsd v2.1.2 2002-07</appinfo>
    <documentation xml:lang="en">
      This schema provides the XLink attributes for general use.
    </documentation>
  </annotation>
  <!-- ==============================================================
       global declarations
  =============================================================== -->
  <!-- locator attribute -->
  <attribute name="href" type="anyURI" oraxdb:propNumber="3560" oraxdb:global="true" oraxdb:SQLName="href" oraxdb:memType="1"/>
  <!-- semantic attributes -->
  <attribute name="role" type="anyURI" oraxdb:propNumber="3561" oraxdb:global="true" oraxdb:SQLName="role" oraxdb:memType="1"/>
  <attribute name="arcrole" type="anyURI" oraxdb:propNumber="3562" oraxdb:global="true" oraxdb:SQLName="arcrole" oraxdb:memType="1"/>
  <attribute name="title" type="string" oraxdb:propNumber="3563" oraxdb:global="true" oraxdb:SQLName="title" oraxdb:memType="1"/>
  <!-- behavior attributes -->
  <attribute name="show" oraxdb:propNumber="3564" oraxdb:global="true" oraxdb:SQLName="show" oraxdb:memType="259">
    <annotation>
      <documentation>
        The show attribute is used to communicate the desired presentation
        of the ending resource on traversal from the starting resource; its
        value should be treated as follows:
        new - load ending resource in a new window, frame, pane, or other
              presentation context
        replace - load the resource in the same window, frame, pane, or
                  other presentation context
        embed - load ending resource in place of the presentation of the
                starting resource
        other - behavior is unconstrained; examine other markup in the
                link for hints
        none - behavior is unconstrained
      </documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="new"/>
        <enumeration value="replace"/>
        <enumeration value="embed"/>
        <enumeration value="other"/>
        <enumeration value="none"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="actuate" oraxdb:propNumber="3565" oraxdb:global="true" oraxdb:SQLName="actuate" oraxdb:memType="259">
    <annotation>
      <documentation>
        The actuate attribute is used to communicate the desired timing
        of traversal from the starting resource to the ending resource;
        its value should be treated as follows:
        onLoad - traverse to the ending resource immediately on loading
                 the starting resource
        onRequest - traverse from the starting resource to the ending
                    resource only on a post-loading event triggered for
                    this purpose
        other - behavior is unconstrained; examine other markup in link
                for hints
        none - behavior is unconstrained
      </documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="onLoad"/>
        <enumeration value="onRequest"/>
        <enumeration value="other"/>
        <enumeration value="none"/>
      </restriction>
    </simpleType>
  </attribute>
  <!-- traversal attributes -->
  <attribute name="label" type="string" oraxdb:propNumber="3566" oraxdb:global="true" oraxdb:SQLName="label" oraxdb:memType="1"/>
  <attribute name="from" type="string" oraxdb:propNumber="3567" oraxdb:global="true" oraxdb:SQLName="from" oraxdb:memType="1"/>
  <attribute name="to" type="string" oraxdb:propNumber="3568" oraxdb:global="true" oraxdb:SQLName="to" oraxdb:memType="1"/>
  <!-- ==============================================================
       Attributes grouped by XLink type, as specified by the allowed usage patterns
       in sec. 4.1 of the W3C Recommendation (dated 2001-06-27)
  =================================================================== -->
  <attributeGroup name="simpleLink">
    <attribute name="type" type="string" use="optional" fixed="simple" form="qualified" oraxdb:propNumber="3569" oraxdb:global="false" oraxdb:SQLName="type" oraxdb:memType="1"/>
    <attribute ref="xlink:href" use="optional" oraxdb:propNumber="3570" oraxdb:global="false" oraxdb:SQLName="href" oraxdb:memType="1"/>
    <attribute ref="xlink:role" use="optional" oraxdb:propNumber="3571" oraxdb:global="false" oraxdb:SQLName="role" oraxdb:memType="1"/>
    <attribute ref="xlink:arcrole" use="optional" oraxdb:propNumber="3572" oraxdb:global="false" oraxdb:SQLName="arcrole" oraxdb:memType="1"/>
    <attribute ref="xlink:title" use="optional" oraxdb:propNumber="3573" oraxdb:global="false" oraxdb:SQLName="title" oraxdb:memType="1"/>
    <attribute ref="xlink:show" use="optional" oraxdb:propNumber="3574" oraxdb:global="false" oraxdb:SQLName="show" oraxdb:memType="259"/>
    <attribute ref="xlink:actuate" use="optional" oraxdb:propNumber="3575" oraxdb:global="false" oraxdb:SQLName="actuate" oraxdb:memType="259"/>
  </attributeGroup>
  <attributeGroup name="extendedLink">
    <attribute name="type" type="string" use="required" fixed="extended" form="qualified" oraxdb:propNumber="3576" oraxdb:global="false" oraxdb:SQLName="type" oraxdb:memType="1"/>
    <attribute ref="xlink:role" use="optional" oraxdb:propNumber="3577" oraxdb:global="false" oraxdb:SQLName="role" oraxdb:memType="1"/>
    <attribute ref="xlink:title" use="optional" oraxdb:propNumber="3578" oraxdb:global="false" oraxdb:SQLName="title" oraxdb:memType="1"/>
  </attributeGroup>
  <attributeGroup name="locatorLink">
    <attribute name="type" type="string" use="required" fixed="locator" form="qualified" oraxdb:propNumber="3579" oraxdb:global="false" oraxdb:SQLName="type" oraxdb:memType="1"/>
    <attribute ref="xlink:href" use="required" oraxdb:propNumber="3580" oraxdb:global="false" oraxdb:SQLName="href" oraxdb:memType="1"/>
    <attribute ref="xlink:role" use="optional" oraxdb:propNumber="3581" oraxdb:global="false" oraxdb:SQLName="role" oraxdb:memType="1"/>
    <attribute ref="xlink:title" use="optional" oraxdb:propNumber="3582" oraxdb:global="false" oraxdb:SQLName="title" oraxdb:memType="1"/>
    <attribute ref="xlink:label" use="optional" oraxdb:propNumber="3583" oraxdb:global="false" oraxdb:SQLName="label" oraxdb:memType="1"/>
  </attributeGroup>
  <attributeGroup name="arcLink">
    <attribute name="type" type="string" use="required" fixed="arc" form="qualified" oraxdb:propNumber="3584" oraxdb:global="false" oraxdb:SQLName="type" oraxdb:memType="1"/>
    <attribute ref="xlink:arcrole" use="optional" oraxdb:propNumber="3585" oraxdb:global="false" oraxdb:SQLName="arcrole" oraxdb:memType="1"/>
    <attribute ref="xlink:title" use="optional" oraxdb:propNumber="3586" oraxdb:global="false" oraxdb:SQLName="title" oraxdb:memType="1"/>
    <attribute ref="xlink:show" use="optional" oraxdb:propNumber="3587" oraxdb:global="false" oraxdb:SQLName="show" oraxdb:memType="259"/>
    <attribute ref="xlink:actuate" use="optional" oraxdb:propNumber="3588" oraxdb:global="false" oraxdb:SQLName="actuate" oraxdb:memType="259"/>
    <attribute ref="xlink:from" use="optional" oraxdb:propNumber="3589" oraxdb:global="false" oraxdb:SQLName="from" oraxdb:memType="1"/>
    <attribute ref="xlink:to" use="optional" oraxdb:propNumber="3590" oraxdb:global="false" oraxdb:SQLName="to" oraxdb:memType="1"/>
  </attributeGroup>
  <attributeGroup name="resourceLink">
    <attribute name="type" type="string" use="required" fixed="resource" form="qualified" oraxdb:propNumber="3591" oraxdb:global="false" oraxdb:SQLName="type" oraxdb:memType="1"/>
    <attribute ref="xlink:role" use="optional" oraxdb:propNumber="3592" oraxdb:global="false" oraxdb:SQLName="role" oraxdb:memType="1"/>
    <attribute ref="xlink:title" use="optional" oraxdb:propNumber="3593" oraxdb:global="false" oraxdb:SQLName="title" oraxdb:memType="1"/>
    <attribute ref="xlink:label" use="optional" oraxdb:propNumber="3594" oraxdb:global="false" oraxdb:SQLName="label" oraxdb:memType="1"/>
  </attributeGroup>
  <attributeGroup name="titleLink">
    <attribute name="type" type="string" use="required" fixed="title" form="qualified" oraxdb:propNumber="3595" oraxdb:global="false" oraxdb:SQLName="type" oraxdb:memType="1"/>
  </attributeGroup>
  <attributeGroup name="emptyLink">
    <attribute name="type" type="string" use="required" fixed="empty" form="qualified" oraxdb:propNumber="3596" oraxdb:global="false" oraxdb:SQLName="type" oraxdb:memType="1"/>
  </attributeGroup>
</schema>
