<xs:complexType name="WeldContourSymbolType">
<xs:annotation>
<xs:documentation>The WeldContourSymbolType defines a contour symbol of the weld symbol.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="OriginType">
<xs:sequence>
<xs:element name="Symbol" type="WeldContourSymbolEnumType">
<xs:annotation>
<xs:documentation>The Symbol element gives a contour symbol.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |