Freigeben über


RuleSet_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="RuleSet_Type">
          
          <xs:sequence>
    <xs:element name="RuleSetFlags"  type="RuleSetFlags_Type"
     minOccurs="0"
     maxOccurs="1"
    >
    </xs:element>
    
    <xs:element name="Rule"  type="Rule_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="Name"
  type="xsd:string"
    />
    <xs:attribute name="NameU"
  type="xsd:string"
     use="required"
    />
    <xs:attribute name="Description"
  type="xsd:string"
    />
    <xs:attribute name="Enabled"
  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
Rule
Rule_Type
RuleSetFlags
RuleSetFlags_Type

Attribute

Attribut Typ Erforderlich Beschreibung Mögliche Werte
Beschreibung
xsd:string
Optional
Werte des xsd:string-Typs.
Aktiviert
xsd:boolean
Optional
Werte des Typs xsd:boolean.
ID
xsd:unsignedInt
erforderlich
Werte des xsd:unsignedInt-Typs.
Name
xsd:string
Optional
Werte des xsd:string-Typs.
NameU
xsd:string
erforderlich
Werte des xsd:string-Typs.