XSD
<xsd:complexType name="ProceedSummary_V100">
<xsd:annotation>
<xsd:documentation>
The OFX element "PROCSUM_V100" is of type "ProceedSummary_V100"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FORM8949CODE" type="ofx:CharType" minOccurs="1"/>
<xsd:element name="ADJCODE" type="ofx:ProceedsSummaryAdjustmentCodeType" minOccurs="0"/>
<xsd:element name="SUMCOSTBASIS" type="ofx:AmountType" minOccurs="0"/>
<xsd:element name="SUMSALESPR" type="ofx:AmountType" minOccurs="1"/>
<xsd:element name="SUMADJAMT" type="ofx:AmountType" minOccurs="0"/>
<xsd:element name="SUMDESCRIPTION" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="120"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>