Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type tps:trianglesType
Namespace tps
Annotations
A collection of triangles, defined by three point indexes. Every triangle in the string must be separated by an ";".
Every point index must be separated by space.
Diagram
Type extension of xs:string
Used by
Attributes
QName Type Use Annotation
count xs:integer optional
The triangle count
Source
<xs:complexType name="trianglesType">
  <xs:annotation>
    <xs:documentation>A collection of triangles, defined by three point indexes. Every triangle in the string must be separated by an ";". Every point index must be separated by space.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="count" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The triangle count</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute tps:trianglesType / @count
Namespace No namespace
Annotations
The triangle count
Type xs:integer
Properties
content simple
Used by
Complex Type tps:trianglesType
Source
<xs:attribute name="count" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The triangle count</xs:documentation>
  </xs:annotation>
</xs:attribute>