Definition Type: Element
Name: DistributionRestrictions
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into DoNotDistributeTo in schema humanresource_xsdXSD Diagram of DistributionRestrictions in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DistributionRestrictions" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="DoNotDistributeTo" type="xsd:string" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DoNotDistributeTo hr:DoNotDistributeTo (1) unbounded