element <qm:values> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
Includes:
definition of 1 element
XML Representation Summary
<qm:values>
   
Content: 
</qm:values>
Content model elements (1):
Included in content model of elements (1):
Annotation
The values of the enumeration custom attribute (manual step custom attributes only). Note, enumeration values are not ordered.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="values">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="default" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 1/1)
qm:value
Type:
anonymous complexType (extension of xs:string), simple content
The enumeration value.
Simple Content
xs:string
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="value">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="default" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML 1.11 using DocFlex/XML XSDDoc 2.8.3 template set