Definition Type: Element
Name: InvoiceInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingPosition.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into PaymentDateInfo in schema staffingposition_xsd Drilldown into ArrivalDateInfo in schema staffingposition_xsd Drilldown into ClosingDateInfo in schema staffingposition_xsd Drilldown into TimePeriodClosingDateInfo in schema staffingposition_xsd Drilldown into InvoiceFrequency in schema staffingposition_xsd Drilldown into ExpenseReimbursed in schema staffingposition_xsd Drilldown into FourHourMinimum in schema staffingposition_xsd Drilldown into Description in schema staffingposition_xsdXSD Diagram of InvoiceInfo in schema staffingposition_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="InvoiceInfo" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Description" type="xsd:string" minOccurs="0" />
            <xsd:element name="FourHourMinimum" type="xsd:boolean" minOccurs="0" />
            <xsd:element name="ExpenseReimbursed" type="xsd:boolean" minOccurs="0" />
            <xsd:element name="InvoiceFrequency" type="FrequencyType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="TimePeriodClosingDateInfo" type="DateChoiceType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="ClosingDateInfo" type="DateChoiceType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="ArrivalDateInfo" type="DateChoiceType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="PaymentDateInfo" type="DateChoiceType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description hr:Description 0 (1)
FourHourMinimum hr:FourHourMinimum 0 (1)
ExpenseReimbursed hr:ExpenseReimbursed 0 (1)
InvoiceFrequency hr:InvoiceFrequency 0 unbounded
TimePeriodClosingDateInfo hr:TimePeriodClosingDateInfo 0 unbounded
ClosingDateInfo hr:ClosingDateInfo 0 unbounded
ArrivalDateInfo hr:ArrivalDateInfo 0 unbounded
PaymentDateInfo hr:PaymentDateInfo 0 unbounded