Definition Type: Element
Name: DistributeTo
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:DistributionType
Containing Schema: SharedStaffingModules.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactMethod in schema sharedstaffingmodules_xsd Drilldown into Name in schema sharedstaffingmodules_xsd Drilldown into Id in schema sharedstaffingmodules_xsd Drilldown into validTo in schema sharedstaffingmodules_xsd Drilldown into validFrom in schema sharedstaffingmodules_xsd Drilldown into DistributionType in schema sharedstaffingmodules_xsdXSD Diagram of DistributeTo in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
Name hr:Name 0 (1)
ContactMethod hr:ContactMethod 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)
Collapse Derivation Tree: