The dcr:conformityRangeType specifies the range where the conformity can be called passed.
The tree structure of the element dcr:conformityRangeType has the following appearance:
<xs:complexType name="conformityRangeType">
<xs:sequence>
<xs:element name="lowerLimit" type="dcr:limitType"/>
<xs:element name="upperLimit" type="dcr:limitType"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dcr:lowerLimit (dcr:limitType) |
[M] | The lower limit of the conformity range. |
| dcr:upperLimit (dcr:limitType) |
[M] | The upper limit of the conformity range. |