complexType "ResponseCardinalityType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:nonNegativeInteger
 = 
xs:nonNegativeInteger
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indicates the minimum and maximum number of occurrences of a response within the given parameters.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ResponseCardinalityType">
<xs:attribute name="minimumResponses" type="xs:nonNegativeInteger"/>
<xs:attribute name="maximumResponses" type="xs:nonNegativeInteger"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
maximumResponses
Type:
xs:nonNegativeInteger, predefined
Use:
optional
Maximum number of responses accepted expressed and an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="maximumResponses" type="xs:nonNegativeInteger"/>

minimumResponses
Type:
xs:nonNegativeInteger, predefined
Use:
optional
Minimum number of responses accepted expressed and an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="minimumResponses" type="xs:nonNegativeInteger"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set