共用方式為


ForeignData_Type complexType (Visio XML)

類型資訊

Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
架構檔案
VisioSchema15-2012-06-05.xsd
延伸模組基底

定義

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

項目和屬性

如果架構定義特定需求,例如 sequenceminOccursmaxOccurschoice,請參閱定義一節。

子元素

元素 類型 描述
相對
Rel_Type

屬性

屬性 類型 Required 描述 可能值
CompressionLevel
xsd:double
選用
xsd:double 類型的值。
CompressionType
xsd:token
選用
xsd:token 類型的值。
ExtentX
xsd:double
選用
xsd:double 類型的值。
ExtentY
xsd:double
選用
xsd:double 類型的值。
ForeignType
xsd:token
必要
xsd:token 類型的值。
MappingMode
xsd:unsignedShort
選用
xsd:unsignedShort 類型的值。
ObjectHeight
xsd:double
選用
xsd:double 類型的值。
ObjectType
xsd:unsignedInt
選用
xsd:unsignedInt 類型的值。
ObjectWidth
xsd:double
選用
xsd:double 類型的值。
ShowAsIcon
xsd:boolean
選用
xsd:boolean 類型的值。