Freigeben über


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

Definition

      <xs:complexType name="StyleSheet_Type">
        <xs:complexContent>
        <xs:extension base="Sheet_Type">
      
    <xs:attribute name="ID"
  type="xsd:unsignedInt"
     use="required"
    />
    <xs:attribute name="Name"
  type="xsd:string"
    />
    <xs:attribute name="NameU"
  type="xsd:string"
    />
    <xs:attribute name="IsCustomName"
  type="xsd:boolean"
    />
    <xs:attribute name="IsCustomNameU"
  type="xsd:boolean"
    />
        </xs:extension>
        </xs:complexContent>
      </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

Keine.

Attribute

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