<xs:element name="Form" type="HatchStyleFormEnumType"><xs:annotation><xs:documentation>The Form element is a hatch form.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Color" type="ColorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Color element is a color.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of patterns in this set.
Source
<xs:element name="Patterns" type="HatchPatternsType" minOccurs="0"><xs:annotation><xs:documentation>The Patterns element is a hatch patterns.</xs:documentation></xs:annotation></xs:element>
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="HatchStyleType"><xs:annotation><xs:documentation>The HatchStyleType defines a hatch style.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="NodeWithIdBaseType"><xs:sequence><xs:element name="Form" type="HatchStyleFormEnumType"><xs:annotation><xs:documentation>The Form element is a hatch form.</xs:documentation></xs:annotation></xs:element><xs:element name="Color" type="ColorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Color element is a color.</xs:documentation></xs:annotation></xs:element><xs:element name="Patterns" type="HatchPatternsType" minOccurs="0"><xs:annotation><xs:documentation>The Patterns element is a hatch patterns.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>