Freigeben über


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

Definition

          <xs:complexType name="Cell_Type">
          
          <xs:sequence>
    <xs:element name="RefBy"  type="RefBy_Type"
     minOccurs="0"
     maxOccurs="unbounded"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="N"
  type="xsd:string"
     use="required"
    />
    <xs:attribute name="U"
  type="xsd:string"
    />
    <xs:attribute name="E"
  type="xsd:string"
    />
    <xs:attribute name="F"
  type="xsd:string"
    />
    <xs:attribute name="V"
  type="xsd:string"
    />
      </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

Element Typ Beschreibung
RefBy
RefBy_Type

Attribute

Attribut Typ Erforderlich Beschreibung Mögliche Werte
E
xsd:string
Optional
Werte des xsd:string-Typs.
F
xsd:string
Optional
Werte des xsd:string-Typs.
N
xsd:string
erforderlich
Werte des xsd:string-Typs.
U
xsd:string
Optional
Werte des xsd:string-Typs.
V
xsd:string
Optional
Werte des xsd:string-Typs.