The required val attribute is an arithmetic constant.
Source
<xs:complexType name="ArithmeticConstantType"><xs:annotation><xs:documentation>The ArithmeticConstantType defines an arithmetic constant. The value of an ArithmeticConstant is the value of the val attribute.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ArithmeticExpressionBaseType"><xs:attribute name="val" type="xs:decimal" use="required"><xs:annotation><xs:documentation>The required val attribute is an arithmetic constant.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="val" type="xs:decimal" use="required"><xs:annotation><xs:documentation>The required val attribute is an arithmetic constant.</xs:documentation></xs:annotation></xs:attribute>