RuleInfo element (Issue_Type complexType) (Visio XML)
Specifies information about the validation rule that the parent validation issue pertains to.
Element information
Value | |
---|---|
Element type |
RuleInfo_Type |
Namespace |
http://schemas.microsoft.com/office/visio/2012/main |
Schema file |
VisioSchema15.xsd |
Document parts |
validation.xml |
Definition
< xs:element name="RuleInfo" type="RuleInfo_Type" minOccurs="0" maxOccurs="1" >
</xs:element >
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element | Type | Description |
---|---|---|
Issue |
Issue_Type |
Represents a single validation issue in the document. |
Child elements
None.
Attributes
Attribute | Type | Required | Description | Possible values |
---|---|---|---|---|
RuleID |
xsd:unsignedInt |
required |
Specifies the unique identifier of the validation rule that the parent issue pertains to. | Values of the xsd:unsignedInt type. |
RuleSetID |
xsd:unsignedInt |
required |
Specifies the unique identifier of the validation rule set that the parent issue pertains to. | Values of the xsd:unsignedInt type. |