element <qm:valueset> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within qm:categoryType element in qm.xsd; see XML source
Includes:
definitions of 2 elements
XML Representation Summary
<qm:valueset>
   
Content: 
</qm:valueset>
Content model elements (2):
Included in content model of elements (1):
qm:categoryType
Annotation
The category valuesets defined based on the category type's parent category (dependsOn). Value sets define the filtered list of category types that are applicable based on the category value selected on the parent category type. Ex. (City dependsOn State). ValueSets would be defined to define the approriate City category values for when a particular State value (the key) is chosen. The key for all the value set's defined must be a category value based on the parent (dependsOn) category type.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="valueset">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="key">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="1" name="value">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/2)
qm:key
Type:
anonymous complexType, empty content
[READ-ONLY] The key.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="key">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:value
Type:
anonymous complexType, empty content
[READ-ONLY] A valid category value for this key selection.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="value">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

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