Definition Type: ComplexType
Name: RaterType
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 Comment in schema fields_xsd Drilldown into ConfidentialIndicator in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into OrganizationName in schema fields_xsd Drilldown into PersonName in schema components_xsd Drilldown into Weight in schema fields_xsd Drilldown into RaterGroupCode in schema fields_xsd Drilldown into EmployeeID in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of RaterType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RaterType">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="EmployeeID" minOccurs="0" />
        <xsd:element ref="RaterGroupCode" minOccurs="0" />
        <xsd:element ref="Weight" minOccurs="0" />
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="OrganizationName" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ConfidentialIndicator" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
EmployeeID nsA:EmployeeID 0 (1)
RaterGroupCode nsA:RaterGroupCode 0 (1)
Weight nsA:Weight 0 (1)
PersonName nsA:PersonName 0 (1)
OrganizationName nsA:OrganizationName 0 (1)
Communication nsA:Communication 0 unbounded
ConfidentialIndicator nsA:ConfidentialIndicator 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Rater