<xs:complexType name="WeldMainSymbolType">
<xs:annotation>
<xs:documentation>The WeldMainSymbolType defines a main symbol placed on the reference line of the weld symbol.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="OriginType">
<xs:sequence>
<xs:element name="Symbol" type="WeldMainSymbolEnumType">
<xs:annotation>
<xs:documentation>The Symbol element gives the symbol to be placed on the reference line.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |