Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:imageType / tps:SourcePath
Namespace tps
Annotations
The path of the Image (relative path, inside 'filename'.maxml data folder)
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="SourcePath" type="xs:string">
  <xs:annotation>
    <xs:documentation>The path of the Image (relative path, inside 'filename'.maxml data folder)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:Raster
Namespace tps
Annotations
Optional metadata collection
Diagram
Properties
content complex
minOccurs 0
Model
tps:Format{0,1} , tps:Width{0,1} , tps:Height{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Format, tps:Height, tps:Width
Instance
<tps:Raster xmlns:tps="tps">
  <tps:Format>{0,1}</tps:Format>
  <tps:Width>{0,1}</tps:Width>
  <tps:Height>{0,1}</tps:Height>
</tps:Raster>
Source
<xs:element minOccurs="0" name="Raster">
  <xs:annotation>
    <xs:documentation>Optional metadata collection</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="Format" type="tps:imageFormatType">
        <xs:annotation>
          <xs:documentation>The format of the image</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Width" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The width of the Image in pixels</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Height" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The height of the image in pixels</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:group minOccurs="0" ref="tps:versionable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:imageType / tps:Raster / tps:Format
Namespace tps
Annotations
The format of the image
Diagram
Type tps:imageFormatType
Properties
content simple
minOccurs 0
Facets
enumeration bmp
enumeration png
enumeration jpeg
enumeration tiff
enumeration tga
enumeration pdf
Source
<xs:element minOccurs="0" name="Format" type="tps:imageFormatType">
  <xs:annotation>
    <xs:documentation>The format of the image</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:Raster / tps:Width
Namespace tps
Annotations
The width of the Image in pixels
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Width" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The width of the Image in pixels</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:Raster / tps:Height
Namespace tps
Annotations
The height of the image in pixels
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Height" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The height of the image in pixels</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:World
Namespace tps
Annotations
Raster transformation data
Diagram
Properties
content complex
minOccurs 0
Model
tps:WorldFile{0,1} , tps:WorldUnits{0,1} , tps:InsertPoint{0,1} , tps:ScaleX{0,1} , tps:ScaleY{0,1} , tps:Rotation{0,1} , tps:ShearFactor{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:InsertPoint, tps:Rotation, tps:ScaleX, tps:ScaleY, tps:ShearFactor, tps:WorldFile, tps:WorldUnits
Instance
<tps:World xmlns:tps="tps">
  <tps:WorldFile>{0,1}</tps:WorldFile>
  <tps:WorldUnits>{0,1}</tps:WorldUnits>
  <tps:InsertPoint>{0,1}</tps:InsertPoint>
  <tps:ScaleX>{0,1}</tps:ScaleX>
  <tps:ScaleY>{0,1}</tps:ScaleY>
  <tps:Rotation>{0,1}</tps:Rotation>
  <tps:ShearFactor>{0,1}</tps:ShearFactor>
</tps:World>
Source
<xs:element name="World" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Raster transformation data</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="WorldFile" type="xs:string">
        <xs:annotation>
          <xs:documentation>The path of the Esri world file that contains parameters to georeference the raster image</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="WorldUnits" type="tps:distanceType">
        <xs:annotation>
          <xs:documentation>The world coordinates units</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="InsertPoint" type="tps:position2DType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The x,y map coordinates of the center of the bottom left pixel</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element default="0.0" name="ScaleX" type="xs:double" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The change of scale in x direction</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element default="0.0" name="ScaleY" type="xs:double" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The change of scale in y direction</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element default="0.0" minOccurs="0" name="Rotation" type="xs:double">
        <xs:annotation>
          <xs:documentation>The rotation angle, measured counter-clockwise from the x-axis. (in degrees: [0:360])</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element default="0.0" minOccurs="0" name="ShearFactor" type="xs:double">
        <xs:annotation>
          <xs:documentation>Shear factor along the x-axis = tan (skew angle) (the skew angle is measured from the y-axis)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:group minOccurs="0" ref="tps:versionable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:imageType / tps:World / tps:WorldFile
Namespace tps
Annotations
The path of the Esri world file that contains parameters to georeference the raster image
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="WorldFile" type="xs:string">
  <xs:annotation>
    <xs:documentation>The path of the Esri world file that contains parameters to georeference the raster image</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:World / tps:WorldUnits
Namespace tps
Annotations
The world coordinates units
Diagram
Type tps:distanceType
Properties
content simple
minOccurs 0
Facets
enumeration meters
enumeration us_feet
enumeration int_feet
enumeration us_feet_inches
enumeration int_feet_inches
enumeration us_chains
enumeration int_chains
enumeration mile
enumeration int_inches
enumeration us_inches
enumeration millimeters
enumeration centimeters
enumeration kilometers
enumeration microinches
enumeration mils
enumeration int_yards
enumeration us_yards
enumeration angstroms
enumeration nanometers
enumeration microns
enumeration decimeters
enumeration decameters
enumeration hectometers
enumeration gigameters
enumeration astronomical_units
enumeration light_years
enumeration parsecs
Source
<xs:element minOccurs="0" name="WorldUnits" type="tps:distanceType">
  <xs:annotation>
    <xs:documentation>The world coordinates units</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:World / tps:InsertPoint
Namespace tps
Annotations
The x,y map coordinates of the center of the bottom left pixel
Diagram
Type tps:position2DType
Properties
content complex
minOccurs 0
Model
tps:XY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:XY
Instance
<tps:InsertPoint xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:InsertPoint>
Source
<xs:element name="InsertPoint" type="tps:position2DType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The x,y map coordinates of the center of the bottom left pixel</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:World / tps:ScaleX
Namespace tps
Annotations
The change of scale in x direction
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<xs:element default="0.0" name="ScaleX" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The change of scale in x direction</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:World / tps:ScaleY
Namespace tps
Annotations
The change of scale in y direction
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<xs:element default="0.0" name="ScaleY" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The change of scale in y direction</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:World / tps:Rotation
Namespace tps
Annotations
The rotation angle, measured counter-clockwise from the x-axis. (in degrees: [0:360])
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<xs:element default="0.0" minOccurs="0" name="Rotation" type="xs:double">
  <xs:annotation>
    <xs:documentation>The rotation angle, measured counter-clockwise from the x-axis. (in degrees: [0:360])</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:World / tps:ShearFactor
Namespace tps
Annotations
Shear factor along the x-axis = tan (skew angle) (the skew angle is measured from the y-axis)
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<xs:element default="0.0" minOccurs="0" name="ShearFactor" type="xs:double">
  <xs:annotation>
    <xs:documentation>Shear factor along the x-axis = tan (skew angle) (the skew angle is measured from the y-axis)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageType / tps:Name
Namespace tps
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Name" type="xs:string"/>
Element tps:imageType / tps:Visible
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default true
Source
<xs:element default="true" minOccurs="0" name="Visible" type="xs:boolean"/>
Element tps:imageType / tps:Transparency
Namespace tps
Diagram
Type xs:short
Properties
content simple
minOccurs 0
default 0
Source
<xs:element default="0" minOccurs="0" name="Transparency" type="xs:short"/>
Element tps:imageType / tps:LayerRef
Namespace tps
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element minOccurs="0" name="LayerRef">
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:imageType
Namespace tps
Annotations
The CAD image definition
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:SourcePath , tps:Raster{0,1} , tps:World{0,1} , tps:Name{0,1} , tps:Visible{0,1} , tps:Transparency{0,1} , tps:LayerRef{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:LayerRef, tps:Name, tps:Raster, tps:SourcePath, tps:Transparency, tps:Visible, tps:World
Attributes
QName Type Use Annotation
csIdRef xs:IDREF optional
It's a reference to a Coordinate System
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="imageType">
  <xs:annotation>
    <xs:documentation>The CAD image definition</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="SourcePath" type="xs:string">
          <xs:annotation>
            <xs:documentation>The path of the Image (relative path, inside 'filename'.maxml data folder)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Raster">
          <xs:annotation>
            <xs:documentation>Optional metadata collection</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element minOccurs="0" name="Format" type="tps:imageFormatType">
                <xs:annotation>
                  <xs:documentation>The format of the image</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="Width" type="xs:integer">
                <xs:annotation>
                  <xs:documentation>The width of the Image in pixels</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="Height" type="xs:integer">
                <xs:annotation>
                  <xs:documentation>The height of the image in pixels</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:group minOccurs="0" ref="tps:versionable"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="World" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Raster transformation data</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element minOccurs="0" name="WorldFile" type="xs:string">
                <xs:annotation>
                  <xs:documentation>The path of the Esri world file that contains parameters to georeference the raster image</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element minOccurs="0" name="WorldUnits" type="tps:distanceType">
                <xs:annotation>
                  <xs:documentation>The world coordinates units</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="InsertPoint" type="tps:position2DType" minOccurs="0">
                <xs:annotation>
                  <xs:documentation>The x,y map coordinates of the center of the bottom left pixel</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element default="0.0" name="ScaleX" type="xs:double" minOccurs="0">
                <xs:annotation>
                  <xs:documentation>The change of scale in x direction</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element default="0.0" name="ScaleY" type="xs:double" minOccurs="0">
                <xs:annotation>
                  <xs:documentation>The change of scale in y direction</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element default="0.0" minOccurs="0" name="Rotation" type="xs:double">
                <xs:annotation>
                  <xs:documentation>The rotation angle, measured counter-clockwise from the x-axis. (in degrees: [0:360])</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element default="0.0" minOccurs="0" name="ShearFactor" type="xs:double">
                <xs:annotation>
                  <xs:documentation>Shear factor along the x-axis = tan (skew angle) (the skew angle is measured from the y-axis)</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:group minOccurs="0" ref="tps:versionable"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element minOccurs="0" name="Name" type="xs:string"/>
        <xs:element default="true" minOccurs="0" name="Visible" type="xs:boolean"/>
        <xs:element default="0" minOccurs="0" name="Transparency" type="xs:short"/>
        <xs:element minOccurs="0" name="LayerRef">
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:IDREF"/>
          </xs:complexType>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
      <xs:attribute name="csIdRef" type="xs:IDREF">
        <xs:annotation>
          <xs:documentation>It's a reference to a Coordinate System</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:imageType / tps:LayerRef / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>
Attribute tps:imageType / @csIdRef
Namespace No namespace
Annotations
It's a reference to a Coordinate System
Type xs:IDREF
Properties
content simple
Used by
Complex Type tps:imageType
Source
<xs:attribute name="csIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>It's a reference to a Coordinate System</xs:documentation>
  </xs:annotation>
</xs:attribute>