Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:lineDrawPropertiesType / 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:lineDrawPropertiesType / 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:lineDrawPropertiesType / tps:DashStyle
Namespace tps
Annotations
The dash style used to draw this line (it can be solid, dash, dot, dash-dot or dash-dot-dot)
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
default solid
Facets
enumeration solid
enumeration dash
enumeration dot
enumeration dash_dot
enumeration dash_dot_dot
Source
<xs:element minOccurs="0" name="DashStyle" default="solid">
  <xs:annotation>
    <xs:documentation>The dash style used to draw this line (it can be solid, dash, dot, dash-dot or dash-dot-dot)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="solid"/>
      <xs:enumeration value="dash"/>
      <xs:enumeration value="dot"/>
      <xs:enumeration value="dash_dot"/>
      <xs:enumeration value="dash_dot_dot"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:lineDrawPropertiesType / tps:DashStyleByLayer
Namespace tps
Annotations
Represents whether the dash 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="DashStyleByLayer" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the dash style is taken from the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:lineDrawPropertiesType / tps:Width
Namespace tps
Annotations
The width of the line
Diagram
Type xs:integer
Properties
content simple
minOccurs 0
default 1
Source
<xs:element minOccurs="0" name="Width" type="xs:integer" default="1">
  <xs:annotation>
    <xs:documentation>The width of the line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:lineDrawPropertiesType / tps:WidthByLayer
Namespace tps
Annotations
Represents whether the width is taken from the layer
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="WidthByLayer" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the width is taken from the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:lineDrawPropertiesType / tps:CustomLineStyle
Namespace tps
Annotations
An optional reference to a customized line style
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element minOccurs="0" name="CustomLineStyle">
  <xs:annotation>
    <xs:documentation>An optional reference to a customized line style</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Element tps:lineDrawPropertiesType / tps:WidthInMm
Namespace tps
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="WidthInMm" type="xs:double"/>
Element tps:lineDrawPropertiesType / 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:lineDrawPropertiesType / tps:DashStyleUndefined
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="DashStyleUndefined" type="xs:boolean"/>
Element tps:lineDrawPropertiesType / tps:WidthUndefined
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="WidthUndefined" type="xs:boolean"/>
Complex Type tps:lineDrawPropertiesType
Namespace tps
Annotations
Represents the properties used to draw lines
Diagram
Used by
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
Source
<xs:complexType name="lineDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw lines</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="DashStyle" default="solid">
      <xs:annotation>
        <xs:documentation>The dash style used to draw this line (it can be solid, dash, dot, dash-dot or dash-dot-dot)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="solid"/>
          <xs:enumeration value="dash"/>
          <xs:enumeration value="dot"/>
          <xs:enumeration value="dash_dot"/>
          <xs:enumeration value="dash_dot_dot"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="DashStyleByLayer" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the dash style is taken from the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Width" type="xs:integer" default="1">
      <xs:annotation>
        <xs:documentation>The width of the line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="WidthByLayer" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the width is taken from the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="CustomLineStyle">
      <xs:annotation>
        <xs:documentation>An optional reference to a customized line style</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="idRef" type="xs:IDREF"/>
      </xs:complexType>
    </xs:element>
    <xs:element minOccurs="0" name="WidthInMm" type="xs:double"/>
    <xs:element default="false" minOccurs="0" name="ColorUndefined" type="xs:boolean"/>
    <xs:element default="false" minOccurs="0" name="DashStyleUndefined" type="xs:boolean"/>
    <xs:element default="false" minOccurs="0" name="WidthUndefined" type="xs:boolean"/>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>
Attribute tps:lineDrawPropertiesType / tps:CustomLineStyle / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>