Compartilhar via


Extensions_Type complexType (Visio XML)

Informação de tipo

Valor
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Arquivo de esquema
VisioSchema15-2012-06-05.xsd
Base da extensão
Nenhum

Definição

          <xs:complexType name="Extensions_Type">
          
          <xs:sequence>
    <xs:element name="CellDef"  type="CellDef_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="FunctionDef"  type="FunctionDef_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="SectionDef"  type="SectionDef_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
      </xs:sequence>
      </xs:complexType>
      

Elementos e atributos

Se o esquema definir requisitos específicos, como sequence, minOccurs,maxOccurs e choice, confira a seção de definição.

Elementos filho

Elemento Tipo Descrição
CellDef
CellDef_Type
FunctionDef
FunctionDef_Type
SectionDef
SectionDef_Type

Atributos

Nenhum