<xsd:element name="OtherPay" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:decimal"> <xsd:attribute name="currencyCode" type="CurrencyCodeType" /> <xsd:attribute name="baseInterval" type="FrequencyType" /> <xsd:attribute name="type" type="OtherPayTypeTypes" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element>