complexType "ResponseRateType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
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:nonNegativeInteger"/>
<xs:element minOccurs="0" name="NumberOfResponses" type="xs:nonNegativeInteger"/>
<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:nonNegativeInteger, 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:nonNegativeInteger"/>

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. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

SampleSize
Type:
xs:nonNegativeInteger, 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:nonNegativeInteger"/>

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 1.12 using DocFlex/XML XSDDoc 2.9.0 template set