RuleSet element (RuleSets_Type complexType) ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Element information
Definition
Elements and attributes
Represents one set of diagram-validation rules.
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
|
Element |
Type |
Description |
|---|---|---|
|
Includes a RuleSet element for each validation rule set in the document. |
Child elements
|
Element |
Type |
Description |
|---|---|---|
|
Represents a single validation rule in a diagram validation rule set. |
||
|
Specifies rule-set properties. |
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
Description |
xsd:string |
optional |
Specifies the description that appears in the user interface for the validation rule set. Default is an empty string. |
Values of the xsd:string type. |
|
Enabled |
xsd:boolean |
optional |
Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True. |
Values of the xsd:boolean type. |
|
ID |
xsd:unsignedInt |
required |
Specifies the unique identifier of the validation rule set. |
Values of the xsd:unsignedInt type. |
|
Name |
xsd:string |
optional |
Specifies the local name of the validation rule set. Defaults to NameU attribute value. |
Values of the xsd:string type. |
|
NameU |
xsd:string |
required |
Specifies the universal name of the validation rule set. |
Values of the xsd:string type. |