Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:pointDrawPropertiesType / tps:Color
Namespace tps
Annotations
The color used to draw this element
Diagram
Type tps:colorType
Properties
content simple
minOccurs 0
default 000000
Facets
minLength 3
maxLength 3
Source
<xs:element minOccurs="0" name="Color" type="tps:colorType" default="000000">
  <xs:annotation>
    <xs:documentation>The color used to draw this element</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:pointDrawPropertiesType / tps:ColorByLayer
Namespace tps
Annotations
Represents whether the color is taken from the layer
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="ColorByLayer" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the color is taken from the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:pointDrawPropertiesType / tps:MarkStyle
Namespace tps
Annotations
The mark style used to draw this element (can be dot, filled rectangle, filled diamond, filled circle, filled triangle, rectangle, diamond, circle, triangle, cross, tree, small cross, upside triangle, filled upside triangle, x-cross or none)
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
default dot
Facets
enumeration dot
enumeration filled_rect
enumeration filled_diamond
enumeration filled_circle
enumeration filled_triangle
enumeration rect
enumeration diamond
enumeration circle
enumeration triangle
enumeration cross
enumeration tree
enumeration small_cross
enumeration upside_triangle
enumeration filled_upside_triangle
enumeration xcross
enumeration none
Source
<xs:element minOccurs="0" name="MarkStyle" default="dot">
  <xs:annotation>
    <xs:documentation>The mark style used to draw this element (can be dot, filled rectangle, filled diamond, filled circle, filled triangle, rectangle, diamond, circle, triangle, cross, tree, small cross, upside triangle, filled upside triangle, x-cross or none)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="dot"/>
      <xs:enumeration value="filled_rect"/>
      <xs:enumeration value="filled_diamond"/>
      <xs:enumeration value="filled_circle"/>
      <xs:enumeration value="filled_triangle"/>
      <xs:enumeration value="rect"/>
      <xs:enumeration value="diamond"/>
      <xs:enumeration value="circle"/>
      <xs:enumeration value="triangle"/>
      <xs:enumeration value="cross"/>
      <xs:enumeration value="tree"/>
      <xs:enumeration value="small_cross"/>
      <xs:enumeration value="upside_triangle"/>
      <xs:enumeration value="filled_upside_triangle"/>
      <xs:enumeration value="xcross"/>
      <xs:enumeration value="none"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:pointDrawPropertiesType / tps:MarkStyleByLayer
Namespace tps
Annotations
Represents whether the mark style is taken from the layer
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="MarkStyleByLayer" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the mark style is taken from the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:pointDrawPropertiesType / tps:CustomSymbol
Namespace tps
Annotations
An optional reference to a customized point symbol
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element minOccurs="0" name="CustomSymbol">
  <xs:annotation>
    <xs:documentation>An optional reference to a customized point symbol</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Element tps:pointDrawPropertiesType / tps:ColorUndefined
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="ColorUndefined" type="xs:boolean"/>
Element tps:pointDrawPropertiesType / tps:MarkStyleUndefined
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="MarkStyleUndefined" type="xs:boolean"/>
Complex Type tps:pointDrawPropertiesType
Namespace tps
Annotations
Represents the properties used to draw points
Diagram
Used by
Model
tps:Color{0,1} , tps:ColorByLayer{0,1} , tps:MarkStyle{0,1} , tps:MarkStyleByLayer{0,1} , tps:CustomSymbol{0,1} , tps:ColorUndefined{0,1} , tps:MarkStyleUndefined{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:Color, tps:ColorByLayer, tps:ColorUndefined, tps:CustomSymbol, tps:MarkStyle, tps:MarkStyleByLayer, tps:MarkStyleUndefined
Source
<xs:complexType name="pointDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw points</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="Color" type="tps:colorType" default="000000">
      <xs:annotation>
        <xs:documentation>The color used to draw this element</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="ColorByLayer" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the color is taken from the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="MarkStyle" default="dot">
      <xs:annotation>
        <xs:documentation>The mark style used to draw this element (can be dot, filled rectangle, filled diamond, filled circle, filled triangle, rectangle, diamond, circle, triangle, cross, tree, small cross, upside triangle, filled upside triangle, x-cross or none)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="dot"/>
          <xs:enumeration value="filled_rect"/>
          <xs:enumeration value="filled_diamond"/>
          <xs:enumeration value="filled_circle"/>
          <xs:enumeration value="filled_triangle"/>
          <xs:enumeration value="rect"/>
          <xs:enumeration value="diamond"/>
          <xs:enumeration value="circle"/>
          <xs:enumeration value="triangle"/>
          <xs:enumeration value="cross"/>
          <xs:enumeration value="tree"/>
          <xs:enumeration value="small_cross"/>
          <xs:enumeration value="upside_triangle"/>
          <xs:enumeration value="filled_upside_triangle"/>
          <xs:enumeration value="xcross"/>
          <xs:enumeration value="none"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="MarkStyleByLayer" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the mark style is taken from the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="CustomSymbol">
      <xs:annotation>
        <xs:documentation>An optional reference to a customized point symbol</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="idRef" type="xs:IDREF"/>
      </xs:complexType>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="ColorUndefined" type="xs:boolean"/>
    <xs:element default="false" minOccurs="0" name="MarkStyleUndefined" type="xs:boolean"/>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>
Attribute tps:pointDrawPropertiesType / tps:CustomSymbol / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>