Element | QuantitativeResult |
<xsd:complexType name="QuantitativeResultType"> <xsd:sequence> <xsd:element ref="UnitOfMeasureCode"/> <xsd:element ref="TestValue"/> <xsd:element ref="LowerLimit" minOccurs="0"/> <xsd:element ref="UpperLimit" minOccurs="0"/> <xsd:element ref="Resolution" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |