Definition Type: Element
Name: SignatureOnFile
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Indicates if the signature is authorized as a form of guarantee. In some countries, the customer can sign the payment card slip as a form of guarantee.
Collapse XSD Schema Diagram:
Drilldown into ExpireDateExclusiveIndicator in schema ota_commontypes_xsd1 Drilldown into ExpireDate in schema ota_commontypes_xsd1 Drilldown into EffectiveDate in schema ota_commontypes_xsd1 Drilldown into EffectiveExpireOptionalDateGroup in schema ota_commontypes_xsd Drilldown into SignatureOnFileIndicator in schema ota_commontypes_xsd1XSD Diagram of SignatureOnFile in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SignatureOnFile" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Indicates if the signature is authorized as a form of guarantee.
In some countries, the customer can sign the payment card slip as a form of guarantee.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="SignatureOnFileIndicator" type="xs:boolean" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">When true, indicates a signature has been obtained.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Provides the date range for which the signature is accepted for a guarantee.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
SignatureOnFileIndicator SignatureOnFileIndicator Optional
EffectiveDate EffectiveDate Optional
ExpireDate ExpireDate Optional
ExpireDateExclusiveIndicator ExpireDateExclusiveIndicator Optional