<xsd:complexType name="ForeignData_Type">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="ForeignType" type="xsd:string" />
<xsd:attribute name="ObjectType" type="xsd:unsignedLong" />
<xsd:attribute name="ShowAsIcon" type="ISOBoolean" />
<xsd:attribute name="ObjectWidth" type="xsd:float" />
<xsd:attribute name="ObjectHeight" type="xsd:float" />
<xsd:attribute name="MappingMode" type="xsd:unsignedShort" />
<xsd:attribute name="ExtentX" type="xsd:float" />
<xsd:attribute name="ExtentY" type="xsd:float" />
<xsd:attribute name="CompressionType" type="xsd:string" />
<xsd:attribute name="CompressionLevel" type="xsd:float" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|