Not used by Microsoft Office Word 2003.
Namespace | http://schemas.microsoft.com/aml/2001/core |
Schema name | Annotation Markup Language |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
type | type | optional | Not used by Microsoft Office Word 2003. |
|
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. |
|
actuate | actuate | optional | Not used by Microsoft Office Word 2003. |
|
<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>