Partager via


Sheet_Type complexType (Visio XML)

Informations sur le type

Valeur
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Fichier de schéma
VisioSchema15-2012-06-05.xsd
Base d’extension
Aucun

Définition

        <xs:complexType name="Sheet_Type" abstract="true">
        
          <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Cell"  type="Cell_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="Trigger"  type="Trigger_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="Section"  type="Section_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs: name="" >
    </xs:>
    
      </xs:sequence>
    <xs:attribute name="LineStyle"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="FillStyle"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="TextStyle"
  type="xsd:unsignedInt"
    />
      </xs:complexType>
      

Éléments et attributs

Si le schéma définit des exigences spécifiques, telles que sequence, minOccurs, maxOccurs et choice, consultez la section définition.

Éléments enfants

Élément Type Description
Cell
Cell_Type
Section
Section_Type
Trigger
Trigger_Type

Attributs

Attribut Type Obligatoire Description Valeurs possibles
FillStyle
xsd :unsignedInt
facultatif
Valeurs du type xsd :unsignedInt.
LineStyle
xsd :unsignedInt
facultatif
Valeurs du type xsd :unsignedInt.
TextStyle
xsd :unsignedInt
facultatif
Valeurs du type xsd :unsignedInt.