Definition Type: ComplexType
Name: DistributionType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
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_xsdXSD Diagram of DistributionType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DistributionType">
    <xsd:sequence>
        <xsd:element name="Id" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Name" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="validFrom" type="LocalDateNkNaType" />
    <xsd:attribute name="validTo" type="LocalDateNkNaType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id 0 (1)
Name hr:Name 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)
Collapse Derivation Tree:
Collapse References:
hr:DistributeTo, hr:DoNotDistributeTo