Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:DrawProperties / tps:PointDrawProperties
Namespace tps
Annotations
Represents the properties used to draw points
Diagram
Type tps:pointDrawPropertiesType
Properties
content complex
minOccurs 0
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
Instance
<tps:PointDrawProperties xmlns:tps="tps">
  <tps:Color>{0,1}</tps:Color>
  <tps:ColorByLayer>{0,1}</tps:ColorByLayer>
  <tps:MarkStyle>{0,1}</tps:MarkStyle>
  <tps:MarkStyleByLayer>{0,1}</tps:MarkStyleByLayer>
  <tps:CustomSymbol idRef="">{0,1}</tps:CustomSymbol>
  <tps:ColorUndefined>{0,1}</tps:ColorUndefined>
  <tps:MarkStyleUndefined>{0,1}</tps:MarkStyleUndefined>
</tps:PointDrawProperties>
Source
<xs:element minOccurs="0" name="PointDrawProperties" type="tps:pointDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw points</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:DrawProperties / tps:LineDrawProperties
Namespace tps
Annotations
Represents the properties used to draw lines
Diagram
Type tps:lineDrawPropertiesType
Properties
content complex
minOccurs 0
Model
tps:Color{0,1} , tps:ColorByLayer{0,1} , tps:DashStyle{0,1} , tps:DashStyleByLayer{0,1} , tps:Width{0,1} , tps:WidthByLayer{0,1} , tps:CustomLineStyle{0,1} , tps:WidthInMm{0,1} , tps:ColorUndefined{0,1} , tps:DashStyleUndefined{0,1} , tps:WidthUndefined{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:CustomLineStyle, tps:DashStyle, tps:DashStyleByLayer, tps:DashStyleUndefined, tps:Width, tps:WidthByLayer, tps:WidthInMm, tps:WidthUndefined
Instance
<tps:LineDrawProperties xmlns:tps="tps">
  <tps:Color>{0,1}</tps:Color>
  <tps:ColorByLayer>{0,1}</tps:ColorByLayer>
  <tps:DashStyle>{0,1}</tps:DashStyle>
  <tps:DashStyleByLayer>{0,1}</tps:DashStyleByLayer>
  <tps:Width>{0,1}</tps:Width>
  <tps:WidthByLayer>{0,1}</tps:WidthByLayer>
  <tps:CustomLineStyle idRef="">{0,1}</tps:CustomLineStyle>
  <tps:WidthInMm>{0,1}</tps:WidthInMm>
  <tps:ColorUndefined>{0,1}</tps:ColorUndefined>
  <tps:DashStyleUndefined>{0,1}</tps:DashStyleUndefined>
  <tps:WidthUndefined>{0,1}</tps:WidthUndefined>
</tps:LineDrawProperties>
Source
<xs:element minOccurs="0" name="LineDrawProperties" type="tps:lineDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw lines</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:DrawProperties / tps:AreaDrawProperties
Namespace tps
Annotations
Represents the properties used to draw areas
Diagram
Type tps:areaDrawPropertiesType
Properties
content complex
minOccurs 0
Model
tps:FloodColor{0,1} , tps:FloodColorByLayer{0,1} , tps:FillStyle{0,1} , tps:FillStyleByLayer{0,1} , tps:FillTransparency{0,1} , tps:FillTransparencyByLayer{0,1} , tps:Texture{0,1} , tps:FloodColorUndefined{0,1} , tps:FillStyleUndefined{0,1} , tps:FillTransparencyUndefined{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:FillStyle, tps:FillStyleByLayer, tps:FillStyleUndefined, tps:FillTransparency, tps:FillTransparencyByLayer, tps:FillTransparencyUndefined, tps:FloodColor, tps:FloodColorByLayer, tps:FloodColorUndefined, tps:Texture
Instance
<tps:AreaDrawProperties xmlns:tps="tps">
  <tps:FloodColor>{0,1}</tps:FloodColor>
  <tps:FloodColorByLayer>{0,1}</tps:FloodColorByLayer>
  <tps:FillStyle>{0,1}</tps:FillStyle>
  <tps:FillStyleByLayer>{0,1}</tps:FillStyleByLayer>
  <tps:FillTransparency>{0,1}</tps:FillTransparency>
  <tps:FillTransparencyByLayer>{0,1}</tps:FillTransparencyByLayer>
  <tps:Texture idRef="">{0,1}</tps:Texture>
  <tps:FloodColorUndefined>{0,1}</tps:FloodColorUndefined>
  <tps:FillStyleUndefined>{0,1}</tps:FillStyleUndefined>
  <tps:FillTransparencyUndefined>{0,1}</tps:FillTransparencyUndefined>
</tps:AreaDrawProperties>
Source
<xs:element minOccurs="0" name="AreaDrawProperties" type="tps:areaDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw areas</xs:documentation>
  </xs:annotation>
</xs:element>
Element Group tps:DrawProperties
Namespace tps
Annotations
The properties used to draw elements (points, lines and areas)
Diagram
Used by
Model
Children tps:AreaDrawProperties, tps:LineDrawProperties, tps:PointDrawProperties
Source
<xs:group name="DrawProperties">
  <xs:annotation>
    <xs:documentation>The properties used to draw elements (points, lines and areas)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="PointDrawProperties" type="tps:pointDrawPropertiesType">
      <xs:annotation>
        <xs:documentation>Represents the properties used to draw points</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="LineDrawProperties" type="tps:lineDrawPropertiesType">
      <xs:annotation>
        <xs:documentation>Represents the properties used to draw lines</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="AreaDrawProperties" type="tps:areaDrawPropertiesType">
      <xs:annotation>
        <xs:documentation>Represents the properties used to draw areas</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>