Definition Type: ComplexType
Name: ExerciseInstructionsType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A collection of details concerning how the exercise of the options should be carried out.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ShareSaleInstructions in schema components_xsd Drilldown into TaxRelevantPrice in schema fields_xsd Drilldown into SharesSwappedQuantity in schema fields_xsd Drilldown into UseSharesFirstIndicator in schema fields_xsd Drilldown into UseSharesForTaxesIndicator in schema fields_xsd Drilldown into CoverFeesIndicator in schema fields_xsd Drilldown into CoverTaxesIndicator in schema fields_xsd Drilldown into CoverOptionsIndicator in schema fields_xsdXSD Diagram of ExerciseInstructionsType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ExerciseInstructionsType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A collection of details concerning how the exercise of the options should be carried out.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CoverOptionsIndicator" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Flag to specify if shares were sold to cover the cost of the options for the exercise transaction. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CoverTaxesIndicator" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Flag to specify if shares were sold to cover the tax liability of the exercise transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CoverFeesIndicator" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Flag to specify if shares were sold to cover the fees associated with the exercise transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UseSharesForTaxesIndicator" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Flag to specify if shares were used to cover the tax liability of the exercise transaction. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UseSharesFirstIndicator" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
Flag to specify that shares tendered were used before any shares are sold to cover the cost of the options for the exercise transaction. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="SharesSwappedQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The number of shares exchanged to cover the cost of options.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="TaxRelevantPrice" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The price used in the calculation of taxable compensation for a taxable transaction (exercise/disposition).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ShareSaleInstructions" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CoverOptionsIndicator nsA:CoverOptionsIndicator 0 (1)
CoverTaxesIndicator nsA:CoverTaxesIndicator 0 (1)
CoverFeesIndicator nsA:CoverFeesIndicator 0 (1)
UseSharesForTaxesIndicator nsA:UseSharesForTaxesIndicator 0 (1)
UseSharesFirstIndicator nsA:UseSharesFirstIndicator 0 (1)
SharesSwappedQuantity nsA:SharesSwappedQuantity 0 (1)
TaxRelevantPrice nsA:TaxRelevantPrice 0 (1)
ShareSaleInstructions nsA:ShareSaleInstructions 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ExerciseInstructions