The Limit element defines a limit outside of which an issue will exist.
Diagram
Type
xs:decimal
Properties
content
simple
Source
<xs:element name="Limit" type="xs:decimal"><xs:annotation><xs:documentation>The Limit element defines a limit outside of which an issue will exist.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NumberAllowedExceptions" type="LimitingNumberType"><xs:annotation><xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie between the limit and the extreme limit without an issue existing.</xs:documentation></xs:annotation></xs:element>
The optional ExtremeLimit element defines the extreme limit outside of which no item can lie or an issue will exist.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
Source
<xs:element name="ExtremeLimit" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ExtremeLimit element defines the extreme limit outside of which no item can lie or an issue will exist.</xs:documentation></xs:annotation></xs:element>
The CriterionDecimalType defines a numerical limit to be used as a criterion as a decimal value outside of which an issue will exist. The limit can be optionally qualified to allow a number of items to exceed the limit as long as none are outside a specified extreme limit.
<xs:complexType name="CriterionDecimalType"><xs:annotation><xs:documentation>The CriterionDecimalType defines a numerical limit to be used as a criterion as a decimal value outside of which an issue will exist. The limit can be optionally qualified to allow a number of items to exceed the limit as long as none are outside a specified extreme limit.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Limit" type="xs:decimal"><xs:annotation><xs:documentation>The Limit element defines a limit outside of which an issue will exist.</xs:documentation></xs:annotation></xs:element><xs:sequence minOccurs="0"><xs:element name="NumberAllowedExceptions" type="LimitingNumberType"><xs:annotation><xs:documentation>The NumberAllowedExceptions element defines the number of items that can lie between the limit and the extreme limit without an issue existing.</xs:documentation></xs:annotation></xs:element><xs:element name="ExtremeLimit" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ExtremeLimit element defines the extreme limit outside of which no item can lie or an issue will exist.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:sequence></xs:complexType>