2.3.4.2.41 DocumentSettings_Type

Target namespace: http://schemas.microsoft.com/office/visio/2011/1/core

Referenced by: VisioDocument_Type

A complex type that is unused and MUST be ignored.

Child Elements:

GlueSettings: A GlueSettings_Type element that is unused and MUST be ignored.

SnapSettings: A SnapSettings_Type element that is unused and MUST be ignored.

SnapExtensions: A SnapExtensions_Type element that is unused and MUST be ignored.

SnapAngles: A SnapAngles_Type element that is unused and MUST be ignored.

DynamicGridEnabled: A DynamicGridEnabled_Type element that is unused and MUST be ignored.

ProtectStyles: A ProtectStyles_Type element that is unused and MUST be ignored.

ProtectShapes: A ProtectShapes_Type element specifies whether a shape is selectable.

ProtectMasters: A ProtectMasters_Type element that is unused and MUST be ignored.

ProtectBkgnds: A ProtectBkgnds_Type element that is unused and MUST be ignored.

CustomMenusFile: A CustomMenusFile_Type element that is unused and MUST be ignored.

CustomToolbarsFile: A CustomToolbarsFile_Type element that is unused and MUST be ignored.

AttachedToolbars: An AttachedToolbars_Type element that is unused and MUST be ignored.

Attributes:

TopPage: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

DefaultTextStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

DefaultLineStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

DefaultFillStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

DefaultGuideStyle: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that is unused and MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="DocumentSettings_Type">
   <xsd:all>
     <xsd:element name="GlueSettings" type="GlueSettings_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="SnapSettings" type="SnapSettings_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="SnapExtensions" type="SnapExtensions_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="SnapAngles" type="SnapAngles_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="DynamicGridEnabled" type="DynamicGridEnabled_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="ProtectStyles" type="ProtectStyles_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="ProtectShapes" type="ProtectShapes_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="ProtectMasters" type="ProtectMasters_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="ProtectBkgnds" type="ProtectBkgnds_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="CustomMenusFile" type="CustomMenusFile_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="CustomToolbarsFile" type="CustomToolbarsFile_Type" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="AttachedToolbars" type="AttachedToolbars_Type" minOccurs="0" maxOccurs="1"/>
   </xsd:all>
   <xsd:attribute name="TopPage" type="xsd:unsignedInt"/>
   <xsd:attribute name="DefaultTextStyle" type="xsd:unsignedInt"/>
   <xsd:attribute name="DefaultLineStyle" type="xsd:unsignedInt"/>
   <xsd:attribute name="DefaultFillStyle" type="xsd:unsignedInt"/>
   <xsd:attribute name="DefaultGuideStyle" type="xsd:unsignedInt"/>
 </xsd:complexType>