Definition Type: ComplexType
Name: StockSalePositionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ShareSaleTax in schema components_xsd Drilldown into SharesSaleQuantity in schema fields_xsd Drilldown into StockPurchaseID in schema fields_xsdXSD Diagram of StockSalePositionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StockPurchaseID nsA:StockPurchaseID 0 (1)
SharesSaleQuantity nsA:SharesSaleQuantity 0 (1)
ShareSaleTax nsA:ShareSaleTax 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:StockSalePosition