RuleSet_Type complexType (Visio XML)
- Article
-
-
|
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="RuleSet_Type">
<xs:sequence>
<xs:element name="RuleSetFlags" type="RuleSetFlags_Type"
minOccurs="0"
maxOccurs="1"
>
</xs:element>
<xs:element name="Rule" type="Rule_Type"
minOccurs="0"
maxOccurs="unbounded"
>
</xs:element>
</xs:sequence>
<xs:attribute name="ID"
type="xsd:unsignedInt"
use="required"
/>
<xs:attribute name="Name"
type="xsd:string"
/>
<xs:attribute name="NameU"
type="xsd:string"
use="required"
/>
<xs:attribute name="Description"
type="xsd:string"
/>
<xs:attribute name="Enabled"
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
Attributes
Attribute |
Type |
Required |
Description |
Possible values |
Description
|
xsd:string
|
optional
|
|
Values of the xsd:string type. |
Enabled
|
xsd:boolean
|
optional
|
|
Values of the xsd:boolean type. |
ID
|
xsd:unsignedInt
|
required
|
|
Values of the xsd:unsignedInt type. |
Name
|
xsd:string
|
optional
|
|
Values of the xsd:string type. |
NameU
|
xsd:string
|
required
|
|
Values of the xsd:string type. |