Developer Documentation Library > Interviewer - Server > Reference > Sample Management Provider > Sample record return code XML schema
 
Sample record return code XML schema
Sample record return code XML describes a sample record return (call outcome) code.
Elements
SampleReturnCode element
SampleReturnCodes element
See also
Sample Management Provider
SampleReturnCode element
The Sample Return Code definition
Attributes for SampleReturnCode
Code
Use: required
Valid values: integer
Name
Use: required
Valid values: string
XML representation
<xs:element name="SampleReturnCode">
  <xs:sequence>
    <xs:element name="Text" maxOccurs="unbounded">
    </xs:element>
  </xs:sequence>
  <xs:attribute name="Name" type="xs:string" use="required"/>
  <xs:attribute name="Code" type="xs:integer" use="required"/>
</xs:element>
Parent elements
SampleReturnCodes element
Child elements
Text element
See also
Elements
Text element
Attributes for Text
Language
Use: optional
Valid values: string
XML representation
<xs:element name="Text" maxOccurs="unbounded">
  <xs:attribute name="Language" type="xs:string" use="optional"/>
</xs:element>
Parent elements
SampleReturnCode element
SampleReturnCodes element
The Sample Return Codes collection
XML representation
<xs:element name="SampleReturnCodes">
  <xs:sequence>
    <xs:element ref="SampleReturnCode" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:element>
Child elements
SampleReturnCode element
See also
Elements