<xsd:element name="Participant">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="DatesInformation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PayrollInformation" minOccurs="0" />
<xsd:element ref="PlanSummaryInformation" minOccurs="0" />
<xsd:element ref="PersonInformation" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|