Definition Type: ComplexType
Name: Foreign_Type
Namespace: http://schemas.microsoft.com/visio/2003/core
Type: nsA:Row_Type
Containing Schema: visio.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ImgHeight in schema visio_xsd Drilldown into ImgWidth in schema visio_xsd Drilldown into ImgOffsetY in schema visio_xsd Drilldown into ImgOffsetX in schema visio_xsd Drilldown into Del in schema visio_xsd Drilldown into Row_Type in schema visio_xsdXSD Diagram of Foreign_Type in schema visio_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="Foreign_Type">
    <xsd:complexContent>
        <xsd:extension base="Row_Type">
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:element name="ImgOffsetX" type="ImgOffsetX_Type" minOccurs="0" />
                <xsd:element name="ImgOffsetY" type="ImgOffsetY_Type" minOccurs="0" />
                <xsd:element name="ImgWidth" type="ImgWidth_Type" minOccurs="0" />
                <xsd:element name="ImgHeight" type="ImgHeight_Type" minOccurs="0" />
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImgOffsetX nsA:ImgOffsetX 0 (1)
ImgOffsetY nsA:ImgOffsetY 0 (1)
ImgWidth nsA:ImgWidth 0 (1)
ImgHeight nsA:ImgHeight 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Del nsA:Del (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Foreign