The optional thickness attribute is the line thickness in pixels.
Source
<xs:element name="LineStyle" type="LineStyleType" default="SOLID" minOccurs="0"><xs:annotation><xs:documentation>The optional LineStyle element is the line style of the hatching.</xs:documentation></xs:annotation></xs:element>
<xs:element name="FirstLineOrigin" type="Point2dSimpleType"><xs:annotation><xs:documentation>The FirstLineOrigin element is the origin of the first hatching line.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SecondLineOrigin" type="Point2dSimpleType"><xs:annotation><xs:documentation>The SecondLineOrigin element is the origin of the second hatching line.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Angle" type="AngularValueType"><xs:annotation><xs:documentation>The Angle element is the angle of the hatching lines.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Color" type="ColorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Color element is the color of the hatching lines.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="HatchPatternType"><xs:annotation><xs:documentation>The HatchPatternType defines a pattern of the hatching.</xs:documentation></xs:annotation><xs:sequence><xs:element name="LineStyle" type="LineStyleType" default="SOLID" minOccurs="0"><xs:annotation><xs:documentation>The optional LineStyle element is the line style of the hatching.</xs:documentation></xs:annotation></xs:element><xs:element name="FirstLineOrigin" type="Point2dSimpleType"><xs:annotation><xs:documentation>The FirstLineOrigin element is the origin of the first hatching line.</xs:documentation></xs:annotation></xs:element><xs:element name="SecondLineOrigin" type="Point2dSimpleType"><xs:annotation><xs:documentation>The SecondLineOrigin element is the origin of the second hatching line.</xs:documentation></xs:annotation></xs:element><xs:element name="Angle" type="AngularValueType"><xs:annotation><xs:documentation>The Angle element is the angle of the hatching lines.</xs:documentation></xs:annotation></xs:element><xs:element name="Color" type="ColorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Color element is the color of the hatching lines.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>