Rule_Type complexType (Visio XML)
- Статья
-
-
|
Значение |
Namespace
|
http://schemas.microsoft.com/office/visio/2011/1/core
|
Файл схемы
|
VisioSchema15-2012-06-05.xsd
|
Базовый элемент расширения
|
Отсутствует
|
Определение
<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>
Элементы и атрибуты
Если в схеме определяются конкретные требования, например sequence, minOccurs, maxOccurs и choice, см. раздел определений.
Дочерние элементы
Атрибуты
Атрибут |
Тип |
Обязательный |
Описание |
Возможные значения |
Категория
|
xsd:string
|
необязательный
|
|
Значения типа xsd:string. |
Описание
|
xsd:string
|
необязательный
|
|
Значения типа xsd:string. |
ИД
|
xsd:unsignedInt
|
Обязательный
|
|
Значения типа xsd:unsignedInt. |
Игнорирован
|
xsd:boolean
|
необязательный
|
|
Значения типа xsd:boolean. |
NameU
|
xsd:string
|
обязательно
|
|
Значения типа xsd:string. |
RuleTarget
|
xsd:int
|
необязательный
|
|
Значения типа xsd:int. |