Compartir a través de


Sheet_Type complexType (XML de Visio)

Información de tipos

Valor
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Archivo de esquema
VisioSchema15-2012-06-05.xsd
Base de extensión
Ninguno

Definición

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

Elementos y atributos

Si el esquema define requisitos específicos, como sequence, minOccurs, maxOccurs y choice, consulte la sección de definición.

Elementos secundarios

Elemento Tipo Descripción
Cell
Cell_Type
Section
Section_Type
Trigger
Trigger_Type

Atributos

Atributo Tipo Obligatorio Descripción Posibles valores
FillStyle
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
LineStyle
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.
TextStyle
xsd:unsignedInt
opcional
Valores del tipo xsd:unsignedInt.