2.3.4.2.101 Trigger_Type

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

Referenced by: StyleSheet_Type, Section_Type, Row_Type, Sheet_Type, DocumentSheet_Type, PageSheet_Type, ShapeSheet_Type

A complex type that specifies the existence of an update trigger

Child Elements:

RefBy: A RefBy_Type element that specifies a drawing page.

Attributes:

N: An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the language-independent name of the property. It MUST be unique amongst all of the Trigger_Type elements of the parent element, and MUST be equal to a value specified in the Triggers (section 2.4.5) section of this specification.

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

 <xsd:complexType name="Trigger_Type" mixed="true">
   <xsd:sequence>
     <xsd:element name="RefBy" type="RefBy_Type" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="N" type="xsd:string" use="required"/>
 </xsd:complexType>