<xs:complexType name="MaxType">
<xs:annotation>
<xs:documentation>The MaxType defines taking the maximum of a number of values. A max type evaluates to the maximum of the values of its ArithmeticExpression elements.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="PolyadicArithmeticExpressionBaseType"/>
</xs:complexContent>
</xs:complexType> |