Definition Type: ComplexType
Name: StockSaleConfirmationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockSaleConfirmation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into TaxInfoTotal in schema stocksaleconfirmation_xsd Drilldown into TotalSalesValue in schema stocksaleconfirmation_xsd Drilldown into SalesPricePerShare in schema stocksaleconfirmation_xsd Drilldown into SharesSoldTotal in schema stocksaleconfirmation_xsd Drilldown into StockSalePosition in schema stocksaleconfirmation_xsd Drilldown into SaleDate in schema stocksaleconfirmation_xsd Drilldown into ParticipantId in schema stocksaleconfirmation_xsd Drilldown into Id in schema stocksaleconfirmation_xsdXSD Diagram of StockSaleConfirmationType in schema stocksaleconfirmation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StockSaleConfirmationType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" />
        <xsd:element name="ParticipantId" type="EntityIdType" />
        <xsd:element name="SaleDate" type="LocalDateTimeType" />
        <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>
        <xsd:element name="SharesSoldTotal" type="xsd:decimal" />
        <xsd:element name="SalesPricePerShare" type="AmountType" minOccurs="0" />
        <xsd:element name="TotalSalesValue" type="AmountType" minOccurs="0" />
        <xsd:element name="TaxInfoTotal" type="TaxInfoType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id (1) (1)
ParticipantId hr:ParticipantId (1) (1)
SaleDate hr:SaleDate (1) (1)
StockSalePosition hr:StockSalePosition (1) unbounded
SharesSoldTotal hr:SharesSoldTotal (1) (1)
SalesPricePerShare hr:SalesPricePerShare 0 (1)
TotalSalesValue hr:TotalSalesValue 0 (1)
TaxInfoTotal hr:TaxInfoTotal 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:StockSaleConfirmation