ForeignData_Type complexType (Visio XML)

Type information

Value
Namespace
http://schemas.microsoft.com/office/visio/2011/1/core
Schema file
VisioSchema15-2012-06-05.xsd
Extension base
None

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>
      

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element Type Description
Rel
Rel_Type

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.