Definition Type: ComplexType
Name: contextType
Namespace: http://schemas.microsoft.com/aml/2001/core
Containing Schema: aml.xsd
Abstract
Documentation:
Not used by Microsoft Office Word 2003.
Collapse XSD Schema Diagram:
Drilldown into property in schema aml_xsd Drilldown into codebase in schema aml_xsd Drilldown into format in schema aml_xsd Drilldown into label in schema aml_xsd Drilldown into id in schema aml_xsd Drilldown into href in schema aml_xsd Drilldown into type in schema aml_xsdXSD Diagram of contextType in schema aml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="contextType" mixed="true">
    <xsd:annotation>
        <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="property" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="type" type="type" fixed="locator">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="href" type="href" use="required">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="id" type="idType" use="required">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="label" type="label" fixed="context">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="format" type="formatType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="codebase" type="codebaseType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:anyAttribute processContents="lax">
    </xsd:anyAttribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
property aml:property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type aml:type (Optional)
href aml:href Required
id aml:id Required
label aml:label (Optional)
format aml:format Optional
codebase aml:codebase Optional
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
aml:context