<xsd:complexType name="StockSalePositionType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains details on a group of shares comprising a position to be sold. This usually were purchased together or at the same price or a group that otherwise will be sold together.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="StockPurchaseID" minOccurs="0" />
<xsd:element ref="SharesSaleQuantity" minOccurs="0" />
<xsd:element ref="ShareSaleTax" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|