<xsd:complexType name="TimeCardExpenseType">
<xsd:annotation>
<xsd:documentation>This allows for the reporting of expenses
for reimbursement or payment. HR-XML's TimeCard is not designed as an all-purpose
expense-reporting format, but rather is designed to accommodate the type of expenses
that are reported and reimbursed in the context of staffing assignments.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" />
<xsd:element ref="OrderLineID" minOccurs="0" />
<xsd:element ref="ExpenseTypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="BillableIndicator" minOccurs="0" />
<xsd:element ref="PayableIndicator" minOccurs="0" />
<xsd:element ref="FreeFormEffectivePeriod" minOccurs="0" />
<xsd:element ref="ExpenseDate" minOccurs="0" />
<xsd:element ref="ExpenseAmount" minOccurs="0" />
<xsd:element ref="Submitter" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Approver" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="TimeWorkedRounding" minOccurs="0" />
<xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|