<xs:element name="Numerator" type="xs:positiveInteger"><xs:annotation><xs:documentation>The Numerator element defines the numerator N.</xs:documentation></xs:annotation></xs:element>
The Denominator element defines the denominator M.
Diagram
Type
xs:positiveInteger
Properties
content
simple
Source
<xs:element name="Denominator" type="xs:positiveInteger"><xs:annotation><xs:documentation>The Denominator element defines the denominator M.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NumberAllowedExceptions" type="LimitingNumberType" minOccurs="0"><xs:annotation><xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie outside the limit without an issue existing.</xs:documentation></xs:annotation></xs:element>
The CriterionOutOfType defines numerical limits to be used as a criterion as integer values outside of which an issue will exist. The limit is defined as N out of M, for example 2 out of 3, N being the numerator and M being the denominator. The limit can be optionally qualified to allow a number of items to exceed the limit.
<xs:complexType name="CriterionOutOfType"><xs:annotation><xs:documentation>The CriterionOutOfType defines numerical limits to be used as a criterion as integer values outside of which an issue will exist. The limit is defined as N out of M, for example 2 out of 3, N being the numerator and M being the denominator. The limit can be optionally qualified to allow a number of items to exceed the limit.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Numerator" type="xs:positiveInteger"><xs:annotation><xs:documentation>The Numerator element defines the numerator N.</xs:documentation></xs:annotation></xs:element><xs:element name="Denominator" type="xs:positiveInteger"><xs:annotation><xs:documentation>The Denominator element defines the denominator M.</xs:documentation></xs:annotation></xs:element><xs:element name="NumberAllowedExceptions" type="LimitingNumberType" minOccurs="0"><xs:annotation><xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie outside the limit without an issue existing.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>