Freigeben über


ForeignData_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="ForeignData_Type">
          
          <xs:sequence>
    <xs:element name="Rel"  type="Rel_Type"
     minOccurs="1"
     maxOccurs="1"
    >
    </xs:element>
    
      </xs:sequence>
    <xs:attribute name="ForeignType"
  type="xsd:token"
     use="required"
    />
    <xs:attribute name="ObjectType"
  type="xsd:unsignedInt"
    />
    <xs:attribute name="ShowAsIcon"
  type="xsd:boolean"
    />
    <xs:attribute name="ObjectWidth"
  type="xsd:double"
    />
    <xs:attribute name="ObjectHeight"
  type="xsd:double"
    />
    <xs:attribute name="MappingMode"
  type="xsd:unsignedShort"
    />
    <xs:attribute name="ExtentX"
  type="xsd:double"
    />
    <xs:attribute name="ExtentY"
  type="xsd:double"
    />
    <xs:attribute name="CompressionType"
  type="xsd:token"
    />
    <xs:attribute name="CompressionLevel"
  type="xsd:double"
    />
      </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
Rel
Rel_Type

Attribute

Attribut Typ Erforderlich Beschreibung Mögliche Werte
CompressionLevel
xsd:double
Optional
Werte des xsd:double-Typs.
CompressionType
xsd:token
Optional
Werte des xsd:token-Typs.
ExtentX
xsd:double
Optional
Werte des xsd:double-Typs.
ExtentY
xsd:double
Optional
Werte des xsd:double-Typs.
ForeignType
xsd:token
erforderlich
Werte des xsd:token-Typs.
Mappingmode
xsd:unsignedShort
Optional
Werte des xsd:unsignedShort-Typs.
ObjectHeight
xsd:double
Optional
Werte des xsd:double-Typs.
ObjectType
xsd:unsignedInt
Optional
Werte des xsd:unsignedInt-Typs.
ObjectWidth
xsd:double
Optional
Werte des xsd:double-Typs.
ShowAsIcon
xsd:boolean
Optional
Werte des Typs xsd:boolean.