Definition Type: Element
Name: ReportedTime
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: TimeCard.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into SubmitterInfo in schema timecard_xsd Drilldown into ApprovalInfo in schema timecard_xsd Drilldown into AdditionalData in schema timecard_xsd Drilldown into Allowance in schema timecard_xsd Drilldown into Expense in schema timecard_xsd Drilldown into TimeEvent in schema timecard_xsd Drilldown into TimeInterval in schema timecard_xsd Drilldown into ReportedPersonAssignment in schema timecard_xsd Drilldown into PeriodEndDate in schema timecard_xsd Drilldown into PeriodStartDate in schema timecard_xsd Drilldown into status in schema timecard_xsdXSD Diagram of ReportedTime in schema timecard_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReportedTime" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PeriodStartDate" type="AnyDateTimeType" />
            <xsd:element name="PeriodEndDate" type="AnyDateTimeType" />
            <xsd:element name="ReportedPersonAssignment" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:choice maxOccurs="unbounded">
                <xsd:element name="TimeInterval">
                    <xsd:complexType>
                        <xsd:sequence>
                            <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
                            <xsd:element name="StartDateTime" type="AnyDateTimeType" />
                            <xsd:choice>
                                <xsd:sequence>
                                    <xsd:element name="EndDateTime" type="AnyDateTimeType" />
                                    <xsd:element name="Duration" type="TimeCardDuration" minOccurs="0" />
                                </xsd:sequence>
                                <xsd:element name="Duration" type="TimeCardDuration" />
                            </xsd:choice>
                            <xsd:element name="PieceWork" minOccurs="0" maxOccurs="unbounded">
                                <xsd:complexType>
                                    <xsd:sequence>
                                        <xsd:element name="Piece">
                                            <xsd:complexType>
                                                <xsd:sequence>
                                                    <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
                                                    <xsd:element name="PieceValue" type="xsd:string" />
                                                </xsd:sequence>
                                            </xsd:complexType>
                                        </xsd:element>
                                        <xsd:element name="Quantity">
                                            <xsd:complexType>
                                                <xsd:simpleContent>
                                                    <xsd:extension base="xsd:double">
                                                        <xsd:attribute name="unitOfMeasure" type="xsd:string" />
                                                    </xsd:extension>
                                                </xsd:simpleContent>
                                            </xsd:complexType>
                                        </xsd:element>
                                    </xsd:sequence>
                                </xsd:complexType>
                            </xsd:element>
                            <xsd:element name="RateOrAmount" minOccurs="0" maxOccurs="unbounded">
                                <xsd:complexType>
                                    <xsd:simpleContent>
                                        <xsd:extension base="xsd:double">
                                            <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
                                            <xsd:attribute name="type" type="xsd:string" use="required" />
                                            <xsd:attribute name="period" type="xsd:string" />
                                            <xsd:attribute name="multiplier" type="xsd:double" />
                                            <xsd:attribute name="toBeBilled" type="xsd:boolean" />
                                            <xsd:attribute name="toBePaid" type="xsd:boolean" />
                                        </xsd:extension>
                                    </xsd:simpleContent>
                                </xsd:complexType>
                            </xsd:element>
                            <xsd:element name="Allowance" minOccurs="0" maxOccurs="unbounded">
                                <xsd:complexType>
                                    <xsd:sequence>
                                        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
                                        <xsd:element name="StartDate" type="AnyDateTimeType" minOccurs="0" />
                                        <xsd:element name="EndDate" type="AnyDateTimeType" minOccurs="0" />
                                        <xsd:element name="Amount" minOccurs="0">
                                            <xsd:complexType>
                                                <xsd:simpleContent>
                                                    <xsd:extension base="xsd:double">
                                                        <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
                                                    </xsd:extension>
                                                </xsd:simpleContent>
                                            </xsd:complexType>
                                        </xsd:element>
                                        <xsd:element name="Quantity" type="xsd:double" minOccurs="0" />
                                        <xsd:element name="AdditionalData" type="AdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
                                        <xsd:element name="ApprovalInfo" type="ApprovalInfoType" minOccurs="0" maxOccurs="unbounded" />
                                        <xsd:element name="SubmitterInfo" type="SubmitterInfoType" minOccurs="0" />
                                        <xsd:element name="Comment" type="CommentType" minOccurs="0" maxOccurs="unbounded" />
                                    </xsd:sequence>
                                    <xsd:attribute name="type" type="xsd:string" use="required" />
                                    <xsd:attribute name="billable" type="xsd:boolean" />
                                    <xsd:attribute name="actionCode" type="ActionCodeType" />
                                </xsd:complexType>
                            </xsd:element>
                            <xsd:element name="AdditionalData" type="AdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="ApprovalInfo" type="ApprovalInfoType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="SubmitterInfo" type="SubmitterInfoType" minOccurs="0" />
                            <xsd:element name="Comment" type="CommentType" minOccurs="0" maxOccurs="unbounded" />
                        </xsd:sequence>
                        <xsd:attribute name="type" type="xsd:string" use="required" />
                        <xsd:attribute name="dayAssignment" type="DayAssignmentType" />
                        <xsd:attribute name="billable" type="xsd:boolean" />
                        <xsd:attribute name="actionCode" type="ActionCodeType" />
                    </xsd:complexType>
                </xsd:element>
                <xsd:element name="TimeEvent">
                    <xsd:complexType>
                        <xsd:sequence>
                            <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
                            <xsd:element name="EventDateTime" type="AnyDateTimeType" />
                            <xsd:element name="RateOrAmount" minOccurs="0" maxOccurs="unbounded">
                                <xsd:complexType>
                                    <xsd:simpleContent>
                                        <xsd:extension base="xsd:double">
                                            <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
                                            <xsd:attribute name="type" type="xsd:string" use="required" />
                                            <xsd:attribute name="period" type="xsd:string" />
                                        </xsd:extension>
                                    </xsd:simpleContent>
                                </xsd:complexType>
                            </xsd:element>
                            <xsd:element name="AdditionalData" type="AdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="ApprovalInfo" type="ApprovalInfoType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="SubmitterInfo" type="SubmitterInfoType" minOccurs="0" />
                            <xsd:element name="Comment" type="CommentType" minOccurs="0" maxOccurs="unbounded" />
                        </xsd:sequence>
                        <xsd:attribute name="type" type="xsd:string" use="required" />
                        <xsd:attribute name="dayAssignment" type="DayAssignmentType" />
                        <xsd:attribute name="billable" type="xsd:boolean" />
                        <xsd:attribute name="actionCode" type="ActionCodeType" />
                    </xsd:complexType>
                </xsd:element>
                <xsd:element name="Expense">
                    <xsd:complexType>
                        <xsd:sequence>
                            <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
                            <xsd:element name="ExpenseDate" type="AnyDateTimeType" />
                            <xsd:element name="ExpenseAmount">
                                <xsd:complexType>
                                    <xsd:simpleContent>
                                        <xsd:extension base="xsd:double">
                                            <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
                                        </xsd:extension>
                                    </xsd:simpleContent>
                                </xsd:complexType>
                            </xsd:element>
                            <xsd:element name="AdditionalData" type="AdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="ApprovalInfo" type="ApprovalInfoType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="SubmitterInfo" type="SubmitterInfoType" minOccurs="0" />
                            <xsd:element name="Comment" type="CommentType" minOccurs="0" maxOccurs="unbounded" />
                        </xsd:sequence>
                        <xsd:attribute name="type" type="xsd:string" use="required" />
                        <xsd:attribute name="billable" type="xsd:boolean" />
                        <xsd:attribute name="actionCode" type="ActionCodeType" />
                    </xsd:complexType>
                </xsd:element>
                <xsd:element name="Allowance">
                    <xsd:complexType>
                        <xsd:sequence>
                            <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
                            <xsd:element name="StartDate" type="AnyDateTimeType" minOccurs="0" />
                            <xsd:element name="EndDate" type="AnyDateTimeType" minOccurs="0" />
                            <xsd:element name="Amount" minOccurs="0">
                                <xsd:complexType>
                                    <xsd:simpleContent>
                                        <xsd:extension base="xsd:double">
                                            <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
                                        </xsd:extension>
                                    </xsd:simpleContent>
                                </xsd:complexType>
                            </xsd:element>
                            <xsd:element name="Quantity" type="xsd:double" minOccurs="0" />
                            <xsd:element name="AdditionalData" type="AdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="ApprovalInfo" type="ApprovalInfoType" minOccurs="0" maxOccurs="unbounded" />
                            <xsd:element name="SubmitterInfo" type="SubmitterInfoType" minOccurs="0" />
                            <xsd:element name="Comment" type="CommentType" minOccurs="0" maxOccurs="unbounded" />
                        </xsd:sequence>
                        <xsd:attribute name="type" type="xsd:string" use="required" />
                        <xsd:attribute name="billable" type="xsd:boolean" />
                        <xsd:attribute name="actionCode" type="ActionCodeType" />
                    </xsd:complexType>
                </xsd:element>
            </xsd:choice>
            <xsd:element name="AdditionalData" type="AdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="ApprovalInfo" type="ApprovalInfoType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="SubmitterInfo" type="SubmitterInfoType" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="status" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>The preferred statuses are: Raw, Processed, Submitted, Rejected, Approved, Final. Please look at the documentation for definitions.</xsd:documentation>
            </xsd:annotation>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PeriodStartDate hr:PeriodStartDate (1) (1)
PeriodEndDate hr:PeriodEndDate (1) (1)
ReportedPersonAssignment hr:ReportedPersonAssignment 0 (1)
TimeInterval hr:TimeInterval (1) (1)
TimeEvent hr:TimeEvent (1) (1)
Expense hr:Expense (1) (1)
Allowance hr:Allowance (1) (1)
AdditionalData hr:AdditionalData 0 unbounded
ApprovalInfo hr:ApprovalInfo 0 unbounded
SubmitterInfo hr:SubmitterInfo 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
status hr:status (Optional)