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