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>
      

要素と属性

スキーマで sequenceminOccursmaxOccurschoice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

子要素

Element 説明
RuleFilter
RuleFilter_Type
RuleTest
RuleTest_Type

属性

属性 必須 説明 可能な値
カテゴリ
xsd:string
省略可能
xsd:string 型の値。
説明
xsd:string
省略可能
xsd:string 型の値。
ID
xsd:unsignedInt
必須
xsd:unsignedInt 型の値。
無視
xsd:boolean
省略可能
xsd:boolean 型の値。
NameU
xsd:string
必須
xsd:string 型の値。
RuleTarget
xsd:int
省略可能
xsd:int 型の値。