Definition Type: Element
Name: FinancialGuarantee
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingOrganization.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Amount in schema staffingorganization_xsd Drilldown into Name in schema staffingorganization_xsdXSD Diagram of FinancialGuarantee in schema staffingorganization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="FinancialGuarantee" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Name" type="xsd:string" minOccurs="0" />
            <xsd:element name="Amount" minOccurs="0">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute name="currencyCode" type="CurrencyCodeType" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name hr:Name 0 (1)
Amount hr:Amount 0 (1)