Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:textureImageType / tps:Data
Namespace tps
Annotations
The image, stored as a base64Binary
Diagram
Source
<xs:element name="Data">
  <xs:annotation>
    <xs:documentation>The image, stored as a base64Binary</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:textureImageType
Namespace tps
Annotations
An image linked to one or more textures
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Data , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Data
Attributes
QName Type Use Annotation
Format tps:imageFormatType optional
The format of the image content
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="textureImageType">
  <xs:annotation>
    <xs:documentation>An image linked to one or more textures</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Data">
          <xs:annotation>
            <xs:documentation>The image, stored as a base64Binary</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
      <xs:attribute name="Format" type="tps:imageFormatType">
        <xs:annotation>
          <xs:documentation>The format of the image content</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:textureImageType / @Format
Namespace No namespace
Annotations
The format of the image content
Type tps:imageFormatType
Properties
content simple
Facets
enumeration bmp
enumeration png
enumeration jpeg
enumeration tiff
enumeration tga
enumeration pdf
Used by
Complex Type tps:textureImageType
Source
<xs:attribute name="Format" type="tps:imageFormatType">
  <xs:annotation>
    <xs:documentation>The format of the image content</xs:documentation>
  </xs:annotation>
</xs:attribute>