Definition Type: Element
Name: MVRInput
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains information as reported by the screening subject relating to the license.
Collapse XSD Schema Diagram:
Drilldown into License in schema backgroundreports_xsdXSD Diagram of MVRInput in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="MVRInput" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains information as reported by the screening subject relating to the license.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="License" type="LicenseIdentificationType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
License hr:License 0 (1)