Definition Type: Element
Name: GovernmentId
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Screenings.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into document in schema screenings_xsd Drilldown into issuingAuthority in schema screenings_xsd Drilldown into jurisdiction in schema screenings_xsd Drilldown into countryCode in schema screenings_xsdXSD Diagram of GovernmentId in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="GovernmentId" minOccurs="0">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="countryCode" type="xsd:string" />
                <xsd:attribute name="jurisdiction" type="xsd:string" />
                <xsd:attribute name="issuingAuthority" type="xsd:string" />
                <xsd:attribute name="document" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
countryCode hr:countryCode (Optional)
jurisdiction hr:jurisdiction (Optional)
issuingAuthority hr:issuingAuthority (Optional)
document hr:document (Optional)