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>
要素と属性
スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。
子要素
属性
属性 |
型 |
必須 |
説明 |
可能な値 |
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 型の値。 |