Definition Type: Attribute
Name: RetransmissionIndicator
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
Use Optional
Documentation:
When true, indicates 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 RetransmissionIndicator in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="RetransmissionIndicator" type="xs:boolean" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">When true, indicates 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.</xs:documentation>
    </xs:annotation>
</xs:attribute>