The type dx:richContentType is used to enter any information. It may contain text, images and/or formulas.
The tree structure of the type dx:richContentType has the following appearance:
<xs:complexType name="richContentType">
<xs:sequence>
<xs:element name="name" minOccurs="0"/>
<xs:sequence maxOccurs="unbounded">
<xs:element name="content" type="dx:stringWithLangType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="file" type="dx:byteDataType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="formula" type="dx:formulaType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</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] | Name of the element using the dx:textType. |
| dx:content (dx:stringWithLangType) |
[O] | The element is used to enter any text. The attribute "lang" for multilingualism is implemented via the data type. |
| dx:file (dx:byteDataType) |
[O] | The type dx:byteDataType is used for entering any information that is available as electronic data. |
| dx:formula (dx:formulaType) |
[O] | Formulas can be specified in the element formular. |
| 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. |