Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:imageOrientationType / tps:Name
Namespace tps
Annotations
The name of the Image
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Image</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageOrientationType / tps:SourcePath
Namespace tps
Annotations
The path of the Image (relative path with name included, inside 'filename'.maxml data folder). Absolute path is supported but deprecated.
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 with name included, inside 'filename'.maxml data folder). Absolute path is supported but deprecated.</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageOrientationType / tps:Width
Namespace tps
Annotations
The width of the Image in pixels
Diagram
Type xs:integer
Properties
content simple
nillable false
Source
<xs:element name="Width" nillable="false" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The width of the Image in pixels</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageOrientationType / tps:Height
Namespace tps
Annotations
The height of the Image in pixels
Diagram
Type xs:integer
Properties
content simple
Source
<xs:element name="Height" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The height of the Image in pixels</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:imageOrientationType / tps:Coordinates
Namespace tps
Annotations
A sequence of 2D positions to orient the image (???)
Diagram
Type tps:namedPosition2DType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
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') , tps:Name , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Name, tps:XY
Instance
<tps:Coordinates xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
  <tps:Name>{1,1}</tps:Name>
</tps:Coordinates>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="Coordinates" type="tps:namedPosition2DType">
  <xs:annotation>
    <xs:documentation>A sequence of 2D positions to orient the image (???)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:imageOrientationType
Namespace tps
Annotations
The information about an image orientation
Diagram
Used by
Model
tps:Name , tps:SourcePath , tps:Width , tps:Height , tps:Coordinates* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Coordinates, tps:Height, tps:Name, tps:SourcePath, tps:Width
Source
<xs:complexType name="imageOrientationType">
  <xs:annotation>
    <xs:documentation>The information about an image orientation</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the Image</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourcePath" type="xs:string">
      <xs:annotation>
        <xs:documentation>The path of the Image (relative path with name included, inside 'filename'.maxml data folder). Absolute path is supported but deprecated.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Width" nillable="false" type="xs:integer">
      <xs:annotation>
        <xs:documentation>The width of the Image in pixels</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Height" type="xs:integer">
      <xs:annotation>
        <xs:documentation>The height of the Image in pixels</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="Coordinates" type="tps:namedPosition2DType">
      <xs:annotation>
        <xs:documentation>A sequence of 2D positions to orient the image (???)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>