Developer Documentation Library > Interviewer - Server > Reference > Sample Management Provider > Sample management properties XML schema
 
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
property element
SampleManagementProperties element
See also
Sample Management Provider
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
Interview element
Interviewer element
Project element
Station element
Child elements
name element
type element
value element
See also
Elements
name element
XML representation
<xs:element name="name"/>
Parent elements
property element
type element
XML representation
<xs:element name="type"/>
Parent elements
property element
value element
The type element is based on the Variant type, VARENUM
XML representation
<xs:element name="value"/>
Parent elements
property element
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
Interview element
Interviewer element
Project element
Station element
See also
Elements
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
SampleManagementProperties element
Child elements
property element
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
SampleManagementProperties element
Child elements
property element
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
SampleManagementProperties element
Child elements
property element
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
SampleManagementProperties element
Child elements
property element