Definition Type: ComplexType
Name: propertyType
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 codebase in schema aml_xsd Drilldown into format in schema aml_xsd Drilldown into name in schema aml_xsdXSD Diagram of propertyType in schema aml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="propertyType" mixed="true">
    <xsd:annotation>
        <xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
    </xsd:sequence>
    <xsd:attribute name="name" type="nameType" use="required">
        <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 Attributes:
Name Type Default Value Use
name aml:name Required
format aml:format Optional
codebase aml:codebase Optional
<anyAttribute>
Collapse Derivation Tree:
Collapse References:
aml:property