Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:templateSegmentType / tps:Name
Namespace tps
Annotations
The name of the Template segment
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Template segment</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:templateSegmentType / tps:Offset
Namespace tps
Annotations
The horizontal offset of the Template segment
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Offset" type="xs:double">
  <xs:annotation>
    <xs:documentation>The horizontal offset of the Template segment</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:templateSegmentType / tps:Height
Namespace tps
Annotations
The vertical offset of the Template segment
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Height" type="xs:double">
  <xs:annotation>
    <xs:documentation>The vertical offset of the Template segment</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:templateSegmentType
Namespace tps
Annotations
A 2D segment is defined by name and offsets
Diagram
Used by
Model
tps:Name , tps:Offset , tps:Height , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Height, tps:Name, tps:Offset
Source
<xs:complexType name="templateSegmentType">
  <xs:annotation>
    <xs:documentation>A 2D segment is defined by name and offsets</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the Template segment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Offset" type="xs:double">
      <xs:annotation>
        <xs:documentation>The horizontal offset of the Template segment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Height" type="xs:double">
      <xs:annotation>
        <xs:documentation>The vertical offset of the Template segment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>