<xsd:complexType name="Split">
<xsd:annotation>
<xsd:documentation>
The OFX element "SPLIT" is of type "Split"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractInvestmentTransaction">
<xsd:sequence>
<xsd:element name="SECID" type="ofx:SecurityId" />
<xsd:element name="SUBACCTSEC" type="ofx:SubAccountEnum" />
<xsd:element name="OLDUNITS" type="ofx:QuantityType" />
<xsd:element name="NEWUNITS" type="ofx:QuantityType" />
<xsd:element name="NUMERATOR" type="ofx:QuantityType" />
<xsd:element name="DENOMINATOR" type="ofx:QuantityType" />
<xsd:element name="CURRENCY" type="ofx:Currency" minOccurs="0" />
<xsd:element name="ORIGCURRENCY" type="ofx:Currency" minOccurs="0" />
<xsd:element name="FRACCASH" type="ofx:AmountType" minOccurs="0" />
<xsd:element name="SUBACCTFUND" type="ofx:SubAccountEnum" minOccurs="0" />
<xsd:element name="INV401KSOURCE" type="ofx:Investment401kSourceEnum" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|