This type dx:primitiveQuantityType contains measurable value(s).
The tree structure of the type dx:primitiveQuantityType has the following appearance:
<xs:complexType name="primitiveQuantityType">
<xs:sequence>
<xs:element name="name" type="dx:textType" minOccurs="0"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:group ref="dx:quantityGroup" />
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup" />
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:name (dx:textType) |
[O] | This element can be used to store text specifying the quantity used. |
| dx:description (dx:richContentType) |
[O] | The 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:quantityGroup | [M] |
| Attribute | Use | Description |
|---|---|---|
| dx:baseAttributeGroup | [O] | An attribute group called "baseAttributeGroup" is referenced here. This attribute group contains a set of attributes that are commonly used in elements of the DX. An attribute group is a reusable collection of attributes. |