<xs:complexType name="BinaryArithmeticExpressionBaseType" abstract="true"><xs:annotation><xs:documentation>The BinaryArithmeticExpressionBaseType is the base type for binary arithmetic expressions.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ArithmeticExpressionBaseType"><xs:sequence><xs:element ref="ArithmeticExpression" minOccurs="2" maxOccurs="2"><xs:annotation><xs:documentation>Each ArithmeticExpression expression element is one of two arithmetic expressions being operated on to produce a value.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>