2.3.4.2.78 RefreshableData_Type

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

Referenced by: PublishSettings_Type

A complex type that specifies that a recordset is refreshable in a web drawing.

Attributes:

ID: An xsd:unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the identifier of a recordset. It MUST be the value of the ID attribute of the DataRecordSet_Type element that corresponds to a recordset in the web drawing.

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

 <xsd:complexType name="RefreshableData_Type">
   <xsd:attribute name="ID" type="xsd:unsignedInt" use="required"/>
 </xsd:complexType>