Health Product and Plan Inbound Message Schema

The following code snippet illustrates how the tags are nested in the Health Product and Plan Inbound Message schema:

<schema>
    <c1InboundMessage></c1InboundMessage>
    <bo></bo>
    <boStatus></boStatus>
    <statusReason></statusReason>
    <messageType></messageType>
    <sourceSystem></sourceSystem>
    <externalTransactionId></externalTransactionId>
    <externalBatchId></externalBatchId>
    <externalSourceId></externalSourceId>
    <statusDateTime></statusDateTime>
    <creationDateTime></creationDateTime>
    <version></version>
    <characteristics>
        <inboundMessageCharacteristic>
            <adhocCharacteristicValue></adhocCharacteristicValue>
            <characteristicType></characteristicType>
            <effectiveDate></effectiveDate>
            <characteristicValue></characteristicValue>
            <characteristicValueForeignKey1></characteristicValueForeignKey1>
            <characteristicValueFK2></characteristicValueFK2>
            <characteristicValueFK3></characteristicValueFK3>
            <characteristicValueFk4></characteristicValueFk4>
            <characteristicValueFK5></characteristicValueFK5>
            <searchCharacteristicValue></searchCharacteristicValue>
            <version></version>
        </inboundMessageCharacteristic>
    </characteristics>
    <productHealthPlanMessage>
        <HealthProductData>
            <healthProductCode></healthProductCode>
            <description></description>
            <productType></productType>
            <productSubType></productSubType>
            <productHCCategory></productHCCategory>
            <productAdministration></productAdministration>
            <productLOB></productLOB>
            <productLOBCategory></productLOBCategory>
            <bundledProduct></bundledProduct>
            <bundledProducts></bundledProducts>
            <startDate></startDate>
            <endDate></endDate>
            <status></status>
            <productCharacteristics>
                <characteristicType></characteristicType>
                <characteristicValue></characteristicValue>
                <effectiveDate></effectiveDate>
            </productCharacteristics>
            <healthProductDivision>
                <division></division>
            </healthProductDivision>
        </HealthProductData>
        <healthPlanData>
            <healthProductCode></healthProductCode>
            <healthPlanCode></healthPlanCode>
            <description></description>
            <charitablePlan></charitablePlan>
            <standardPlan></standardPlan>
            <acaQhp></acaQhp>
            <grandFatherPlan></grandFatherPlan>
            <ancillaryBenefits></ancillaryBenefits>
            <riderBenefits></riderBenefits>
            <addOnPlan></addOnPlan>
            <hiosId></hiosId>
            <startDate></startDate>
            <endDate></endDate>
            <status></status>
            <healthPlanCharacteristics>
                <characteristicType></characteristicType>
                <characteristicValue></characteristicValue>
                <effectiveDate></effectiveDate>
            </healthPlanCharacteristics>
            <healthPlanPricingRuleTypes>
                <pricingRuleType></pricingRuleType>
            </healthPlanPricingRuleTypes>
        </healthPlanData>
        <healthPlanPricingRuleData>
            <sequence></sequence>
            <entityIdentifiers>
                <entityIdentifiersList>
                    <entityIdentifierType></entityIdentifierType>
                    <entityIdentifierValue></entityIdentifierValue>
                </entityIdentifiersList>
            </entityIdentifiers>
            <pricingRuleType></pricingRuleType>
            <priceItemCd></priceItemCd>
            <status></status>
            <startDate></startDate>
            <endDate></endDate>
            <rateOption></rateOption>
            <pricingType></pricingType>
            <modifierApplicability></modifierApplicability>
            <modifierMethod></modifierMethod>
            <baseRate>
                <sequence></sequence>
                <baseFee></baseFee>
                <lowerAgeLimit></lowerAgeLimit>
                <upperAgeLimit></upperAgeLimit>
                <pricingParameter>
                    <sequence></sequence>
                    <parameterCode></parameterCode>
                    <parameterValue></parameterValue>
                </pricingParameter>
                <modifierInformation>
                    <sequence></sequence>
                    <parameterCode></parameterCode>
                    <parameterValue></parameterValue>
                    <rate></rate>
                </modifierInformation>
            </baseRate>
            <characteristics>
                <characteristicsList>
                    <characteristicType></characteristicType>
                    <characteristicValue></characteristicValue>
                    <effectiveDate></effectiveDate>
                </characteristicsList>
            </characteristics>
            <pricingRuleEligibility>
                <sequence></sequence>
                <priceParmCode></priceParmCode>
                <priceParmVal></priceParmVal>
            </pricingRuleEligibility>
        </healthPlanPricingRuleData>
    </productHealthPlanMessage>
    <toDoRetry>
        <retryDateTime></retryDateTime>
        <numberOfRetries></numberOfRetries>
        <currentErrorState></currentErrorState>
        <isRetried></isRetried>
    </toDoRetry>
</schema>