The type dx:dataType provides different data formats which are made known.
The tree structure of the type dx:dataType has the following appearance:
<xs:complexType name="dataType">
<xs:choice maxOccurs="unbounded">
<xs:element name="text" type="dx:textType"/>
<xs:element name="formula" type="dx:formulaType"/>
<xs:element name="byteData" type="dx:byteDataType"/>
<xs:element name="xml" type="dx:xmlType"/>
<xs:element name="quantity" type="dx:quantityType"/>
<xs:element name="list" type="dx:listType"/>
</xs:choice>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:text (dx:richContentType) |
[O] | Text can be stored in this element. |
| dx:formula (dx:formulaType) |
[O] | Formulas can be stored in this element. |
| dx:byteData (dx:byteDataType) |
[O] | The element dx:byteData is used to enter any information that is available as electronic data. |
| dx:xml (dx:xmlType) |
[O] | The element type allows formulas and equations to be inserted into the measurement result area of the DCC. |
| dx:quantity (dx:quantityType) |
[O] | Each value describing a pyhsical quantity can be stored in this element. |
| dx:list (dx:listType) |
[O] | This element allows the definition of a collection of measurement results to which structures with integrity are subject, e.g. vector quantities. |
| 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. |