Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type tps:trianglePositionsType
Namespace tps
Annotations
A sequence of simple 3D positions, used by the T
Every value in coordinate must be separated by space.
Every coordinate must be separated by a ";"
Diagram
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
count xs:integer optional
The position count
Source
<xs:complexType name="trianglePositionsType">
  <xs:annotation>
    <xs:documentation>A sequence of simple 3D positions, used by the T Every value in coordinate must be separated by space. Every coordinate must be separated by a ";"</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="count" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The position count</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute tps:trianglePositionsType / @count
Namespace No namespace
Annotations
The position count
Type xs:integer
Properties
content simple
Used by
Source
<xs:attribute name="count" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The position count</xs:documentation>
  </xs:annotation>
</xs:attribute>