Definition Type: Element
Name: PhysChallName
Type: Unresolved link to stringlength0to2551
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Describes the customer's physical challenge.
Collapse XSD Schema Diagram:
Drilldown into PhysChallInd in schema ota_commontypes_xsd1XSD Diagram of PhysChallName in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PhysChallName" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Describes the customer's physical challenge.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="StringLength0to255">
                <xs:attribute name="PhysChallInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">When true, indicates the customer is physically challenged.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
PhysChallInd PhysChallInd Optional
Collapse Derivation Tree:
  • Unresolved link to stringlength0to2551
    • PhysChallName