<xsd:complexType name="ApplicableTaxType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains information about a tax applicable to the associated entity or transaction.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="FormattedDateTime" minOccurs="0" />
<xsd:element ref="TypeCode" minOccurs="0" />
<xsd:element ref="TaxJurisdiction" minOccurs="0" />
<xsd:element ref="TaxRate" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|