Definition Type: Element
Name: ControlTotals
Namespace: http://ns.hr-xml.org/2007-04-15
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into type in schema payrollbenefitcontributions_xsd Drilldown into planId in schema payrollbenefitcontributions_xsdXSD Diagram of ControlTotals in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ControlTotals">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:decimal">
                <xsd:attribute name="planId" type="xsd:string" use="required" />
                <xsd:attribute name="type" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
planId hr:planId Required
type hr:type (Optional)