Definition Type: Element
Name: Allowance
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: TimeCard.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comment in schema timecard_xsd Drilldown into SubmitterInfo in schema timecard_xsd Drilldown into ApprovalInfo in schema timecard_xsd Drilldown into AdditionalData in schema timecard_xsd Drilldown into Quantity in schema timecard_xsd Drilldown into Amount in schema timecard_xsd Drilldown into EndDate in schema timecard_xsd Drilldown into StartDate in schema timecard_xsd Drilldown into Id in schema timecard_xsd Drilldown into actionCode in schema timecard_xsd Drilldown into billable in schema timecard_xsd Drilldown into type in schema timecard_xsdXSD Diagram of Allowance in schema timecard_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)
Amount hr:Amount 0 (1)
Quantity hr:Quantity 0 (1)
AdditionalData hr:AdditionalData 0 unbounded
ApprovalInfo hr:ApprovalInfo 0 unbounded
SubmitterInfo hr:SubmitterInfo 0 (1)
Comment hr:Comment 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Required
billable hr:billable (Optional)
actionCode hr:actionCode (Optional)