complexType "ResponseRateType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
NumberOfResponses, SampleSize, SpecificResponseRate, r:Description
All Direct / Indirect Based Elements (1):
ResponseRate
Known Usage Locations
Annotation
A specific rate of response and/or a description of the rate of response for a specific processing event that includes data appraisal.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ResponseRateType">
<xs:sequence>
<xs:element minOccurs="0" name="SampleSize" type="xs:integer"/>
<xs:element minOccurs="0" name="NumberOfResponses" type="xs:integer"/>
<xs:element minOccurs="0" name="SpecificResponseRate" type="xs:decimal"/>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
NumberOfResponses
Type:
xs:integer, predefined, simple content
The number of responses within the specified sample.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="NumberOfResponses" type="xs:integer"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the rate of response including any information pertinent to understanding the specified rate of response.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

SampleSize
Type:
xs:integer, predefined, simple content
The size of the sample from whom data was requested.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SampleSize" type="xs:integer"/>

SpecificResponseRate
Type:
xs:decimal, predefined, simple content
The specific rate of response expressed as a percent.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SpecificResponseRate" type="xs:decimal"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set