element <qm:value> (local)
Namespace:
Type:
anonymous complexType (extension of xs:string)
Content:
simple, 1 attribute
Defined:
locally within qm:values element in qm.xsd; see XML source
Includes:
definition of 1 attribute
XML Representation Summary
<qm:value
   
 = 
xs:boolean
   
>
   
Content: 
{ xs:string }
</qm:value>
Included in content model of elements (1):
Annotation
The enumeration value.
Anonymous Type Detail
Type Derivation Tree
xs:string (extension)
  complexType
Derivation:
extension of 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>
Attribute Detail (all declarations; defined within this component only; 1/1)
default
Type:
xs:boolean, predefined
Use:
optional
Defines if the enumeration value is the default enumeration value for the enumeration custom attribute. Note, only one enumeration value may be the default enumeration value for the enumeration custom attribute
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="default" type="xs:boolean" use="optional"/>

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