CompatibilityOptionDetail

Uses the Component:CompatibilityOptionDetailType

Identifies whether an incentive is stackable or combinable

Fields and Components

Table 6.71. Fields and Components

Name Description Occurrence Type Data Type User Notes
CompatibilityType

Compatibility Type

0..1Field udt:TextType  
OptionID

Unique ID of the incentive type linked to a specific program

0..1Field udt:TextType  
OptionName

The name of a specific option

0..1Field udt:TextType  
OptionTypeID

An attribute that Uniquely identifies an Incentive Type.

0..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.71. CompatibilityOptionDetail

<CompatibilityOptionDetail>
     <CompatibilityType>......</CompatibilityType>     [0..1]
     <OptionID>......</OptionID>     [0..1]
     <OptionName>......</OptionName>     [0..1]
     <OptionTypeID>......</OptionTypeID>     [0..1]
</CompatibilityOptionDetail>