HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » TestDate | TestInstance | TestReferenceRange | TestScoreIssuedDate | TimeCardAllowanceType »
| Name |
TimeCardAllowanceType |
| Documentation |
Allows for the reporting of allowances
that may be associated with the particular time worked. For example, some workers may
be due per diems to cover expenses incurred during an assignment or may receive
allowances to cover the cost of items such as uniforms.
|
XML Instance Representation
Schema Component Representation
<
xsd:complexType name="
TimeCardAllowanceType">
<
xsd:sequence>
<
xsd:element ref="
ID"
minOccurs="
0"/>
<
xsd:element ref="
oa:
Amount"
minOccurs="
0"/>
<
xsd:element ref="
oa:
Quantity"
minOccurs="
0"/>
<
xsd:element ref="
Submitter"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
Approver"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
Comment"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
UserArea"
minOccurs="
0"/>
</
xsd:sequence>
</
xsd:complexType>