Definition Type: Element
Name: ContactPeriod
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingAction.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndDateTime in schema staffingaction_xsd Drilldown into StartDateTime in schema staffingaction_xsdXSD Diagram of ContactPeriod in schema staffingaction_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ContactPeriod" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StartDateTime" type="AnyDateTimeNaType" minOccurs="0" />
            <xsd:element name="EndDateTime" type="AnyDateTimeNaType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDateTime hr:StartDateTime 0 (1)
EndDateTime hr:EndDateTime 0 (1)