<xsd:complexType name="DeferralType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">_ Deferral. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains information about amounts contributed to the employee's savings plan account that could have been accepted current pay, but that the employee elected to defer.
</ccts:DefinitionText>
<ccts:DefinitionUsage xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Allows deferrals to be expressed as either a percentage or a flat amount. While expressed as two optional elements in a sequence for simplicity and tool compatibility, conventional usage would be to use one or the other and not both.</ccts:DefinitionUsage>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="LimitReachedIndicator" minOccurs="0" />
<xsd:element ref="LimitReachedTypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DeferralTypeCode" minOccurs="0" />
<xsd:element ref="DeferralPercentage" minOccurs="0" />
<xsd:element ref="DeferralAmount" minOccurs="0" />
<xsd:element ref="PayrollEffectiveDate" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|