Definition Type: Element
Name: Image
Namespace: http://schemas.microsoft.com/office/onenote/2004/import
Type: nsB:ImageContent
Containing Schema: SimpleImport.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Data in schema simpleimport_xsd Drilldown into File in schema simpleimport_xsd Drilldown into ImageContent in schema simpleimport_xsd Drilldown into height in schema simpleimport_xsd Drilldown into width in schema simpleimport_xsd Drilldown into backgroundImage in schema simpleimport_xsdXSD Diagram of Image in schema simpleimport_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Image">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="ImageContent">
                <xsd:attribute name="backgroundImage" type="xsd:boolean" default="false" />
                <!-- Width and Height are also expressed in points. -->
                <xsd:attribute name="width" type="PositiveDecimal" />
                <xsd:attribute name="height" type="PositiveDecimal" />
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
File nsB:File (1) (1)
Data nsB:Data (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
backgroundImage nsB:backgroundImage false (Optional)
width nsB:width (Optional)
height nsB:height (Optional)
Collapse Derivation Tree: