Rule_Type complexType (XML de Visio)
- Artículo
-
-
|
Valor |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Archivo de esquema
|
VisioSchema15-2012-06-05.xsd
|
Base de extensión
|
Ninguno
|
Definición
<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>
Elementos y atributos
Si el esquema define requisitos específicos, como sequence, minOccurs, maxOccurs y choice, consulte la sección de definición.
Elementos secundarios
Atributos
Atributo |
Tipo |
Obligatorio |
Descripción |
Posibles valores |
Categoría
|
xsd:string
|
opcional
|
|
Valores del tipo xsd:string. |
Descripción
|
xsd:string
|
opcional
|
|
Valores del tipo xsd:string. |
Id.
|
xsd:unsignedInt
|
necesario
|
|
Valores del tipo xsd:unsignedInt. |
Ignorado
|
xsd:boolean
|
opcional
|
|
Valores del tipo xsd:boolean. |
NameU
|
xsd:string
|
necesario
|
|
Valores del tipo xsd:string. |
RuleTarget
|
xsd:int
|
opcional
|
|
Valores del tipo xsd:int. |