| schema location: | ..\..\sampleupdate.xsd |
| Elements | Complex types |
| SampleDelete | Comment |
| SampleUpdate |
| diagram | ![]() |
| children | LabId RequisitionNo RequisitionYear |
| source | <xs:element name="SampleDelete"> <xs:complexType> <xs:sequence> <xs:element name="LabId" type="xs:string"> <xs:annotation> <xs:documentation>Laboratory id</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RequisitionNo" type="xs:string"> <xs:annotation> <xs:documentation>Requisition no</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RequisitionYear" type="xs:string"> <xs:annotation> <xs:documentation>Requisition year</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="LabId" type="xs:string"> <xs:annotation> <xs:documentation>Laboratory id</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="RequisitionNo" type="xs:string"> <xs:annotation> <xs:documentation>Requisition no</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="RequisitionYear" type="xs:string"> <xs:annotation> <xs:documentation>Requisition year</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
| children | LabId RequisitionNo RequisitionYear CollectionDateTime CollectionSignature Accreditation CollectionRound Comments DeleteAllComments |
| source | <xs:element name="SampleUpdate"> <xs:complexType> <xs:sequence> <xs:element name="LabId" type="xs:string"> <xs:annotation> <xs:documentation>Laboratory id</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RequisitionNo" type="xs:string"> <xs:annotation> <xs:documentation>Requisition no</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RequisitionYear" type="xs:string"> <xs:annotation> <xs:documentation>Requisition year</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CollectionDateTime" type="xs:dateTime"> <xs:annotation> <xs:documentation>Collection date and time</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CollectionSignature" type="xs:string"> <xs:annotation> <xs:documentation>Collection signature</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Accreditation" type="xs:boolean"> <xs:annotation> <xs:documentation>Accreditation</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CollectionRound" type="xs:string"> <xs:annotation> <xs:documentation>Collection round</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Comments"> <xs:annotation> <xs:documentation>All comments on sample</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Comment" type="Comment" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DeleteAllComments" type="xs:boolean"> <xs:annotation> <xs:documentation>If true all comments on sample will be deleted</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="LabId" type="xs:string"> <xs:annotation> <xs:documentation>Laboratory id</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="RequisitionNo" type="xs:string"> <xs:annotation> <xs:documentation>Requisition no</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="RequisitionYear" type="xs:string"> <xs:annotation> <xs:documentation>Requisition year</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:dateTime | ||
| annotation |
|
||
| source | <xs:element name="CollectionDateTime" type="xs:dateTime"> <xs:annotation> <xs:documentation>Collection date and time</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="CollectionSignature" type="xs:string"> <xs:annotation> <xs:documentation>Collection signature</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:boolean | ||
| annotation |
|
||
| source | <xs:element name="Accreditation" type="xs:boolean"> <xs:annotation> <xs:documentation>Accreditation</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="CollectionRound" type="xs:string"> <xs:annotation> <xs:documentation>Collection round</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| children | Comment | ||
| annotation |
|
||
| source | <xs:element name="Comments"> <xs:annotation> <xs:documentation>All comments on sample</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Comment" type="Comment" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| type | Comment |
| children | Text AccessFlag |
| source | <xs:element name="Comment" type="Comment" maxOccurs="99"/> |
| diagram | ![]() |
||
| type | xs:boolean | ||
| annotation |
|
||
| source | <xs:element name="DeleteAllComments" type="xs:boolean"> <xs:annotation> <xs:documentation>If true all comments on sample will be deleted</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| children | Text AccessFlag | ||
| used by |
|
||
| source | <xs:complexType name="Comment"> <xs:sequence> <xs:element name="Text" type="xs:string"> <xs:annotation> <xs:documentation>Comment text</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AccessFlag" type="xs:string"> <xs:annotation> <xs:documentation>Accessflag, valid ' ', 'E','I','S'</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="Text" type="xs:string"> <xs:annotation> <xs:documentation>Comment text</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||
| type | xs:string | ||
| annotation |
|
||
| source | <xs:element name="AccessFlag" type="xs:string"> <xs:annotation> <xs:documentation>Accessflag, valid ' ', 'E','I','S'</xs:documentation> </xs:annotation> </xs:element> |