Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:photoNoteType / tps:FileName
Namespace tps
Annotations
The path of the photo image file (relative path, inside 'filename'.maxml data folder)
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="FileName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The path of the photo image file (relative path, inside 'filename'.maxml data folder)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:photoNoteType / tps:Azimuth
Namespace tps
Annotations
The azimuth angle of the photo
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Azimuth" type="xs:double">
  <xs:annotation>
    <xs:documentation>The azimuth angle of the photo</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:photoNoteType / tps:TiltX
Namespace tps
Annotations
The X component of the tilt of the photo
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="TiltX" type="xs:double">
  <xs:annotation>
    <xs:documentation>The X component of the tilt of the photo</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:photoNoteType / tps:TiltY
Namespace tps
Annotations
The Y component of the tilt of the photo
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="TiltY" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Y component of the tilt of the photo</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:photoNoteType
Namespace tps
Annotations
Represents the information about a photo
Diagram
Used by
Model
tps:FileName , tps:Azimuth , tps:TiltX , tps:TiltY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Azimuth, tps:FileName, tps:TiltX, tps:TiltY
Source
<xs:complexType name="photoNoteType">
  <xs:annotation>
    <xs:documentation>Represents the information about a photo</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FileName" type="xs:string">
      <xs:annotation>
        <xs:documentation>The path of the photo image file (relative path, inside 'filename'.maxml data folder)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Azimuth" type="xs:double">
      <xs:annotation>
        <xs:documentation>The azimuth angle of the photo</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TiltX" type="xs:double">
      <xs:annotation>
        <xs:documentation>The X component of the tilt of the photo</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TiltY" type="xs:double">
      <xs:annotation>
        <xs:documentation>The Y component of the tilt of the photo</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>