Definition Type: Element
Name: StockPurchaseType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:StockPurchasePlanExtensionType
Containing Schema: StockPlan.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into country in schema stockplan_xsdXSD Diagram of StockPurchaseType in schema stockplan_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
country hr:country (Optional)
Collapse Derivation Tree: