Definition Type: ComplexType
Name: ScreeningUserType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Notification in schema components_xsd Drilldown into ProhibitedWorkScope in schema components_xsd Drilldown into AuthorizedWorkScope in schema components_xsd Drilldown into CreditCard in schema components_xsd1 Drilldown into AccessCredential in schema components_xsd Drilldown into UserID in schema fields_xsd Drilldown into agencyOwnerID in schema components_xsdXSD Diagram of ScreeningUserType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningUserType">
    <xsd:sequence>
        <xsd:element ref="UserID" minOccurs="0" />
        <xsd:element ref="AccessCredential" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:CreditCard" minOccurs="0" />
        <xsd:element ref="AuthorizedWorkScope" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ProhibitedWorkScope" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Notification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="agencyOwnerID" type="oa:NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UserID nsA:UserID 0 (1)
AccessCredential nsA:AccessCredential 0 unbounded
CreditCard oa:CreditCard 0 (1)
AuthorizedWorkScope nsA:AuthorizedWorkScope 0 unbounded
ProhibitedWorkScope nsA:ProhibitedWorkScope 0 unbounded
Notification nsA:Notification 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
agencyOwnerID nsA:agencyOwnerID (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningUser