2.3.4.2.76 PublishSettings_Type

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

Referenced by: VisioDocument_Type

A complex type that specifies the set of drawing pages that are viewable and set of recordsets that can be refreshed in a web drawing.

Child Elements:

PublishedPage: A PublishedPage_Type element that specifies that a drawing page is viewable in the web drawing.

RefreshableData: A RefreshableData_Type element that specifies that a recordset can be refreshed in the web drawing.

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

 <xsd:complexType name="PublishSettings_Type">
   <xsd:sequence>
     <xsd:element name="PublishedPage" type="PublishedPage_Type" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="RefreshableData" type="RefreshableData_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>