Rule_Type complexType (Visio XML)
- Article
-
-
|
Valeur |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Fichier de schéma
|
VisioSchema15-2012-06-05.xsd
|
Base d’extension
|
Aucun
|
Définition
<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>
Éléments et attributs
Si le schéma définit des exigences spécifiques, telles que sequence, minOccurs, maxOccurs et choice, consultez la section définition.
Éléments enfants
Attributs
Attribut |
Type |
Obligatoire |
Description |
Valeurs possibles |
Catégorie
|
xsd :string
|
facultatif
|
|
Valeurs du type xsd :string. |
Description
|
xsd :string
|
facultatif
|
|
Valeurs du type xsd :string. |
ID
|
xsd :unsignedInt
|
obligatoire
|
|
Valeurs du type xsd :unsignedInt. |
Ignoré
|
xsd :boolean
|
facultatif
|
|
Valeurs du type xsd :boolean. |
NameU
|
xsd :string
|
obligatoire
|
|
Valeurs du type xsd :string. |
RuleTarget
|
xsd :int
|
facultatif
|
|
Valeurs du type xsd :int. |