Definition Type: Element
Name: StockPurchaseInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPlan.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into PurchaseRulesDescription in schema stockplan_xsd Drilldown into ContributionRulesDescription in schema stockplan_xsd Drilldown into OfferingPeriod in schema stockplan_xsd Drilldown into StockPurchaseType in schema stockplan_xsdXSD Diagram of StockPurchaseInfo in schema stockplan_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="StockPurchaseInfo">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StockPurchaseType" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="StockPurchasePlanExtensionType">
                            <xsd:attribute name="country" type="CountryCodeType" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OfferingPeriod" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:attribute name="validFrom" type="LocalDateType" use="required" />
                    <xsd:attribute name="validTo" type="LocalDateType" use="required" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ContributionRulesDescription" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute ref="xml:lang" use="required" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PurchaseRulesDescription" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute ref="xml:lang" use="required" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StockPurchaseType hr:StockPurchaseType 0 unbounded
OfferingPeriod hr:OfferingPeriod (1) unbounded
ContributionRulesDescription hr:ContributionRulesDescription 0 unbounded
PurchaseRulesDescription hr:PurchaseRulesDescription 0 unbounded