<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>
|