Definition Type: Element
Name: VendorPlan
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into OrganizationInformation in schema payrollbenefitcontributions_xsd Drilldown into Participant in schema payrollbenefitcontributions_xsd Drilldown into PlanId in schema payrollbenefitcontributions_xsdXSD Diagram of VendorPlan in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="VendorPlan" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PlanId" type="PayrollBenefitContributionsIdentifierType" />
            <xsd:element ref="Participant" maxOccurs="unbounded" />
            <xsd:element ref="OrganizationInformation" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PlanId hr:PlanId (1) (1)
Participant hr:Participant (1) unbounded
OrganizationInformation hr:OrganizationInformation 0 (1)