Definition Type: ComplexType
Name: DistributionGuidelinesType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DoNotDistributeTo in schema sharedstaffingmodules_xsd Drilldown into DistributeTo in schema sharedstaffingmodules_xsdXSD Diagram of DistributionGuidelinesType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DistributionGuidelinesType">
    <xsd:sequence>
        <xsd:element name="DistributeTo" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:complexContent>
                    <xsd:extension base="DistributionType">
                        <xsd:sequence>
                            <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
                        </xsd:sequence>
                    </xsd:extension>
                </xsd:complexContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="DoNotDistributeTo" type="DistributionType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DistributeTo hr:DistributeTo 0 unbounded
DoNotDistributeTo hr:DoNotDistributeTo 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:DistributionGuidelines, hr:DistributionGuidelines, hr:DistributionGuidelines, hr:DistributionGuidelines