<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>
|