Freigeben über


Rule_Type complexType (Visio XML)

Informationen zum Typ

Wert
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schemadatei
VisioSchema15-2012-06-05.xsd
Erweiterungsbasis
Keine

Definition

          <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>
      

Elemente und Attribute

Wenn das Schema bestimmte Anforderungen definiert, z. B. sequence, minOccurs, maxOccurs und choice, lesen Sie den Abschnitt definition.

Untergeordnete Elemente

Element Typ Beschreibung
RuleFilter
RuleFilter_Type
RuleTest
RuleTest_Type

Attribute

Attribut Typ Erforderlich Beschreibung Mögliche Werte
Kategorie
xsd:string
Optional
Werte des xsd:string-Typs.
Beschreibung
xsd:string
Optional
Werte des xsd:string-Typs.
ID
xsd:unsignedInt
erforderlich
Werte des xsd:unsignedInt-Typs.
Ignoriert
xsd:boolean
Optional
Werte des Typs xsd:boolean.
NameU
xsd:string
erforderlich
Werte des xsd:string-Typs.
RuleTarget
xsd:int
Optional
Werte des xsd:int-Typs.