Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:clipModeType
Namespace tps
Annotations
The mode in which linework pass the symbol will be clipped(can be no_clip, rectangle, auto_circle, polygon, circle)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration no_clip
enumeration rectangle
enumeration auto_circle
enumeration polygon
enumeration circle
Used by
Source
<xs:simpleType name="clipModeType">
  <xs:annotation>
    <xs:documentation>The mode in which linework pass the symbol will be clipped(can be no_clip, rectangle, auto_circle, polygon, circle)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="no_clip"/>
    <xs:enumeration value="rectangle"/>
    <xs:enumeration value="auto_circle"/>
    <xs:enumeration value="polygon"/>
    <xs:enumeration value="circle"/>
  </xs:restriction>
</xs:simpleType>