Rule_Type complexType (Visio XML)

Type information

Value
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schema file
VisioSchema15-2012-06-05.xsd
Extension base
None

Definition

          <xs:complexType name="Rule_Type">
          
          <xs:sequence>
    <xs:element name="RuleFilter"  type="RuleFilter_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="RuleTest"  type="RuleTest_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="NameU"
  type="xsd:string"
     use="required"
    />
    <xs:attribute name="Category"
  type="xsd:string"
    />
    <xs:attribute name="Description"
  type="xsd:string"
    />
    <xs:attribute name="RuleTarget"
  type="xsd:int"
    />
    <xs:attribute name="Ignored"
  type="xsd:boolean"
    />
      </xs:complexType>
      

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element Type Description
RuleFilter
RuleFilter_Type
RuleTest
RuleTest_Type

Attributes

Attribute Type Required Description Possible values
Category
xsd:string
optional
Values of the xsd:string type.
Description
xsd:string
optional
Values of the xsd:string type.
ID
xsd:unsignedInt
required
Values of the xsd:unsignedInt type.
Ignored
xsd:boolean
optional
Values of the xsd:boolean type.
NameU
xsd:string
required
Values of the xsd:string type.
RuleTarget
xsd:int
optional
Values of the xsd:int type.