<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>
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>
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>
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>
<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>
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>
<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: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>