Definition Type: ComplexType
Name: contentType
Namespace: http://schemas.microsoft.com/aml/2001/core
Containing Schema: aml.xsd
Abstract
Documentation:
Defines an insertion, deletion, formatting change, comment, or bookmark. Usually contains elements from the XML Document 2003 namespace.
Collapse XSD Schema Diagram:
Drilldown into annotation in schema aml_xsd 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 cid in schema aml_xsd Drilldown into type in schema aml_xsdXSD Diagram of contentType in schema aml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="contentType" mixed="true">
    <xsd:annotation>
        <xsd:documentation>Defines an insertion, deletion, formatting change, comment, or bookmark. Usually contains elements from the XML Document 2003 namespace.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
        <xsd:element ref="property" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
        <xsd:element ref="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:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cid" type="idType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="id" use="optional" type="idType">
        <xsd:annotation>
            <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="label" use="optional" type="label" fixed="content">
        <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 namespace="##other" processContents="lax">
    </xsd:anyAttribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
property aml:property 0 unbounded
annotation aml:annotation 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type aml:type Required
cid aml:cid Optional
id aml:id Optional
label aml:label Optional
format aml:format Optional
codebase aml:codebase Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
aml:content