contentType complexType

Defines an insertion, deletion, formatting change, comment, or bookmark. Usually contains elements from the XML Document 2003 namespace.

Type Information

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

Elements and Attributes

Child Elements

Element Description
property Not used by Microsoft Office Word 2003.
annotation Represents a tracked insertion, deletion, formatting change, comment, or bookmark in a document.

Attributes

Attribute Type Required Description Possible Values
type type required Not used by Microsoft Office Word 2003.
  • simple
  • extended
  • locator
  • arc
  • resource
  • title
cid idType optional Not used by Microsoft Office Word 2003.
href href prohibited Not used by Microsoft Office Word 2003.
id idType optional Not used by Microsoft Office Word 2003.
label label optional Not used by Microsoft Office Word 2003.
format formatType optional Not used by Microsoft Office Word 2003.
codebase codebaseType optional Not used by Microsoft Office Word 2003.

Definition

      
<xsd:complexType name="contentType" mixed="true" >
  <xsd:sequence minOccurs="0" maxOccurs="unbounded">
    <xsd:element ref="aml:property" minOccurs="0" maxOccurs="unbounded"></xsd:element>
    <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="unbounded"></xsd:element>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"></xsd:any>
  </xsd:sequence>
  <xsd:attribute name="type" use="required" type="type" fixed="resource"></xsd:attribute>
  <xsd:attribute name="cid" type="aml:idType" use="optional"></xsd:attribute>
  <xsd:attribute name="href" type="href" use="prohibited"></xsd:attribute>
  <xsd:attribute name="id" use="optional" type="aml:idType"></xsd:attribute>
  <xsd:attribute name="label" use="optional" type="label" fixed="content"></xsd:attribute>
  <xsd:attribute name="format" type="aml:formatType" use="optional"></xsd:attribute>
  <xsd:attribute name="codebase" type="aml:codebaseType" use="optional"></xsd:attribute>
  <xsd:anyAttribute namespace="##other" processContents="lax"></xsd:anyAttribute>
</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