Definition Type: Element
Name: AdditionalInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPlanParticipant.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TaxInfo in schema stockplanparticipant_xsd Drilldown into WorkLocation in schema stockplanparticipant_xsd Drilldown into PercentOwner in schema stockplanparticipant_xsd Drilldown into Insider in schema stockplanparticipant_xsd Drilldown into Director in schema stockplanparticipant_xsd Drilldown into Employee in schema stockplanparticipant_xsd Drilldown into Termination in schema stockplanparticipant_xsd Drilldown into EmploymentInfo in schema stockplanparticipant_xsd Drilldown into HireDate in schema stockplanparticipant_xsd Drilldown into Nationality in schema stockplanparticipant_xsd Drilldown into DateOfBirth in schema stockplanparticipant_xsdXSD Diagram of AdditionalInfo in schema stockplanparticipant_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="AdditionalInfo" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="DateOfBirth" type="LocalDateType" minOccurs="0" />
            <xsd:element name="Nationality" type="CountryCodeType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="HireDate" type="LocalDateType" minOccurs="0" />
            <xsd:element name="EmploymentInfo" minOccurs="0">
                <xsd:complexType mixed="true">
                    <xsd:choice>
                        <xsd:element name="FullTimeEquivalence" type="xsd:decimal" />
                        <xsd:element name="WorktimeInfo" maxOccurs="unbounded">
                            <xsd:complexType>
                                <xsd:sequence>
                                    <xsd:element name="Duration" type="xsd:duration" />
                                    <xsd:element name="Period" type="xsd:duration" />
                                </xsd:sequence>
                            </xsd:complexType>
                        </xsd:element>
                    </xsd:choice>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Termination" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Date" type="LocalDateType" />
                        <xsd:element name="Reason" type="xsd:string" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Employee" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:boolean">
                            <xsd:attribute name="validFrom" type="LocalDateType" />
                            <xsd:attribute name="validTo" type="LocalDateType" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Director" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:boolean">
                            <xsd:attribute name="validFrom" type="LocalDateType" />
                            <xsd:attribute name="validTo" type="LocalDateType" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Insider" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:boolean">
                            <xsd:attribute name="validFrom" type="LocalDateType" />
                            <xsd:attribute name="validTo" type="LocalDateType" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="PercentOwner" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:decimal">
                            <xsd:attribute name="validFrom" type="LocalDateType" />
                            <xsd:attribute name="validTo" type="LocalDateType" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="WorkLocation" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0" />
                        <xsd:element name="Region" type="xsd:string" minOccurs="0" />
                        <xsd:element name="Municipality" type="xsd:string" minOccurs="0" />
                        <xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
                    </xsd:sequence>
                    <xsd:attribute name="validFrom" type="LocalDateType" />
                    <xsd:attribute name="validTo" type="LocalDateType" />
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TaxInfo" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="TaxType" type="xsd:string" />
                        <xsd:element name="TaxationLocation">
                            <xsd:complexType>
                                <xsd:sequence>
                                    <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0" />
                                    <xsd:element name="Region" type="xsd:string" minOccurs="0" />
                                    <xsd:element name="Municipality" type="xsd:string" minOccurs="0" />
                                    <xsd:element name="PostalCode" type="xsd:string" minOccurs="0" />
                                </xsd:sequence>
                            </xsd:complexType>
                        </xsd:element>
                        <xsd:element name="Percentage" type="xsd:decimal" />
                    </xsd:sequence>
                    <xsd:attribute name="validFrom" type="LocalDateType" />
                    <xsd:attribute name="validTo" type="LocalDateType" />
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DateOfBirth hr:DateOfBirth 0 (1)
Nationality hr:Nationality 0 unbounded
HireDate hr:HireDate 0 (1)
EmploymentInfo hr:EmploymentInfo 0 (1)
Termination hr:Termination 0 (1)
Employee hr:Employee 0 unbounded
Director hr:Director 0 unbounded
Insider hr:Insider 0 unbounded
PercentOwner hr:PercentOwner 0 unbounded
WorkLocation hr:WorkLocation 0 unbounded
TaxInfo hr:TaxInfo 0 unbounded