Definition Type: Element
Name: BenefitReportingInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into StartDate in schema enrollment_xsd Drilldown into BenefitReportingValue in schema enrollment_xsd Drilldown into BenefitReportingType in schema enrollment_xsdXSD Diagram of BenefitReportingInformation in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="BenefitReportingInformation" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="BenefitReportingType" type="xsd:string" />
            <xsd:element name="BenefitReportingValue" type="xsd:string" />
            <xsd:element name="StartDate" type="LocalDateType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BenefitReportingType hr:BenefitReportingType (1) (1)
BenefitReportingValue hr:BenefitReportingValue (1) (1)
StartDate hr:StartDate 0 (1)