Definition Type: ComplexType
Name: PositionOrgInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LocationSummary in schema employmenthistory_xsd Drilldown into WebSite in schema employmenthistory_xsd Drilldown into PositionLocation in schema employmenthistory_xsdXSD Diagram of PositionOrgInfoType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PositionOrgInfoType">
    <xsd:sequence>
        <xsd:element name="PositionLocation" type="PostalAddressType" minOccurs="0" />
        <xsd:element name="WebSite" type="InternetWebAddressType" minOccurs="0" />
        <xsd:element name="LocationSummary" type="EmploymentLocationSummaryType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PositionLocation hr:PositionLocation 0 (1)
WebSite hr:WebSite 0 (1)
LocationSummary hr:LocationSummary 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:OrgInfo