arcType complexType

Not used by Microsoft Office Word 2003.

Type Information

Namespace http://schemas.microsoft.com/aml/2001/core
Schema name Annotation Markup Language

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
type type optional Not used by Microsoft Office Word 2003.
  • simple
  • extended
  • locator
  • arc
  • resource
  • title
from from optional Not used by Microsoft Office Word 2003.
to to optional Not used by Microsoft Office Word 2003.
arcrole arcrole optional Not used by Microsoft Office Word 2003.
role role optional Not used by Microsoft Office Word 2003.
title title optional Not used by Microsoft Office Word 2003.
show show optional Not used by Microsoft Office Word 2003.
  • new
  • replace
  • embed
  • undefined
actuate actuate optional Not used by Microsoft Office Word 2003.
  • onLoad
  • onRequest
  • undefined

Definition

      
<xsd:complexType name="arcType" >
  <xsd:complexContent>
    <xsd:restriction base="xsd:anyType">
      <xsd:attribute name="type" type="type" fixed="arc"></xsd:attribute>
      <xsd:attribute name="from" type="from" default="context" use="optional"></xsd:attribute>
      <xsd:attribute name="to" type="to" default="content" use="optional"></xsd:attribute>
      <xsd:attribute name="arcrole" type="arcrole" default="annotates" use="optional"></xsd:attribute>
      <xsd:attribute name="role" type="role" default="annotation" use="optional"></xsd:attribute>
      <xsd:attribute name="title" type="title" default="annotation" use="optional"></xsd:attribute>
      <xsd:attribute name="show" type="show" default="undefined" use="optional"></xsd:attribute>
      <xsd:attribute name="actuate" type="actuate" default="undefined" use="optional"></xsd:attribute>
    </xsd:restriction>
  </xsd:complexContent>
</xsd:complexType>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp