<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="customFieldsInstanceType">
<xsd:sequence>
<xsd:element name="textBox" type="train:textboxInstanceType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="checkBoxGroup" type="train:checkboxGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="optionButtonGroup" type="train:choiceGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="dropDownGroup" type="train:choiceGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|