<xsd:complexType name="SignupMessageSetV1">
<xsd:annotation>
<xsd:documentation>
The OFX element "SIGNUPMSGSETV1" is of type "SignupMessageSetV1"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractMessageSetVersion">
<xsd:sequence>
<xsd:choice>
<xsd:element name="CLIENTENROLL" type="ofx:ClientEnroll" />
<xsd:element name="WEBENROLL" type="ofx:WebEnroll" />
<xsd:element name="OTHERENROLL" type="ofx:OtherEnroll" />
</xsd:choice>
<xsd:element name="CHGUSERINFO" type="ofx:BooleanType" />
<xsd:element name="AVAILACCTS" type="ofx:BooleanType" />
<xsd:element name="CLIENTACTREQ" type="ofx:BooleanType" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|