ForeignData_Type complexType ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Type information
Definition
Elements and attributes
<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>
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Child elements
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
CompressionLevel |
xsd:double |
optional |
|
Values of the xsd:double type. |
|
CompressionType |
xsd:token |
optional |
|
Values of the xsd:token type. |
|
ExtentX |
xsd:double |
optional |
|
Values of the xsd:double type. |
|
ExtentY |
xsd:double |
optional |
|
Values of the xsd:double type. |
|
ForeignType |
xsd:token |
required |
|
Values of the xsd:token type. |
|
MappingMode |
xsd:unsignedShort |
optional |
|
Values of the xsd:unsignedShort type. |
|
ObjectHeight |
xsd:double |
optional |
|
Values of the xsd:double type. |
|
ObjectType |
xsd:unsignedInt |
optional |
|
Values of the xsd:unsignedInt type. |
|
ObjectWidth |
xsd:double |
optional |
|
Values of the xsd:double type. |
|
ShowAsIcon |
xsd:boolean |
optional |
|
Values of the xsd:boolean type. |