Sample management properties XML schema
Sample management properties XML contains properties relating to the workstation or extension that has requested or returned a sample record.
Elements
See also
property element
XML representation
<xs:element name="property">
<xs:sequence>
<xs:element name="name"/>
<xs:element name="type"/>
<xs:element name="value"/>
</xs:sequence>
</xs:element>
Parent element
Child elements
See also
name element
XML representation
<xs:element name="name"/>
Parent elements
type element
XML representation
<xs:element name="type"/>
Parent elements
value element
The type element is based on the Variant type, VARENUM
XML representation
<xs:element name="value"/>
Parent elements
SampleManagementProperties element
XML representation
<xs:element name="SampleManagementProperties">
<xs:sequence>
<xs:element name="Project" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
<xs:element name="Interview" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
<xs:element name="Interviewer" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
<xs:element name="Station" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
</xs:sequence>
</xs:element>
Child elements
See also
Project element
XML representation
<xs:element name="Project" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
Parent elements
Child elements
Interview element
XML representation
<xs:element name="Interview" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
Parent elements
Child elements
Interviewer element
XML representation
<xs:element name="Interviewer" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
Parent elements
Child elements
Station element
the properties relating to the work station / extension
XML representation
<xs:element name="Station" type="Properties" minOccurs="0">
<xs:sequence>
<xs:element ref="property" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:element>
Parent elements
Child elements