im:IndicatorDescriptionPairType
complexType IndicatorDescriptionPairType in namespace http://release.niem.gov/niem/domains/immigration/4.0/
Definition
A data type for when a complex question is asked with multiple parts, it allows to first of all specify if the question needed to be answered, if True/Yes, False/No was answered and it carries the whole text of the question.
Diagram
XML Schema
<xs:complexType name="IndicatorDescriptionPairType">
<xs:annotation>
<xs:documentation>
A data type for when a complex question is asked with multiple parts, it allows to first of all specify if the question needed to be answered, if True/Yes, False/No was answered and it carries the whole text of the question.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="im:ResponseIndicator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:ResponseYesIndicator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:ResponseNoIndicator" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:ResponseDescriptionText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="im:IndicatorDescriptionPairAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>