contextType 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

Element Description
property Not used by Microsoft Office Word 2003.

Attributes

Attribute Type Required Description Possible Values
type type optional Not used by Microsoft Office Word 2003.
  • simple
  • extended
  • locator
  • arc
  • resource
  • title
href href required Not used by Microsoft Office Word 2003.
id idType required 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="contextType" mixed="true" >
  <xsd:sequence>
    <xsd:element ref="aml:property" minOccurs="0" maxOccurs="unbounded"></xsd:element>
  </xsd:sequence>
  <xsd:attribute name="type" type="type" fixed="locator"></xsd:attribute>
  <xsd:attribute name="href" type="href" use="required"></xsd:attribute>
  <xsd:attribute name="id" type="aml:idType" use="required"></xsd:attribute>
  <xsd:attribute name="label" type="label" fixed="context"></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 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