<xs:complexType name="MonetaryRuleType">
<xs:annotation>
<xs:documentation xml:lang="en">This defines the information pertaining to rules and amounts associated with these rules.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to255">
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the currency amount pertaining to the rule.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="RuleType" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Refer to OTA Code List Rule Type (RUL).
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Percent" type="Percentage" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The percent applicable to the monetary rule.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date and time applicable to this monetary rule.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="PaymentType" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
Refer to OTA Code List Payment Type (PMT).
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|