CalculationModeCodeType

**>Add : Adds the corresponding entity to the parent or referenced
entity **>Replace : Replaces the parent or referenced entity with the
corresponding one The entity can be a price, a farebasis a code in general.

Simple Type Information

Used By

Source

<xs:simpleType name="CalculationModeCodeType">
  <xs:annotation>
    <xs:documentation>**>Add : Adds the corresponding entity to the parent or referenced entity **>Replace : Replaces the parent or referenced entity with the corresponding one The entity can be a price, a farebasis a code in general.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Add"/>
    <xs:enumeration value="Replace"/>
  </xs:restriction>
</xs:simpleType>