Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:textureType / tps:ImageRef
Namespace tps
Annotations
A reference to a texture image
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="ImageRef">
  <xs:annotation>
    <xs:documentation>A reference to a texture image</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:textureType
Namespace tps
Annotations
The texture definition
Diagram
Type extension of tps:styleType
Type hierarchy
Used by
Model
tps:Name , tps:Description{0,1} , tps:Scalable{0,1} , tps:ScaleFactor{0,1} , tps:RotationAngle{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:ImageRef , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Description, tps:ImageRef, tps:Name, tps:RotationAngle, tps:Scalable, tps:ScaleFactor
Attributes
QName Type Use Annotation
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="textureType">
  <xs:annotation>
    <xs:documentation>The texture definition</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:styleType">
      <xs:sequence>
        <xs:element name="ImageRef">
          <xs:annotation>
            <xs:documentation>A reference to a texture image</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:IDREF"/>
          </xs:complexType>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:textureType / tps:ImageRef / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>