Partager via


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

Définition

          <xs:complexType name="Geometry_Type">
          
          <xs:complexContent>
          <xs:extension base="Section_Type">
          <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="Cell"  type="Cell_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
    <xs:element name="Row"  type="GeometryRow_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
      </xs:choice>
      </xs:extension>
      </xs:complexContent>
      </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
Ligne
GeometryRow_Type

Attributs

Aucun.