http://exchangenetwork.net/schemas/owwqx/1.0
complexType ResultLabInformationDataType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://exchangenetwork.net/schemas/owwqx/1.0}ResultLabInformationDataType (restriction)

Properties
This component is not nillable.

Model
<...>
(LaboratoryName?, AnalysisDate?, AnalysisTime?, ResultLaboratoryCommentCode?, ResultDetectionQuantitationLevel* )
</...>


Nested Element Summary
 AnalysisDate
          
 AnalysisTime
          
 LaboratoryName
          
 ResultDetectionQuantitationLevel
          
 ResultLaboratoryCommentCode
          
Source
<xsd:complexType name="ResultLabInformationDataType">
<xsd:sequence>
<xsd:element ref="owwqx:LaboratoryName" minOccurs="0"/>
<xsd:element ref="owwqx:AnalysisDate" minOccurs="0"/>
<xsd:element ref="owwqx:AnalysisTime" minOccurs="0"/>
<xsd:element ref="owwqx:ResultLaboratoryCommentCode" minOccurs="0"/>
<xsd:element ref="owwqx:ResultDetectionQuantitationLevel" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.