Definition Type: Element
Name: CostSpecification
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Lists the pricing details of each screening.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into ScreeningCost in schema components_xsd Drilldown into CourtTypeCode in schema fields_xsd Drilldown into ApplicableRegion in schema components_xsdXSD Diagram of CostSpecification in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CostSpecification" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Lists the pricing details of each screening.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="ApplicableRegion" minOccurs="0" />
            <xsd:element ref="CourtTypeCode" minOccurs="0" />
            <xsd:element ref="ScreeningCost" minOccurs="0" />
            <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ApplicableRegion nsA:ApplicableRegion 0 (1)
CourtTypeCode nsA:CourtTypeCode 0 (1)
ScreeningCost nsA:ScreeningCost 0 (1)
AdditionalItem nsA:AdditionalItem 0 unbounded