The group element dx:quantityGroup defines a group of elements to be used for measurable value(s).
The tree structure of the dx:quantityGroup has the following appearance:
<xs:group name="quantityGroup">
<xs:choice>
<xs:element name="noQuantity" type="dx:richContentType"/>
<xs:element name="charsXMLList" type="dx:charsXMLListType" />
<xs:element ref="si:real"/>
<xs:element ref="si:hybrid"/>
<xs:element ref="si:complex"/>
<xs:element ref="si:constant"/>
<xs:element ref="si:realListXMLList"/>
<xs:element ref="si:complexListXMLList"/>
</xs:choice>
</xs:group>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:noQuantit (dx:richContentType) |
[O] | The element type dx:richContentType is used to enter any information. With it, it is possible to accommodate text as well as images and formulas in one element. |
| dx:charsXMLList (dx:charsXMLListType) |
[O] | The element type dx:charsXMLListType is used to enter characters. |
| si:real and other si:Types (DSI Wiki (external)) |
[O] | At this point, the D-SI is integrated into the DX to ensure that each value to be processed is specified with the corresponding metadata. |