Definition Type: ComplexType
Name: AdmittedChargesType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Admitted Charges. Details Criminal charges or violations admitted by a screening search subject. Generally, admitted charges are communicated as part of a screening order. Generally, these would be the types of charges that would not be disqualifying by themself if admitted or disclosed by the search subject. Admitted charges are compared or "scored" against screening results.
Collapse XSD Schema Diagram:
Drilldown into CriminalCase in schema components_xsd Drilldown into AdmittedChargesSummary in schema fields_xsd Drilldown into AdmittedChargesID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of AdmittedChargesType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AdmittedChargesType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Admitted Charges. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Criminal charges or violations admitted by a screening search subject. Generally, admitted charges are communicated as part of a screening order. Generally, these would be the types of charges that would not be disqualifying by themself if admitted or disclosed by the search subject. Admitted charges are compared or "scored" against screening results. </ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="AdmittedChargesID" minOccurs="0" />
        <xsd:element ref="AdmittedChargesSummary" minOccurs="0" />
        <xsd:element ref="CriminalCase" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdmittedChargesID nsA:AdmittedChargesID 0 (1)
AdmittedChargesSummary nsA:AdmittedChargesSummary 0 (1)
CriminalCase nsA:CriminalCase 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:AdmittedCharges