Definition Type: Element
Name: DisciplinaryActions
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Disiplinary actions taken or pending. If the action is pending, set the pending attribute = true.
Collapse XSD Schema Diagram:
Drilldown into pending in schema backgroundreports_xsdXSD Diagram of DisciplinaryActions in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DisciplinaryActions" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Disiplinary actions taken or pending.  If the action is pending, set the pending attribute = true.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="pending" type="xsd:boolean" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
pending hr:pending (Optional)