<xs:complexType name="FrameWeldSymbolTailType">
<xs:annotation>
<xs:documentation>The FrameWeldSymbolTailType defines the tail of a weld symbol frame.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UpperPoint" type="Point2dSimpleType">
<xs:annotation>
<xs:documentation>The UpperPoint element defines the upper point of the tail.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LowerPoint" type="Point2dSimpleType">
<xs:annotation>
<xs:documentation>The LowerPoint element defines the lower point of the tail.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |