Definition Type: Attribute
Name: contributor
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: USSpendingAccountCoverage.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of contributor in schema usspendingaccountcoverage_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:attribute name="contributor" use="required">
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Employer" />
            <xsd:enumeration value="Employee" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:attribute>
Collapse Facets:
Facet Value
Enumeration Employer
Enumeration Employee