Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:clipType / tps:Mode
Namespace tps
Annotations
The mode in which linework pass the symbol will be clipped
Diagram
Type tps:clipModeType
Properties
content simple
Facets
enumeration no_clip
enumeration rectangle
enumeration auto_circle
enumeration polygon
enumeration circle
Source
<xs:element name="Mode" type="tps:clipModeType">
  <xs:annotation>
    <xs:documentation>The mode in which linework pass the symbol will be clipped</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:clipType / tps:Radius
Namespace tps
Annotations
Only valid if Mode is "circle"
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Radius" type="xs:double">
  <xs:annotation>
    <xs:documentation>Only valid if Mode is "circle"</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:clipType / tps:Polygon
Namespace tps
Annotations
The polygon definition, only valid if Mode is "polygon"
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:Vertex
Instance
<tps:Polygon xmlns:tps="tps">
  <tps:Vertex>{3,unbounded}</tps:Vertex>
</tps:Polygon>
Source
<xs:element minOccurs="0" name="Polygon">
  <xs:annotation>
    <xs:documentation>The polygon definition, only valid if Mode is "polygon"</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="3" name="Vertex" type="tps:position2DType"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:clipType / tps:Polygon / tps:Vertex
Namespace tps
Diagram
Type tps:position2DType
Properties
content complex
minOccurs 3
maxOccurs unbounded
Model
tps:XY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:XY
Instance
<tps:Vertex xmlns:tps="tps">
  <tps:XY>{1,1}</tps:XY>
</tps:Vertex>
Source
<xs:element maxOccurs="unbounded" minOccurs="3" name="Vertex" type="tps:position2DType"/>
Complex Type tps:clipType
Namespace tps
Annotations
The clip type describes the clipping mode used to draw a symbol
Diagram
Used by
Model
tps:Mode , tps:Radius{0,1} , tps:Polygon{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Mode, tps:Polygon, tps:Radius
Source
<xs:complexType name="clipType">
  <xs:annotation>
    <xs:documentation>The clip type describes the clipping mode used to draw a symbol</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Mode" type="tps:clipModeType">
      <xs:annotation>
        <xs:documentation>The mode in which linework pass the symbol will be clipped</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Radius" type="xs:double">
      <xs:annotation>
        <xs:documentation>Only valid if Mode is "circle"</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Polygon">
      <xs:annotation>
        <xs:documentation>The polygon definition, only valid if Mode is "polygon"</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" minOccurs="3" name="Vertex" type="tps:position2DType"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>