Definition Type: ComplexType
Name: Page_Type
Namespace: http://schemas.microsoft.com/visio/2003/core
Containing Schema: visio.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Connects in schema visio_xsd Drilldown into Shapes in schema visio_xsd Drilldown into PageSheet in schema visio_xsd Drilldown into AssociatedPage in schema visio_xsd Drilldown into ReviewerID in schema visio_xsd Drilldown into ViewCenterY in schema visio_xsd Drilldown into ViewCenterX in schema visio_xsd Drilldown into ViewScale in schema visio_xsd Drilldown into BackPage in schema visio_xsd Drilldown into Background in schema visio_xsd Drilldown into NameU in schema visio_xsd Drilldown into Name in schema visio_xsd Drilldown into ID in schema visio_xsdXSD Diagram of Page_Type in schema visio_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="Page_Type">
    <xsd:choice minOccurs="0" maxOccurs="unbounded">
        <xsd:element name="PageSheet" type="PageSheet_Type" minOccurs="0" />
        <xsd:element name="Shapes" type="Shapes_Type" minOccurs="0" />
        <xsd:element name="Connects" type="Connects_Type" minOccurs="0" />
    </xsd:choice>
    <xsd:attribute name="ID" type="xsd:unsignedLong" />
    <xsd:attribute name="Name" type="xsd:string" />
    <xsd:attribute name="NameU" type="xsd:string" />
    <xsd:attribute name="Background" type="ISOBoolean" />
    <xsd:attribute name="BackPage" type="xsd:unsignedLong" />
    <xsd:attribute name="ViewScale" type="xsd:float" />
    <xsd:attribute name="ViewCenterX" type="xsd:float" />
    <xsd:attribute name="ViewCenterY" type="xsd:float" />
    <xsd:attribute name="ReviewerID" type="xsd:unsignedLong" />
    <xsd:attribute name="AssociatedPage" type="xsd:unsignedLong" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PageSheet nsA:PageSheet 0 (1)
Shapes nsA:Shapes 0 (1)
Connects nsA:Connects 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ID nsA:ID (Optional)
Name nsA:Name (Optional)
NameU nsA:NameU (Optional)
Background nsA:Background (Optional)
BackPage nsA:BackPage (Optional)
ViewScale nsA:ViewScale (Optional)
ViewCenterX nsA:ViewCenterX (Optional)
ViewCenterY nsA:ViewCenterY (Optional)
ReviewerID nsA:ReviewerID (Optional)
AssociatedPage nsA:AssociatedPage (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Page