Definition Type: ComplexType
Name: StockDepositType
Namespace: http://www.hr-xml.org/3
Containing Schema: StockDeposit.xsd
Abstract
Documentation:
Stock Deposit. Detail This schema is the instruction for the broker to distribute stock to a given set of participants. The broker receives a stock transfer by the ESPP sponsor company's transfer agent and therefore needs instructions before distributions can take place.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into RestrictionTypeCode in schema fields_xsd Drilldown into RestrictionPeriod in schema components_xsd Drilldown into SharePrice in schema fields_xsd Drilldown into ShareQuantity in schema fields_xsd Drilldown into DepositDate in schema fields_xsd Drilldown into PlanID in schema fields_xsd Drilldown into ParticipantName in schema components_xsd Drilldown into ParticipantID in schema fields_xsd Drilldown into DepositTypeCode in schema fields_xsd Drilldown into DocumentSequence in schema fields_xsd Drilldown into AlternateDocumentID in schema fields_xsd Drilldown into DocumentID in schema fields_xsd Drilldown into DocumentIDGroup in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsd Drilldown into languageCode in schema stockdeposit_xsdXSD Diagram of StockDepositType in schema stockdeposit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StockDepositType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Stock Deposit. Detail</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">This schema is the instruction for the broker to distribute stock to a given set of participants.  The broker receives a stock transfer by the ESPP sponsor company's transfer agent and therefore needs instructions before distributions can take place. </ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="DocumentIDGroup" minOccurs="0" />
        <xsd:element ref="DocumentSequence" minOccurs="0" />
        <xsd:element ref="DepositTypeCode" minOccurs="0" />
        <xsd:element ref="ParticipantID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ParticipantName" minOccurs="0" />
        <xsd:element ref="PlanID" minOccurs="0" />
        <xsd:element ref="DepositDate" minOccurs="0" />
        <xsd:element ref="ShareQuantity" minOccurs="0" />
        <xsd:element ref="SharePrice" minOccurs="0" />
        <xsd:element ref="RestrictionPeriod" minOccurs="0" />
        <xsd:element ref="RestrictionTypeCode" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID (1) (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded
DocumentSequence nsA:DocumentSequence 0 (1)
DepositTypeCode nsA:DepositTypeCode 0 (1)
ParticipantID nsA:ParticipantID 0 unbounded
ParticipantName nsA:ParticipantName 0 (1)
PlanID nsA:PlanID 0 (1)
DepositDate nsA:DepositDate 0 (1)
ShareQuantity nsA:ShareQuantity 0 (1)
SharePrice nsA:SharePrice 0 (1)
RestrictionPeriod nsA:RestrictionPeriod 0 (1)
RestrictionTypeCode nsA:RestrictionTypeCode 0 (1)
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:DocumentIDGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:StockDeposit