<xs:complexType name="TimesType">
<xs:annotation>
<xs:documentation>The TimesType defines multiplication. A TimesType evaluates to the product of the values of its ArithmeticExpression elements.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="PolyadicArithmeticExpressionBaseType"/>
</xs:complexContent>
</xs:complexType> |