notes/xlml/visio.xsd

3330 lines
128 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.microsoft.com/visio/2003/core" xmlns="http://schemas.microsoft.com/visio/2003/core" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:annotation>
<xsd:documentation>
Permission to copy, display and distribute the contents of this document (the “Specification”), in any medium for any purpose without fee or royalty is hereby granted, provided that you include the following notice on ALL copies of the Specification, or portions thereof, that you make:
Copyright (c) Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp?frame=true.
No right to create modifications or derivatives of this Specification is granted herein.
There is a separate patent license available to parties interested in implementing software programs that can read and write files that conform to the Specification. This patent license is available at this location: http://www.microsoft.com/mscorp/ip/format/xmlpatentlicense.asp.
THE SPECIFICATION IS PROVIDED "AS IS" AND MICROSOFT MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
MICROSOFT WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR DISTRIBUTION OF THE SPECIFICATION.
The name and trademarks of Microsoft may NOT be used in any manner, including advertising or publicity pertaining to the Specification or its contents without specific, written prior permission. Title to copyright in the Specification will at all times remain with Microsoft.
No other rights are granted by implication, estoppel or otherwise.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType name="ISOBoolean">
<xsd:restriction base="xsd:integer">
<xsd:enumeration value="0"/>
<xsd:enumeration value="1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="VisioDocument" type="VisioDocument_Type"/>
<xsd:complexType name="Row_Type">
<xsd:attribute name="Del" type="ISOBoolean"/>
</xsd:complexType>
<xsd:complexType name="IndexedRow_Type">
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
<xsd:attribute name="Del" type="ISOBoolean"/>
</xsd:complexType>
<xsd:complexType name="NamedRow_Type">
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="NameU" type="xsd:string"/>
<xsd:attribute name="Del" type="ISOBoolean"/>
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="NamedIndexedRow_Type">
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="NameU" type="xsd:string"/>
<xsd:attribute name="Del" type="ISOBoolean"/>
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="GeomSection_Type">
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
<xsd:attribute name="Del" type="ISOBoolean"/>
</xsd:complexType>
<xsd:complexType name="Cell_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="Unit" type="xsd:string"/>
<xsd:attribute name="F" type="xsd:string"/>
<xsd:attribute name="Err" type="xsd:string"/>
<xsd:attribute name="V" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ExtendableCell_Type" mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="SolutionXML" type="SolutionXML_Type"/>
</xsd:choice>
<xsd:attribute name="Unit" type="xsd:string"/>
<xsd:attribute name="F" type="xsd:string"/>
<xsd:attribute name="Err" type="xsd:string"/>
<xsd:attribute name="V" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="SolutionXML_Type" mixed="true">
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##any" processContents="lax"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:complexType name="TextCell_Type" mixed="true">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="cp" type="cp_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="pp" type="pp_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="tp" type="tp_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="fld" type="fld_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="cp_Type">
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="pp_Type">
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="tp_Type">
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="fld_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="XPropsCell_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="XProp" type="XProp_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="XProp_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="Unit" type="xsd:string"/>
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeSheet_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Text" type="Text_Type" minOccurs="0"/>
<xsd:element name="XForm" type="XForm_Type" minOccurs="0"/>
<xsd:element name="Line" type="Line_Type" minOccurs="0"/>
<xsd:element name="Fill" type="Fill_Type" minOccurs="0"/>
<xsd:element name="XForm1D" type="XForm1D_Type" minOccurs="0"/>
<xsd:element name="Event" type="Event_Type" minOccurs="0"/>
<xsd:element name="LayerMem" type="LayerMem_Type" minOccurs="0"/>
<xsd:element name="StyleProp" type="StyleProp_Type" minOccurs="0"/>
<xsd:element name="Foreign" type="Foreign_Type" minOccurs="0"/>
<xsd:element name="PageProps" type="PageProps_Type" minOccurs="0"/>
<xsd:element name="TextBlock" type="TextBlock_Type" minOccurs="0"/>
<xsd:element name="TextXForm" type="TextXForm_Type" minOccurs="0"/>
<xsd:element name="Align" type="Align_Type" minOccurs="0"/>
<xsd:element name="Protection" type="Protection_Type" minOccurs="0"/>
<xsd:element name="Help" type="Help_Type" minOccurs="0"/>
<xsd:element name="Misc" type="Misc_Type" minOccurs="0"/>
<xsd:element name="RulerGrid" type="RulerGrid_Type" minOccurs="0"/>
<xsd:element name="DocProps" type="DocProps_Type" minOccurs="0"/>
<xsd:element name="Image" type="Image_Type" minOccurs="0"/>
<xsd:element name="Group" type="Group_Type" minOccurs="0"/>
<xsd:element name="Layout" type="Layout_Type" minOccurs="0"/>
<xsd:element name="PageLayout" type="PageLayout_Type" minOccurs="0"/>
<xsd:element name="PrintProps" type="PrintProps_Type" minOccurs="0"/>
<xsd:element name="Char" type="Char_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Para" type="Para_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Tabs" type="Tabs_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Scratch" type="Scratch_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Connection" type="Connection_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="ConnectionABCD" type="ConnectionABCD_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Field" type="Field_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Control" type="Control_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Geom" type="Geom_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Act" type="Act_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Layer" type="Layer_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="User" type="User_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Prop" type="Prop_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Hyperlink" type="Hyperlink_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Reviewer" type="Reviewer_Type" minOccurs="0"/>
<xsd:element name="Annotation" type="Annotation_Type" minOccurs="0"/>
<xsd:element name="SmartTagDef" type="SmartTagDef_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Data1" type="Data1_Type" minOccurs="0"/>
<xsd:element name="Data2" type="Data2_Type" minOccurs="0"/>
<xsd:element name="Data3" type="Data3_Type" minOccurs="0"/>
<xsd:element name="ForeignData" type="ForeignData_Type" minOccurs="0"/>
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
<xsd:attribute name="LineStyle" type="xsd:unsignedLong"/>
<xsd:attribute name="FillStyle" type="xsd:unsignedLong"/>
<xsd:attribute name="TextStyle" type="xsd:unsignedLong"/>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
<xsd:complexType name="Text_Type" mixed="true">
<xsd:complexContent mixed="true">
<xsd:extension base="TextCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="XForm_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PinX" type="PinX_Type" minOccurs="0"/>
<xsd:element name="PinY" type="PinY_Type" minOccurs="0"/>
<xsd:element name="Width" type="Width_Type" minOccurs="0"/>
<xsd:element name="Height" type="Height_Type" minOccurs="0"/>
<xsd:element name="LocPinX" type="LocPinX_Type" minOccurs="0"/>
<xsd:element name="LocPinY" type="LocPinY_Type" minOccurs="0"/>
<xsd:element name="Angle" type="Angle_Type" minOccurs="0"/>
<xsd:element name="FlipX" type="FlipX_Type" minOccurs="0"/>
<xsd:element name="FlipY" type="FlipY_Type" minOccurs="0"/>
<xsd:element name="ResizeMode" type="ResizeMode_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="PinX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PinY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Width_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Height_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LocPinX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LocPinY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Angle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FlipX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FlipY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ResizeMode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Line_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="LineWeight" type="LineWeight_Type" minOccurs="0"/>
<xsd:element name="LineColor" type="LineColor_Type" minOccurs="0"/>
<xsd:element name="LinePattern" type="LinePattern_Type" minOccurs="0"/>
<xsd:element name="Rounding" type="Rounding_Type" minOccurs="0"/>
<xsd:element name="EndArrowSize" type="EndArrowSize_Type" minOccurs="0"/>
<xsd:element name="BeginArrow" type="BeginArrow_Type" minOccurs="0"/>
<xsd:element name="EndArrow" type="EndArrow_Type" minOccurs="0"/>
<xsd:element name="LineCap" type="LineCap_Type" minOccurs="0"/>
<xsd:element name="BeginArrowSize" type="BeginArrowSize_Type" minOccurs="0"/>
<xsd:element name="LineColorTrans" type="LineColorTrans_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="LineWeight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineColor_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LinePattern_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Rounding_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EndArrowSize_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BeginArrow_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EndArrow_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineCap_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BeginArrowSize_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineColorTrans_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Fill_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="FillForegnd" type="FillForegnd_Type" minOccurs="0"/>
<xsd:element name="FillBkgnd" type="FillBkgnd_Type" minOccurs="0"/>
<xsd:element name="FillPattern" type="FillPattern_Type" minOccurs="0"/>
<xsd:element name="ShdwForegnd" type="ShdwForegnd_Type" minOccurs="0"/>
<xsd:element name="ShdwBkgnd" type="ShdwBkgnd_Type" minOccurs="0"/>
<xsd:element name="ShdwPattern" type="ShdwPattern_Type" minOccurs="0"/>
<xsd:element name="FillForegndTrans" type="FillForegndTrans_Type" minOccurs="0"/>
<xsd:element name="FillBkgndTrans" type="FillBkgndTrans_Type" minOccurs="0"/>
<xsd:element name="ShdwForegndTrans" type="ShdwForegndTrans_Type" minOccurs="0"/>
<xsd:element name="ShdwBkgndTrans" type="ShdwBkgndTrans_Type" minOccurs="0"/>
<xsd:element name="ShapeShdwType" type="ShapeShdwType_Type" minOccurs="0"/>
<xsd:element name="ShapeShdwOffsetX" type="ShapeShdwOffsetX_Type" minOccurs="0"/>
<xsd:element name="ShapeShdwOffsetY" type="ShapeShdwOffsetY_Type" minOccurs="0"/>
<xsd:element name="ShapeShdwObliqueAngle" type="ShapeShdwObliqueAngle_Type" minOccurs="0"/>
<xsd:element name="ShapeShdwScaleFactor" type="ShapeShdwScaleFactor_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="FillForegnd_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FillBkgnd_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FillPattern_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwForegnd_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwBkgnd_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwPattern_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FillForegndTrans_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FillBkgndTrans_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwForegndTrans_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwBkgndTrans_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeShdwType_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeShdwOffsetX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeShdwOffsetY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeShdwObliqueAngle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeShdwScaleFactor_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="XForm1D_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="BeginX" type="BeginX_Type" minOccurs="0"/>
<xsd:element name="BeginY" type="BeginY_Type" minOccurs="0"/>
<xsd:element name="EndX" type="EndX_Type" minOccurs="0"/>
<xsd:element name="EndY" type="EndY_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="BeginX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BeginY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EndX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EndY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Event_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="TheData" type="TheData_Type" minOccurs="0"/>
<xsd:element name="TheText" type="TheText_Type" minOccurs="0"/>
<xsd:element name="EventDblClick" type="EventDblClick_Type" minOccurs="0"/>
<xsd:element name="EventXFMod" type="EventXFMod_Type" minOccurs="0"/>
<xsd:element name="EventDrop" type="EventDrop_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="TheData_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TheText_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EventDblClick_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EventXFMod_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EventDrop_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="D_Type" mixed="true">
<xsd:complexContent mixed="true">
<xsd:extension base="ExtendableCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="E_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LayerMem_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="LayerMember" type="LayerMember_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="LayerMember_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Guide_Type"/>
<xsd:complexType name="X_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Y_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="A_Type" mixed="true">
<xsd:complexContent mixed="true">
<xsd:extension base="ExtendableCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="StyleProp_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="EnableLineProps" type="EnableLineProps_Type" minOccurs="0"/>
<xsd:element name="EnableFillProps" type="EnableFillProps_Type" minOccurs="0"/>
<xsd:element name="EnableTextProps" type="EnableTextProps_Type" minOccurs="0"/>
<xsd:element name="HideForApply" type="HideForApply_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="EnableLineProps_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EnableFillProps_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EnableTextProps_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HideForApply_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="C_Type" mixed="true">
<xsd:complexContent mixed="true">
<xsd:extension base="ExtendableCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<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>
<xsd:complexType name="ImgOffsetX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ImgOffsetY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ImgWidth_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ImgHeight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageProps_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PageWidth" type="PageWidth_Type" minOccurs="0"/>
<xsd:element name="PageHeight" type="PageHeight_Type" minOccurs="0"/>
<xsd:element name="ShdwOffsetX" type="ShdwOffsetX_Type" minOccurs="0"/>
<xsd:element name="ShdwOffsetY" type="ShdwOffsetY_Type" minOccurs="0"/>
<xsd:element name="PageScale" type="PageScale_Type" minOccurs="0"/>
<xsd:element name="DrawingScale" type="DrawingScale_Type" minOccurs="0"/>
<xsd:element name="DrawingSizeType" type="DrawingSizeType_Type" minOccurs="0"/>
<xsd:element name="DrawingScaleType" type="DrawingScaleType_Type" minOccurs="0"/>
<xsd:element name="InhibitSnap" type="InhibitSnap_Type" minOccurs="0"/>
<xsd:element name="UIVisibility" type="UIVisibility_Type" minOccurs="0"/>
<xsd:element name="ShdwType" type="ShdwType_Type" minOccurs="0"/>
<xsd:element name="ShdwObliqueAngle" type="ShdwObliqueAngle_Type" minOccurs="0"/>
<xsd:element name="ShdwScaleFactor" type="ShdwScaleFactor_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="PageWidth_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageHeight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwOffsetX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwOffsetY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageScale_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DrawingScale_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DrawingSizeType_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DrawingScaleType_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="InhibitSnap_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UIVisibility_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwType_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwObliqueAngle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShdwScaleFactor_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TextBlock_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="LeftMargin" type="LeftMargin_Type" minOccurs="0"/>
<xsd:element name="RightMargin" type="RightMargin_Type" minOccurs="0"/>
<xsd:element name="TopMargin" type="TopMargin_Type" minOccurs="0"/>
<xsd:element name="BottomMargin" type="BottomMargin_Type" minOccurs="0"/>
<xsd:element name="VerticalAlign" type="VerticalAlign_Type" minOccurs="0"/>
<xsd:element name="TextBkgnd" type="TextBkgnd_Type" minOccurs="0"/>
<xsd:element name="DefaultTabStop" type="DefaultTabStop_Type" minOccurs="0"/>
<xsd:element name="TextDirection" type="TextDirection_Type" minOccurs="0"/>
<xsd:element name="TextBkgndTrans" type="TextBkgndTrans_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="LeftMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="RightMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TopMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BottomMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="VerticalAlign_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TextBkgnd_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DefaultTabStop_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TextDirection_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TextBkgndTrans_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Flags_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DiacriticColor_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ExProps_Type">
<xsd:complexContent>
<xsd:extension base="XPropsCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="TextXForm_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="TxtPinX" type="TxtPinX_Type" minOccurs="0"/>
<xsd:element name="TxtPinY" type="TxtPinY_Type" minOccurs="0"/>
<xsd:element name="TxtWidth" type="TxtWidth_Type" minOccurs="0"/>
<xsd:element name="TxtHeight" type="TxtHeight_Type" minOccurs="0"/>
<xsd:element name="TxtLocPinX" type="TxtLocPinX_Type" minOccurs="0"/>
<xsd:element name="TxtLocPinY" type="TxtLocPinY_Type" minOccurs="0"/>
<xsd:element name="TxtAngle" type="TxtAngle_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="TxtPinX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TxtPinY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TxtWidth_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TxtHeight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TxtLocPinX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TxtLocPinY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TxtAngle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Align_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="AlignLeft" type="AlignLeft_Type" minOccurs="0"/>
<xsd:element name="AlignCenter" type="AlignCenter_Type" minOccurs="0"/>
<xsd:element name="AlignRight" type="AlignRight_Type" minOccurs="0"/>
<xsd:element name="AlignTop" type="AlignTop_Type" minOccurs="0"/>
<xsd:element name="AlignMiddle" type="AlignMiddle_Type" minOccurs="0"/>
<xsd:element name="AlignBottom" type="AlignBottom_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="AlignLeft_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AlignCenter_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AlignRight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AlignTop_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AlignMiddle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AlignBottom_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Protection_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="LockWidth" type="LockWidth_Type" minOccurs="0"/>
<xsd:element name="LockHeight" type="LockHeight_Type" minOccurs="0"/>
<xsd:element name="LockMoveX" type="LockMoveX_Type" minOccurs="0"/>
<xsd:element name="LockMoveY" type="LockMoveY_Type" minOccurs="0"/>
<xsd:element name="LockAspect" type="LockAspect_Type" minOccurs="0"/>
<xsd:element name="LockDelete" type="LockDelete_Type" minOccurs="0"/>
<xsd:element name="LockBegin" type="LockBegin_Type" minOccurs="0"/>
<xsd:element name="LockEnd" type="LockEnd_Type" minOccurs="0"/>
<xsd:element name="LockRotate" type="LockRotate_Type" minOccurs="0"/>
<xsd:element name="LockCrop" type="LockCrop_Type" minOccurs="0"/>
<xsd:element name="LockVtxEdit" type="LockVtxEdit_Type" minOccurs="0"/>
<xsd:element name="LockTextEdit" type="LockTextEdit_Type" minOccurs="0"/>
<xsd:element name="LockFormat" type="LockFormat_Type" minOccurs="0"/>
<xsd:element name="LockGroup" type="LockGroup_Type" minOccurs="0"/>
<xsd:element name="LockCalcWH" type="LockCalcWH_Type" minOccurs="0"/>
<xsd:element name="LockSelect" type="LockSelect_Type" minOccurs="0"/>
<xsd:element name="LockCustProp" type="LockCustProp_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="LockWidth_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockHeight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockMoveX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockMoveY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockAspect_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockDelete_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockBegin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockEnd_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockRotate_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockCrop_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockVtxEdit_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockTextEdit_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockFormat_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockGroup_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockCalcWH_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockSelect_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockCustProp_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Help_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="HelpTopic" type="HelpTopic_Type" minOccurs="0"/>
<xsd:element name="Copyright" type="Copyright_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="HelpTopic_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Copyright_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="B_Type" mixed="true">
<xsd:complexContent mixed="true">
<xsd:extension base="ExtendableCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Misc_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="NoObjHandles" type="NoObjHandles_Type" minOccurs="0"/>
<xsd:element name="NonPrinting" type="NonPrinting_Type" minOccurs="0"/>
<xsd:element name="NoCtlHandles" type="NoCtlHandles_Type" minOccurs="0"/>
<xsd:element name="NoAlignBox" type="NoAlignBox_Type" minOccurs="0"/>
<xsd:element name="UpdateAlignBox" type="UpdateAlignBox_Type" minOccurs="0"/>
<xsd:element name="HideText" type="HideText_Type" minOccurs="0"/>
<xsd:element name="DynFeedback" type="DynFeedback_Type" minOccurs="0"/>
<xsd:element name="GlueType" type="GlueType_Type" minOccurs="0"/>
<xsd:element name="WalkPreference" type="WalkPreference_Type" minOccurs="0"/>
<xsd:element name="BegTrigger" type="BegTrigger_Type" minOccurs="0"/>
<xsd:element name="EndTrigger" type="EndTrigger_Type" minOccurs="0"/>
<xsd:element name="ObjType" type="ObjType_Type" minOccurs="0"/>
<xsd:element name="Comment" type="Comment_Type" minOccurs="0"/>
<xsd:element name="IsDropSource" type="IsDropSource_Type" minOccurs="0"/>
<xsd:element name="NoLiveDynamics" type="NoLiveDynamics_Type" minOccurs="0"/>
<xsd:element name="LocalizeMerge" type="LocalizeMerge_Type" minOccurs="0"/>
<xsd:element name="Calendar" type="Calendar_Type" minOccurs="0"/>
<xsd:element name="LangID" type="LangID_Type" minOccurs="0"/>
<xsd:element name="ShapeKeywords" type="ShapeKeywords_Type" minOccurs="0"/>
<xsd:element name="DropOnPageScale" type="DropOnPageScale_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="NoObjHandles_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NonPrinting_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoCtlHandles_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoAlignBox_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UpdateAlignBox_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HideText_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DynFeedback_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="GlueType_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="WalkPreference_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BegTrigger_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EndTrigger_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ObjType_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Comment_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="IsDropSource_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoLiveDynamics_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LocalizeMerge_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Calendar_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LangID_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeKeywords_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DropOnPageScale_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="RulerGrid_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="XRulerDensity" type="XRulerDensity_Type" minOccurs="0"/>
<xsd:element name="YRulerDensity" type="YRulerDensity_Type" minOccurs="0"/>
<xsd:element name="XRulerOrigin" type="XRulerOrigin_Type" minOccurs="0"/>
<xsd:element name="YRulerOrigin" type="YRulerOrigin_Type" minOccurs="0"/>
<xsd:element name="XGridDensity" type="XGridDensity_Type" minOccurs="0"/>
<xsd:element name="YGridDensity" type="YGridDensity_Type" minOccurs="0"/>
<xsd:element name="XGridSpacing" type="XGridSpacing_Type" minOccurs="0"/>
<xsd:element name="YGridSpacing" type="YGridSpacing_Type" minOccurs="0"/>
<xsd:element name="XGridOrigin" type="XGridOrigin_Type" minOccurs="0"/>
<xsd:element name="YGridOrigin" type="YGridOrigin_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="XRulerDensity_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YRulerDensity_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="XRulerOrigin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YRulerOrigin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="XGridDensity_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YGridDensity_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="XGridSpacing_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YGridSpacing_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="XGridOrigin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YGridOrigin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Hyperlink5_Type"/>
<xsd:complexType name="Description_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Address_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SubAddress_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ExtraInfo_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Frame_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NewWindow_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Default_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Invisible_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SortKey_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DocProps_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="OutputFormat" type="OutputFormat_Type" minOccurs="0"/>
<xsd:element name="LockPreview" type="LockPreview_Type" minOccurs="0"/>
<xsd:element name="AddMarkup" type="AddMarkup_Type" minOccurs="0"/>
<xsd:element name="ViewMarkup" type="ViewMarkup_Type" minOccurs="0"/>
<xsd:element name="PreviewQuality" type="PreviewQuality_Type" minOccurs="0"/>
<xsd:element name="PreviewScope" type="PreviewScope_Type" minOccurs="0"/>
<xsd:element name="DocLangID" type="DocLangID_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="OutputFormat_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LockPreview_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AddMarkup_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ViewMarkup_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PreviewQuality_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PreviewScope_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DocLangID_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TextFlags_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DocExProps_Type">
<xsd:complexContent>
<xsd:extension base="XPropsCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Image_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Gamma" type="Gamma_Type" minOccurs="0"/>
<xsd:element name="Contrast" type="Contrast_Type" minOccurs="0"/>
<xsd:element name="Brightness" type="Brightness_Type" minOccurs="0"/>
<xsd:element name="Sharpen" type="Sharpen_Type" minOccurs="0"/>
<xsd:element name="Blur" type="Blur_Type" minOccurs="0"/>
<xsd:element name="Denoise" type="Denoise_Type" minOccurs="0"/>
<xsd:element name="Transparency" type="Transparency_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Gamma_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Contrast_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Brightness_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Sharpen_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Blur_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Denoise_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Transparency_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Group_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="SelectMode" type="SelectMode_Type" minOccurs="0"/>
<xsd:element name="DisplayMode" type="DisplayMode_Type" minOccurs="0"/>
<xsd:element name="IsDropTarget" type="IsDropTarget_Type" minOccurs="0"/>
<xsd:element name="IsSnapTarget" type="IsSnapTarget_Type" minOccurs="0"/>
<xsd:element name="IsTextEditTarget" type="IsTextEditTarget_Type" minOccurs="0"/>
<xsd:element name="DontMoveChildren" type="DontMoveChildren_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="SelectMode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DisplayMode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="IsDropTarget_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="IsSnapTarget_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="IsTextEditTarget_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DontMoveChildren_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Layout_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="ShapePermeableX" type="ShapePermeableX_Type" minOccurs="0"/>
<xsd:element name="ShapePermeableY" type="ShapePermeableY_Type" minOccurs="0"/>
<xsd:element name="ShapePermeablePlace" type="ShapePermeablePlace_Type" minOccurs="0"/>
<xsd:element name="ShapeFixedCode" type="ShapeFixedCode_Type" minOccurs="0"/>
<xsd:element name="ShapePlowCode" type="ShapePlowCode_Type" minOccurs="0"/>
<xsd:element name="ShapeRouteStyle" type="ShapeRouteStyle_Type" minOccurs="0"/>
<xsd:element name="ConFixedCode" type="ConFixedCode_Type" minOccurs="0"/>
<xsd:element name="ConLineJumpCode" type="ConLineJumpCode_Type" minOccurs="0"/>
<xsd:element name="ConLineJumpStyle" type="ConLineJumpStyle_Type" minOccurs="0"/>
<xsd:element name="ConLineJumpDirX" type="ConLineJumpDirX_Type" minOccurs="0"/>
<xsd:element name="ConLineJumpDirY" type="ConLineJumpDirY_Type" minOccurs="0"/>
<xsd:element name="ShapePlaceFlip" type="ShapePlaceFlip_Type" minOccurs="0"/>
<xsd:element name="ConLineRouteExt" type="ConLineRouteExt_Type" minOccurs="0"/>
<xsd:element name="ShapeSplit" type="ShapeSplit_Type" minOccurs="0"/>
<xsd:element name="ShapeSplittable" type="ShapeSplittable_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="ShapePermeableX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapePermeableY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapePermeablePlace_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeFixedCode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapePlowCode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeRouteStyle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ConFixedCode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ConLineJumpCode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ConLineJumpStyle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ConLineJumpDirX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ConLineJumpDirY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapePlaceFlip_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ConLineRouteExt_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeSplit_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShapeSplittable_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageLayout_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="ResizePage" type="ResizePage_Type" minOccurs="0"/>
<xsd:element name="EnableGrid" type="EnableGrid_Type" minOccurs="0"/>
<xsd:element name="DynamicsOff" type="DynamicsOff_Type" minOccurs="0"/>
<xsd:element name="CtrlAsInput" type="CtrlAsInput_Type" minOccurs="0"/>
<xsd:element name="PlaceStyle" type="PlaceStyle_Type" minOccurs="0"/>
<xsd:element name="RouteStyle" type="RouteStyle_Type" minOccurs="0"/>
<xsd:element name="PlaceDepth" type="PlaceDepth_Type" minOccurs="0"/>
<xsd:element name="PlowCode" type="PlowCode_Type" minOccurs="0"/>
<xsd:element name="LineJumpCode" type="LineJumpCode_Type" minOccurs="0"/>
<xsd:element name="LineJumpStyle" type="LineJumpStyle_Type" minOccurs="0"/>
<xsd:element name="PageLineJumpDirX" type="PageLineJumpDirX_Type" minOccurs="0"/>
<xsd:element name="PageLineJumpDirY" type="PageLineJumpDirY_Type" minOccurs="0"/>
<xsd:element name="LineToNodeX" type="LineToNodeX_Type" minOccurs="0"/>
<xsd:element name="LineToNodeY" type="LineToNodeY_Type" minOccurs="0"/>
<xsd:element name="BlockSizeX" type="BlockSizeX_Type" minOccurs="0"/>
<xsd:element name="BlockSizeY" type="BlockSizeY_Type" minOccurs="0"/>
<xsd:element name="AvenueSizeX" type="AvenueSizeX_Type" minOccurs="0"/>
<xsd:element name="AvenueSizeY" type="AvenueSizeY_Type" minOccurs="0"/>
<xsd:element name="LineToLineX" type="LineToLineX_Type" minOccurs="0"/>
<xsd:element name="LineToLineY" type="LineToLineY_Type" minOccurs="0"/>
<xsd:element name="LineJumpFactorX" type="LineJumpFactorX_Type" minOccurs="0"/>
<xsd:element name="LineJumpFactorY" type="LineJumpFactorY_Type" minOccurs="0"/>
<xsd:element name="LineAdjustFrom" type="LineAdjustFrom_Type" minOccurs="0"/>
<xsd:element name="LineAdjustTo" type="LineAdjustTo_Type" minOccurs="0"/>
<xsd:element name="PlaceFlip" type="PlaceFlip_Type" minOccurs="0"/>
<xsd:element name="LineRouteExt" type="LineRouteExt_Type" minOccurs="0"/>
<xsd:element name="PageShapeSplit" type="PageShapeSplit_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="ResizePage_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EnableGrid_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DynamicsOff_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CtrlAsInput_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PlaceStyle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="RouteStyle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PlaceDepth_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PlowCode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineJumpCode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineJumpStyle_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageLineJumpDirX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageLineJumpDirY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineToNodeX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineToNodeY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BlockSizeX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BlockSizeY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AvenueSizeX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AvenueSizeY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineToLineX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineToLineY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineJumpFactorX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineJumpFactorY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineAdjustFrom_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineAdjustTo_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PlaceFlip_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LineRouteExt_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageShapeSplit_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintProps_Type">
<xsd:complexContent>
<xsd:extension base="Row_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PageLeftMargin" type="PageLeftMargin_Type" minOccurs="0"/>
<xsd:element name="PageRightMargin" type="PageRightMargin_Type" minOccurs="0"/>
<xsd:element name="PageTopMargin" type="PageTopMargin_Type" minOccurs="0"/>
<xsd:element name="PageBottomMargin" type="PageBottomMargin_Type" minOccurs="0"/>
<xsd:element name="ScaleX" type="ScaleX_Type" minOccurs="0"/>
<xsd:element name="ScaleY" type="ScaleY_Type" minOccurs="0"/>
<xsd:element name="PagesX" type="PagesX_Type" minOccurs="0"/>
<xsd:element name="PagesY" type="PagesY_Type" minOccurs="0"/>
<xsd:element name="CenterX" type="CenterX_Type" minOccurs="0"/>
<xsd:element name="CenterY" type="CenterY_Type" minOccurs="0"/>
<xsd:element name="OnPage" type="OnPage_Type" minOccurs="0"/>
<xsd:element name="PrintGrid" type="PrintGrid_Type" minOccurs="0"/>
<xsd:element name="PrintPageOrientation" type="PrintPageOrientation_Type" minOccurs="0"/>
<xsd:element name="PaperKind" type="PaperKind_Type" minOccurs="0"/>
<xsd:element name="PaperSource" type="PaperSource_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="PageLeftMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageRightMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageTopMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PageBottomMargin_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ScaleX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ScaleY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PagesX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PagesY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CenterX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CenterY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="OnPage_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintGrid_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintPageOrientation_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PaperKind_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PaperSource_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Char_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="Font" type="Font_Type" minOccurs="0"/>
<xsd:element name="Color" type="Color_Type" minOccurs="0"/>
<xsd:element name="Style" type="Style_Type" minOccurs="0"/>
<xsd:element name="Case" type="Case_Type" minOccurs="0"/>
<xsd:element name="Pos" type="Pos_Type" minOccurs="0"/>
<xsd:element name="FontScale" type="FontScale_Type" minOccurs="0"/>
<xsd:element name="Locale" type="Locale_Type" minOccurs="0"/>
<xsd:element name="Size" type="Size_Type" minOccurs="0"/>
<xsd:element name="DblUnderline" type="DblUnderline_Type" minOccurs="0"/>
<xsd:element name="Overline" type="Overline_Type" minOccurs="0"/>
<xsd:element name="Strikethru" type="Strikethru_Type" minOccurs="0"/>
<xsd:element name="Highlight" type="Highlight_Type" minOccurs="0"/>
<xsd:element name="Perpendicular" type="Perpendicular_Type" minOccurs="0"/>
<xsd:element name="DoubleStrikethrough" type="DoubleStrikethrough_Type" minOccurs="0"/>
<xsd:element name="RTLText" type="RTLText_Type" minOccurs="0"/>
<xsd:element name="UseVertical" type="UseVertical_Type" minOccurs="0"/>
<xsd:element name="Letterspace" type="Letterspace_Type" minOccurs="0"/>
<xsd:element name="ColorTrans" type="ColorTrans_Type" minOccurs="0"/>
<xsd:element name="AsianFont" type="AsianFont_Type" minOccurs="0"/>
<xsd:element name="ComplexScriptFont" type="ComplexScriptFont_Type" minOccurs="0"/>
<xsd:element name="LocalizeFont" type="LocalizeFont_Type" minOccurs="0"/>
<xsd:element name="ComplexScriptSize" type="ComplexScriptSize_Type" minOccurs="0"/>
<xsd:element name="LangID" type="LangID_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Font_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Color_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Style_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Case_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Pos_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FontScale_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Locale_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Size_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DblUnderline_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Overline_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Strikethru_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Highlight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Perpendicular_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DoubleStrikethrough_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="RTLText_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UseVertical_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Letterspace_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ColorTrans_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Hidden_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UseKerning_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UseNationalDigit_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoBreak_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Outline_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoHyphenate_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FontDirection_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Spelling_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Grammar_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Inconsistent_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SmartTag_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AsianFont_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ComplexScriptFont_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LocalizeFont_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ComplexScriptSize_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FontPosition_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Para_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="IndFirst" type="IndFirst_Type" minOccurs="0"/>
<xsd:element name="IndLeft" type="IndLeft_Type" minOccurs="0"/>
<xsd:element name="IndRight" type="IndRight_Type" minOccurs="0"/>
<xsd:element name="SpLine" type="SpLine_Type" minOccurs="0"/>
<xsd:element name="SpBefore" type="SpBefore_Type" minOccurs="0"/>
<xsd:element name="SpAfter" type="SpAfter_Type" minOccurs="0"/>
<xsd:element name="HorzAlign" type="HorzAlign_Type" minOccurs="0"/>
<xsd:element name="Bullet" type="Bullet_Type" minOccurs="0"/>
<xsd:element name="BulletStr" type="BulletStr_Type" minOccurs="0"/>
<xsd:element name="BulletFont" type="BulletFont_Type" minOccurs="0"/>
<xsd:element name="LocalizeBulletFont" type="LocalizeBulletFont_Type" minOccurs="0"/>
<xsd:element name="BulletFontSize" type="BulletFontSize_Type" minOccurs="0"/>
<xsd:element name="TextPosAfterBullet" type="TextPosAfterBullet_Type" minOccurs="0"/>
<xsd:element name="Flags" type="Flags_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="IndFirst_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="IndLeft_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="IndRight_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SpLine_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SpBefore_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SpAfter_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HorzAlign_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Bullet_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BulletStr_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BulletFont_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="LocalizeBulletFont_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BulletFontSize_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TextPosAfterBullet_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Tabs_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="Tab" type="Tab_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Tab_Type">
<xsd:sequence>
<xsd:element name="Position" type="Position_Type" minOccurs="0"/>
<xsd:element name="Alignment" type="Alignment_Type" minOccurs="0"/>
<xsd:element name="Leader" type="Leader_Type" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="Position_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Alignment_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Leader_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Scratch_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
<xsd:element name="B" type="B_Type" minOccurs="0"/>
<xsd:element name="C" type="C_Type" minOccurs="0"/>
<xsd:element name="D" type="D_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Connection_Type">
<xsd:complexContent>
<xsd:extension base="NamedIndexedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="DirX" type="DirX_Type" minOccurs="0"/>
<xsd:element name="DirY" type="DirY_Type" minOccurs="0"/>
<xsd:element name="Type" type="Type_Type" minOccurs="0"/>
<xsd:element name="AutoGen" type="AutoGen_Type" minOccurs="0"/>
<xsd:element name="Prompt" type="Prompt_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="DirX_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DirY_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Type_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AutoGen_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Prompt_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ConnectionABCD_Type">
<xsd:complexContent>
<xsd:extension base="NamedIndexedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
<xsd:element name="B" type="B_Type" minOccurs="0"/>
<xsd:element name="C" type="C_Type" minOccurs="0"/>
<xsd:element name="D" type="D_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Field_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="Value" type="Value_Type" minOccurs="0"/>
<xsd:element name="EditMode" type="EditMode_Type" minOccurs="0"/>
<xsd:element name="Format" type="Format_Type" minOccurs="0"/>
<xsd:element name="Type" type="Type_Type" minOccurs="0"/>
<xsd:element name="UICat" type="UICat_Type" minOccurs="0"/>
<xsd:element name="UICod" type="UICod_Type" minOccurs="0"/>
<xsd:element name="UIFmt" type="UIFmt_Type" minOccurs="0"/>
<xsd:element name="Calendar" type="Calendar_Type" minOccurs="0"/>
<xsd:element name="ObjectKind" type="ObjectKind_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Value_Type" mixed="true">
<xsd:complexContent mixed="true">
<xsd:extension base="ExtendableCell_Type"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="EditMode_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Format_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UICat_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UICod_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="UIFmt_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ObjectKind_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Control_Type">
<xsd:complexContent>
<xsd:extension base="NamedIndexedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="XDyn" type="XDyn_Type" minOccurs="0"/>
<xsd:element name="YDyn" type="YDyn_Type" minOccurs="0"/>
<xsd:element name="XCon" type="XCon_Type" minOccurs="0"/>
<xsd:element name="YCon" type="YCon_Type" minOccurs="0"/>
<xsd:element name="CanGlue" type="CanGlue_Type" minOccurs="0"/>
<xsd:element name="Prompt" type="Prompt_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="XDyn_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YDyn_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="XCon_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YCon_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CanGlue_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Geom_Type">
<xsd:complexContent>
<xsd:extension base="GeomSection_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="NoFill" type="NoFill_Type" minOccurs="0"/>
<xsd:element name="NoLine" type="NoLine_Type" minOccurs="0"/>
<xsd:element name="NoShow" type="NoShow_Type" minOccurs="0"/>
<xsd:element name="NoSnap" type="NoSnap_Type" minOccurs="0"/>
<xsd:element name="MoveTo" type="MoveTo_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="LineTo" type="LineTo_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="ArcTo" type="ArcTo_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="InfiniteLine" type="InfiniteLine_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Ellipse" type="Ellipse_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="EllipticalArcTo" type="EllipticalArcTo_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="SplineStart" type="SplineStart_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="SplineKnot" type="SplineKnot_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="PolylineTo" type="PolylineTo_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="NURBSTo" type="NURBSTo_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="NoFill_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoLine_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoShow_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NoSnap_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="MoveTo_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="LineTo_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="ArcTo_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="InfiniteLine_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
<xsd:element name="B" type="B_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Ellipse_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
<xsd:element name="B" type="B_Type" minOccurs="0"/>
<xsd:element name="C" type="C_Type" minOccurs="0"/>
<xsd:element name="D" type="D_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="EllipticalArcTo_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
<xsd:element name="B" type="B_Type" minOccurs="0"/>
<xsd:element name="C" type="C_Type" minOccurs="0"/>
<xsd:element name="D" type="D_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="SplineStart_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
<xsd:element name="B" type="B_Type" minOccurs="0"/>
<xsd:element name="C" type="C_Type" minOccurs="0"/>
<xsd:element name="D" type="D_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="SplineKnot_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="PolylineTo_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="NURBSTo_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="A" type="A_Type" minOccurs="0"/>
<xsd:element name="B" type="B_Type" minOccurs="0"/>
<xsd:element name="C" type="C_Type" minOccurs="0"/>
<xsd:element name="D" type="D_Type" minOccurs="0"/>
<xsd:element name="E" type="E_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Act_Type">
<xsd:complexContent>
<xsd:extension base="NamedIndexedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Menu" type="Menu_Type" minOccurs="0"/>
<xsd:element name="Action" type="Action_Type" minOccurs="0"/>
<xsd:element name="Checked" type="Checked_Type" minOccurs="0"/>
<xsd:element name="Disabled" type="Disabled_Type" minOccurs="0"/>
<xsd:element name="ReadOnly" type="ReadOnly_Type" minOccurs="0"/>
<xsd:element name="Invisible" type="Invisible_Type" minOccurs="0"/>
<xsd:element name="BeginGroup" type="BeginGroup_Type" minOccurs="0"/>
<xsd:element name="TagName" type="TagName_Type" minOccurs="0"/>
<xsd:element name="ButtonFace" type="ButtonFace_Type" minOccurs="0"/>
<xsd:element name="SortKey" type="SortKey_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Menu_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Action_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Checked_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Disabled_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ReadOnly_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BeginGroup_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TagName_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ButtonFace_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Layer_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="Name" type="Name_Type" minOccurs="0"/>
<xsd:element name="Color" type="Color_Type" minOccurs="0"/>
<xsd:element name="Status" type="Status_Type" minOccurs="0"/>
<xsd:element name="Visible" type="Visible_Type" minOccurs="0"/>
<xsd:element name="Print" type="Print_Type" minOccurs="0"/>
<xsd:element name="Active" type="Active_Type" minOccurs="0"/>
<xsd:element name="Lock" type="Lock_Type" minOccurs="0"/>
<xsd:element name="Snap" type="Snap_Type" minOccurs="0"/>
<xsd:element name="Glue" type="Glue_Type" minOccurs="0"/>
<xsd:element name="NameUniv" type="NameUniv_Type" minOccurs="0"/>
<xsd:element name="ColorTrans" type="ColorTrans_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Name_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Status_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Visible_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Print_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Active_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Lock_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Snap_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Glue_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NameUniv_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="User_Type">
<xsd:complexContent>
<xsd:extension base="NamedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Value" type="Value_Type" minOccurs="0"/>
<xsd:element name="Prompt" type="Prompt_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Prop_Type">
<xsd:complexContent>
<xsd:extension base="NamedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Value" type="Value_Type" minOccurs="0"/>
<xsd:element name="Prompt" type="Prompt_Type" minOccurs="0"/>
<xsd:element name="Label" type="Label_Type" minOccurs="0"/>
<xsd:element name="Format" type="Format_Type" minOccurs="0"/>
<xsd:element name="SortKey" type="SortKey_Type" minOccurs="0"/>
<xsd:element name="Type" type="Type_Type" minOccurs="0"/>
<xsd:element name="Invisible" type="Invisible_Type" minOccurs="0"/>
<xsd:element name="Verify" type="Verify_Type" minOccurs="0"/>
<xsd:element name="LangID" type="LangID_Type" minOccurs="0"/>
<xsd:element name="Calendar" type="Calendar_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Label_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Verify_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Hyperlink_Type">
<xsd:complexContent>
<xsd:extension base="NamedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Description" type="Description_Type" minOccurs="0"/>
<xsd:element name="Address" type="Address_Type" minOccurs="0"/>
<xsd:element name="SubAddress" type="SubAddress_Type" minOccurs="0"/>
<xsd:element name="ExtraInfo" type="ExtraInfo_Type" minOccurs="0"/>
<xsd:element name="Frame" type="Frame_Type" minOccurs="0"/>
<xsd:element name="NewWindow" type="NewWindow_Type" minOccurs="0"/>
<xsd:element name="Default" type="Default_Type" minOccurs="0"/>
<xsd:element name="Invisible" type="Invisible_Type" minOccurs="0"/>
<xsd:element name="SortKey" type="SortKey_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Reviewer_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="Name" type="Name_Type" minOccurs="0"/>
<xsd:element name="Initials" type="Initials_Type" minOccurs="0"/>
<xsd:element name="Color" type="Color_Type" minOccurs="0"/>
<xsd:element name="ReviewerID" type="ReviewerID_Type" minOccurs="0"/>
<xsd:element name="CurrentIndex" type="CurrentIndex_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Initials_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ReviewerID_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CurrentIndex_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Annotation_Type">
<xsd:complexContent>
<xsd:extension base="IndexedRow_Type">
<xsd:sequence>
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="ReviewerID" type="ReviewerID_Type" minOccurs="0"/>
<xsd:element name="MarkerIndex" type="MarkerIndex_Type" minOccurs="0"/>
<xsd:element name="Date" type="Date_Type" minOccurs="0"/>
<xsd:element name="Comment" type="Comment_Type" minOccurs="0"/>
<xsd:element name="LangID" type="LangID_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="MarkerIndex_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Date_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SmartTagDef_Type">
<xsd:complexContent>
<xsd:extension base="NamedRow_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="X" type="X_Type" minOccurs="0"/>
<xsd:element name="Y" type="Y_Type" minOccurs="0"/>
<xsd:element name="TagName" type="TagName_Type" minOccurs="0"/>
<xsd:element name="XJustify" type="XJustify_Type" minOccurs="0"/>
<xsd:element name="YJustify" type="YJustify_Type" minOccurs="0"/>
<xsd:element name="DisplayMode" type="DisplayMode_Type" minOccurs="0"/>
<xsd:element name="ButtonFace" type="ButtonFace_Type" minOccurs="0"/>
<xsd:element name="Disabled" type="Disabled_Type" minOccurs="0"/>
<xsd:element name="Description" type="Description_Type" minOccurs="0"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="XJustify_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="YJustify_Type">
<xsd:simpleContent>
<xsd:extension base="Cell_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Data1_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Data2_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Data3_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ForeignData_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="ForeignType" type="xsd:string"/>
<xsd:attribute name="ObjectType" type="xsd:unsignedLong"/>
<xsd:attribute name="ShowAsIcon" type="ISOBoolean"/>
<xsd:attribute name="ObjectWidth" type="xsd:float"/>
<xsd:attribute name="ObjectHeight" type="xsd:float"/>
<xsd:attribute name="MappingMode" type="xsd:unsignedShort"/>
<xsd:attribute name="ExtentX" type="xsd:float"/>
<xsd:attribute name="ExtentY" type="xsd:float"/>
<xsd:attribute name="CompressionType" type="xsd:string"/>
<xsd:attribute name="CompressionLevel" type="xsd:float"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DocumentProperties_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Title" type="Title_Type" minOccurs="0"/>
<xsd:element name="Subject" type="Subject_Type" minOccurs="0"/>
<xsd:element name="Creator" type="Creator_Type" minOccurs="0"/>
<xsd:element name="Manager" type="Manager_Type" minOccurs="0"/>
<xsd:element name="Company" type="Company_Type" minOccurs="0"/>
<xsd:element name="Category" type="Category_Type" minOccurs="0"/>
<xsd:element name="Keywords" type="Keywords_Type" minOccurs="0"/>
<xsd:element name="Desc" type="Desc_Type" minOccurs="0"/>
<xsd:element name="HyperlinkBase" type="HyperlinkBase_Type" minOccurs="0"/>
<xsd:element name="AlternateNames" type="AlternateNames_Type" minOccurs="0"/>
<xsd:element name="Template" type="Template_Type" minOccurs="0"/>
<xsd:element name="BuildNumberCreated" type="BuildNumberCreated_Type" minOccurs="0"/>
<xsd:element name="BuildNumberEdited" type="BuildNumberEdited_Type" minOccurs="0"/>
<xsd:element name="PreviewPicture" type="PreviewPicture_Type" minOccurs="0"/>
<xsd:element name="CustomProps" type="CustomProps_Type" minOccurs="0"/>
<xsd:element name="TimeCreated" type="TimeCreated_Type" minOccurs="0"/>
<xsd:element name="TimeSaved" type="TimeSaved_Type" minOccurs="0"/>
<xsd:element name="TimeEdited" type="TimeEdited_Type" minOccurs="0"/>
<xsd:element name="TimePrinted" type="TimePrinted_Type" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="Title_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Subject_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Creator_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Manager_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Company_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Category_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Keywords_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Desc_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HyperlinkBase_Type">
<xsd:attribute name="href" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="AlternateNames_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Template_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BuildNumberCreated_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="BuildNumberEdited_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PreviewPicture_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary">
<xsd:attribute name="Size" type="xsd:unsignedLong"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CustomProps_Type">
<xsd:sequence>
<xsd:element name="CustomProp" type="CustomProp_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CustomProp_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="PropType" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TimeCreated_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:dateTime"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TimeSaved_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:dateTime"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TimeEdited_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:dateTime"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TimePrinted_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:dateTime"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DocumentSettings_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="GlueSettings" type="GlueSettings_Type" minOccurs="0"/>
<xsd:element name="SnapSettings" type="SnapSettings_Type" minOccurs="0"/>
<xsd:element name="SnapExtensions" type="SnapExtensions_Type" minOccurs="0"/>
<xsd:element name="SnapAngles" type="SnapAngles_Type" minOccurs="0"/>
<xsd:element name="DynamicGridEnabled" type="DynamicGridEnabled_Type" minOccurs="0"/>
<xsd:element name="ProtectStyles" type="ProtectStyles_Type" minOccurs="0"/>
<xsd:element name="ProtectShapes" type="ProtectShapes_Type" minOccurs="0"/>
<xsd:element name="ProtectMasters" type="ProtectMasters_Type" minOccurs="0"/>
<xsd:element name="ProtectBkgnds" type="ProtectBkgnds_Type" minOccurs="0"/>
<xsd:element name="CustomMenusFile" type="CustomMenusFile_Type" minOccurs="0"/>
<xsd:element name="CustomToolbarsFile" type="CustomToolbarsFile_Type" minOccurs="0"/>
<xsd:element name="AttachedToolbars" type="AttachedToolbars_Type" minOccurs="0"/>
</xsd:choice>
<xsd:attribute name="TopPage" type="xsd:unsignedLong"/>
<xsd:attribute name="DefaultTextStyle" type="xsd:unsignedLong"/>
<xsd:attribute name="DefaultLineStyle" type="xsd:unsignedLong"/>
<xsd:attribute name="DefaultFillStyle" type="xsd:unsignedLong"/>
<xsd:attribute name="DefaultGuideStyle" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="GlueSettings_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SnapSettings_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SnapExtensions_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SnapAngles_Type">
<xsd:sequence>
<xsd:element name="SnapAngle" type="SnapAngle_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SnapAngle_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:float"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="DynamicGridEnabled_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ProtectStyles_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ProtectShapes_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ProtectMasters_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ProtectBkgnds_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CustomMenusFile_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="CustomToolbarsFile_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="AttachedToolbars_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Colors_Type">
<xsd:sequence>
<xsd:element name="ColorEntry" type="ColorEntry_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ColorEntry_Type">
<xsd:attribute name="IX" type="xsd:unsignedLong"/>
<xsd:attribute name="RGB" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="PrintSetup_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="PaperSize" type="PaperSize_Type" minOccurs="0"/>
<xsd:element name="PaperWidth" type="PaperWidth_Type" minOccurs="0"/>
<xsd:element name="PaperHeight" type="PaperHeight_Type" minOccurs="0"/>
<xsd:element name="PrintCenteredH" type="PrintCenteredH_Type" minOccurs="0"/>
<xsd:element name="PrintCenteredV" type="PrintCenteredV_Type" minOccurs="0"/>
<xsd:element name="PrintFitOnPages" type="PrintFitOnPages_Type" minOccurs="0"/>
<xsd:element name="PrintLandscape" type="PrintLandscape_Type" minOccurs="0"/>
<xsd:element name="PrintPagesAcross" type="PrintPagesAcross_Type" minOccurs="0"/>
<xsd:element name="PrintPagesDown" type="PrintPagesDown_Type" minOccurs="0"/>
<xsd:element name="PrintScale" type="PrintScale_Type" minOccurs="0"/>
<xsd:element name="PageTopMargin" type="PageTopMargin_Type" minOccurs="0"/>
<xsd:element name="PageBottomMargin" type="PageBottomMargin_Type" minOccurs="0"/>
<xsd:element name="PageLeftMargin" type="PageLeftMargin_Type" minOccurs="0"/>
<xsd:element name="PageRightMargin" type="PageRightMargin_Type" minOccurs="0"/>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name="PaperSize_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PaperWidth_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:float"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PaperHeight_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:float"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintCenteredH_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintCenteredV_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintFitOnPages_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintLandscape_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintPagesAcross_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintPagesDown_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="PrintScale_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:float"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Fonts_Type">
<xsd:sequence>
<xsd:element name="FontEntry" type="FontEntry_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FontEntry_Type">
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="CharSet" type="xsd:unsignedByte"/>
<xsd:attribute name="PitchAndFamily" type="xsd:unsignedByte"/>
<xsd:attribute name="Attributes" type="xsd:unsignedShort"/>
<xsd:attribute name="Weight" type="xsd:long"/>
<xsd:attribute name="Unicode" type="ISOBoolean"/>
</xsd:complexType>
<xsd:complexType name="FaceNames_Type">
<xsd:sequence>
<xsd:element name="FaceName" type="FaceName_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FaceName_Type">
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="UnicodeRanges" type="xsd:string"/>
<xsd:attribute name="CharSets" type="xsd:string"/>
<xsd:attribute name="Panos" type="xsd:string"/>
<xsd:attribute name="Flags" type="xsd:unsignedLong"/>
</xsd:complexType>
<xsd:complexType name="StyleSheets_Type">
<xsd:sequence>
<xsd:element name="StyleSheet" type="StyleSheet_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="StyleSheet_Type">
<xsd:complexContent>
<xsd:extension base="ShapeSheet_Type">
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="NameU" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="DocumentSheet_Type">
<xsd:complexContent>
<xsd:extension base="ShapeSheet_Type">
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="NameU" type="xsd:string"/>
<xsd:attribute name="UniqueID" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Masters_Type">
<xsd:sequence>
<xsd:element name="Master" type="Master_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="MasterShortcut" type="MasterShortcut_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Master_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="Icon" type="Icon_Type" minOccurs="0"/>
<xsd:element name="Connects" type="Connects_Type" minOccurs="0"/>
</xsd:choice>
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="BaseID" type="xsd:string"/>
<xsd:attribute name="UniqueID" type="xsd:string"/>
<xsd:attribute name="MatchByName" type="ISOBoolean"/>
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="NameU" type="xsd:string"/>
<xsd:attribute name="IconSize" type="xsd:unsignedShort"/>
<xsd:attribute name="PatternFlags" type="xsd:unsignedShort"/>
<xsd:attribute name="Prompt" type="xsd:string"/>
<xsd:attribute name="Hidden" type="ISOBoolean"/>
<xsd:attribute name="IconUpdate" type="ISOBoolean"/>
<xsd:attribute name="AlignName" type="xsd:unsignedShort"/>
</xsd:complexType>
<xsd:complexType name="PageSheet_Type">
<xsd:complexContent>
<xsd:extension base="ShapeSheet_Type">
<xsd:attribute name="UniqueID" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="MasterShortcut_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Icon" type="Icon_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="IconSize" type="xsd:unsignedShort"/>
<xsd:attribute name="PatternFlags" type="xsd:unsignedShort"/>
<xsd:attribute name="Prompt" type="xsd:string"/>
<xsd:attribute name="ShortcutURL" type="xsd:string"/>
<xsd:attribute name="ShortcutHelp" type="xsd:string"/>
<xsd:attribute name="AlignName" type="xsd:unsignedShort"/>
</xsd:complexType>
<xsd:complexType name="Shapes_Type">
<xsd:sequence>
<xsd:element name="Shape" type="Shape_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Icon_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="Connects_Type">
<xsd:sequence>
<xsd:element name="Connect" type="Connect_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Pages_Type">
<xsd:sequence>
<xsd:element name="Page" type="Page_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<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>
<xsd:complexType name="Connect_Type">
<xsd:attribute name="FromSheet" type="xsd:unsignedLong"/>
<xsd:attribute name="FromCell" type="xsd:string"/>
<xsd:attribute name="FromPart" type="xsd:int"/>
<xsd:attribute name="ToSheet" type="xsd:unsignedLong"/>
<xsd:attribute name="ToCell" type="xsd:string"/>
<xsd:attribute name="ToPart" type="xsd:int"/>
</xsd:complexType>
<xsd:complexType name="Shape_Type">
<xsd:complexContent>
<xsd:extension base="ShapeSheet_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Shapes" type="Shapes_Type" minOccurs="0"/>
</xsd:choice>
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="Del" type="ISOBoolean"/>
<xsd:attribute name="MasterShape" type="xsd:unsignedLong"/>
<xsd:attribute name="UniqueID" type="xsd:string"/>
<xsd:attribute name="Name" type="xsd:string"/>
<xsd:attribute name="NameU" type="xsd:string"/>
<xsd:attribute name="Master" type="xsd:unsignedLong"/>
<xsd:attribute name="Type" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="Windows_Type">
<xsd:sequence>
<xsd:element name="Window" type="Window_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ClientWidth" type="xsd:unsignedShort"/>
<xsd:attribute name="ClientHeight" type="xsd:unsignedShort"/>
</xsd:complexType>
<xsd:complexType name="Window_Type">
<xsd:sequence>
<xsd:element name="StencilGroup" type="StencilGroup_Type" minOccurs="0"/>
<xsd:element name="StencilGroupPos" type="StencilGroupPos_Type" minOccurs="0"/>
<xsd:element name="ShowRulers" type="ShowRulers_Type" minOccurs="0"/>
<xsd:element name="ShowGrid" type="ShowGrid_Type" minOccurs="0"/>
<xsd:element name="ShowPageBreaks" type="ShowPageBreaks_Type" minOccurs="0"/>
<xsd:element name="ShowGuides" type="ShowGuides_Type" minOccurs="0"/>
<xsd:element name="ShowConnectionPoints" type="ShowConnectionPoints_Type" minOccurs="0"/>
<xsd:element name="GlueSettings" type="GlueSettings_Type" minOccurs="0"/>
<xsd:element name="SnapSettings" type="SnapSettings_Type" minOccurs="0"/>
<xsd:element name="SnapExtensions" type="SnapExtensions_Type" minOccurs="0"/>
<xsd:element name="SnapAngles" type="SnapAngles_Type" minOccurs="0"/>
<xsd:element name="DynamicGridEnabled" type="DynamicGridEnabled_Type" minOccurs="0"/>
<xsd:element name="TabSplitterPos" type="TabSplitterPos_Type" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="WindowType" type="xsd:string"/>
<xsd:attribute name="WindowState" type="xsd:unsignedLong"/>
<xsd:attribute name="Document" type="xsd:string"/>
<xsd:attribute name="WindowLeft" type="xsd:short"/>
<xsd:attribute name="WindowTop" type="xsd:short"/>
<xsd:attribute name="WindowWidth" type="xsd:unsignedLong"/>
<xsd:attribute name="WindowHeight" type="xsd:unsignedLong"/>
<xsd:attribute name="Master" type="xsd:unsignedLong"/>
<xsd:attribute name="ContainerType" type="xsd:string"/>
<xsd:attribute name="Container" type="xsd:unsignedLong"/>
<xsd:attribute name="Sheet" type="xsd:unsignedLong"/>
<xsd:attribute name="ReadOnly" type="ISOBoolean"/>
<xsd:attribute name="ParentWindow" type="xsd:unsignedLong"/>
<xsd:attribute name="Page" 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:complexType>
<xsd:complexType name="StencilGroup_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="StencilGroupPos_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:int"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShowRulers_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShowGrid_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShowPageBreaks_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShowGuides_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="ShowConnectionPoints_Type">
<xsd:simpleContent>
<xsd:extension base="ISOBoolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="TabSplitterPos_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:float"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EventList_Type">
<xsd:sequence>
<xsd:element name="EventItem" type="EventItem_Type" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EventItem_Type">
<xsd:attribute name="ID" type="xsd:unsignedLong"/>
<xsd:attribute name="Action" type="xsd:unsignedShort"/>
<xsd:attribute name="EventCode" type="xsd:unsignedShort"/>
<xsd:attribute name="Enabled" type="ISOBoolean"/>
<xsd:attribute name="Target" type="xsd:string"/>
<xsd:attribute name="TargetArgs" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="HeaderFooter_Type">
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="HeaderMargin" type="HeaderMargin_Type" minOccurs="0"/>
<xsd:element name="FooterMargin" type="FooterMargin_Type" minOccurs="0"/>
<xsd:element name="HeaderLeft" type="HeaderLeft_Type" minOccurs="0"/>
<xsd:element name="HeaderCenter" type="HeaderCenter_Type" minOccurs="0"/>
<xsd:element name="HeaderRight" type="HeaderRight_Type" minOccurs="0"/>
<xsd:element name="FooterLeft" type="FooterLeft_Type" minOccurs="0"/>
<xsd:element name="FooterCenter" type="FooterCenter_Type" minOccurs="0"/>
<xsd:element name="FooterRight" type="FooterRight_Type" minOccurs="0"/>
<xsd:element name="HeaderFooterFont" type="HeaderFooterFont_Type" minOccurs="0"/>
</xsd:choice>
<xsd:attribute name="HeaderFooterColor" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="HeaderMargin_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:float">
<xsd:attribute name="Unit" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FooterMargin_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:float">
<xsd:attribute name="Unit" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HeaderLeft_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HeaderCenter_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HeaderRight_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FooterLeft_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FooterCenter_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="FooterRight_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="HeaderFooterFont_Type">
<xsd:attribute name="Height" type="xsd:long"/>
<xsd:attribute name="Width" type="xsd:long"/>
<xsd:attribute name="Escapement" type="xsd:long"/>
<xsd:attribute name="Orientation" type="xsd:long"/>
<xsd:attribute name="Weight" type="xsd:long"/>
<xsd:attribute name="Italic" type="xsd:unsignedByte"/>
<xsd:attribute name="Underline" type="xsd:unsignedByte"/>
<xsd:attribute name="StrikeOut" type="xsd:unsignedByte"/>
<xsd:attribute name="CharSet" type="xsd:unsignedByte"/>
<xsd:attribute name="OutPrecision" type="xsd:unsignedByte"/>
<xsd:attribute name="ClipPrecision" type="xsd:unsignedByte"/>
<xsd:attribute name="Quality" type="xsd:unsignedByte"/>
<xsd:attribute name="PitchAndFamily" type="xsd:unsignedByte"/>
<xsd:attribute name="FaceName" type="xsd:string"/>
</xsd:complexType>
<xsd:complexType name="VBProjectData_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="EmailRoutingData_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary">
<xsd:attribute name="Size" type="xsd:unsignedLong"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="VisioDocument_Type">
<xsd:sequence>
<xsd:element name="DocumentProperties" type="DocumentProperties_Type" minOccurs="0"/>
<xsd:element name="DocumentSettings" type="DocumentSettings_Type" minOccurs="0"/>
<xsd:element name="Colors" type="Colors_Type" minOccurs="0"/>
<xsd:element name="PrintSetup" type="PrintSetup_Type" minOccurs="0"/>
<xsd:element name="Fonts" type="Fonts_Type" minOccurs="0"/>
<xsd:element name="FaceNames" type="FaceNames_Type" minOccurs="0"/>
<xsd:element name="StyleSheets" type="StyleSheets_Type" minOccurs="0"/>
<xsd:element name="DocumentSheet" type="DocumentSheet_Type" minOccurs="0"/>
<xsd:element name="Masters" type="Masters_Type" minOccurs="0"/>
<xsd:element name="Pages" type="Pages_Type" minOccurs="0"/>
<xsd:element name="Windows" type="Windows_Type" minOccurs="0"/>
<xsd:element name="EventList" type="EventList_Type" minOccurs="0"/>
<xsd:element name="HeaderFooter" type="HeaderFooter_Type" minOccurs="0"/>
<xsd:element name="VBProjectData" type="VBProjectData_Type" minOccurs="0"/>
<xsd:element name="EmailRoutingData" type="EmailRoutingData_Type" minOccurs="0"/>
<xsd:element name="SolutionXML" type="SolutionXML_Type" minOccurs="0" maxOccurs="unbounded"/>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any namespace="##other" processContents="lax"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="start" type="xsd:unsignedLong"/>
<xsd:attribute name="key" type="xsd:string"/>
<xsd:attribute name="metric" type="ISOBoolean"/>
<xsd:attribute name="buildnum" type="xsd:unsignedLong"/>
<xsd:attribute name="version" type="xsd:string"/>
<xsd:attribute name="DocLangID" type="xsd:unsignedLong"/>
<xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>
</xsd:schema>