Definition Type: Element
Name: StockSalePosition
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockSaleConfirmation.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxInfo in schema stocksaleconfirmation_xsd Drilldown into SharesSold in schema stocksaleconfirmation_xsd Drilldown into StockPurchaseId in schema stocksaleconfirmation_xsdXSD Diagram of StockSalePosition in schema stocksaleconfirmation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="StockSalePosition" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StockPurchaseId" type="EntityIdType" />
            <xsd:element name="SharesSold" type="xsd:decimal" />
            <xsd:element name="TaxInfo" type="TaxInfoType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StockPurchaseId hr:StockPurchaseId (1) (1)
SharesSold hr:SharesSold (1) (1)
TaxInfo hr:TaxInfo 0 unbounded