Definition Type: Attribute
Name: retransmissionInd
Namespace: http://opentravel.org/common/message/v02
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA2_Message_v2.0.0.xsd
Use Optional
Documentation:
If true, the message is being re-sent after a failure. It is recommended that this attribute is used (i.e., set to TRUE) only when a message is retransmitted.
Collapse XSD Schema Diagram:
XSD Diagram of retransmissionInd in schema ota2_message_v2_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:attribute name="retransmissionInd" type="xsd:boolean" use="optional">
    <xsd:annotation>
        <xsd:documentation source="Description">If true, the message is being re-sent after a failure.</xsd:documentation>
        <xsd:documentation source="Implementer">It is recommended that this attribute is used (i.e., set to TRUE) only when a message is retransmitted.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>