<xsd:complexType name="OtherPayDataType">
<xsd:sequence>
<xsd:element name="OtherPayAmountMin" type="xsd:decimal" minOccurs="0" />
<xsd:element name="OtherPayAmountMax" type="xsd:decimal" minOccurs="0" />
<xsd:element name="OtherPayCalculation" type="xsd:string" minOccurs="0" />
<xsd:element name="Comments" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="currencyCode" type="CurrencyCodeType" />
<xsd:attribute name="otherInterval" type="OtherIntervalType" />
<xsd:attribute name="otherPayType" type="OtherPayTypeTypes" />
</xsd:complexType>
|