The element type dcc:richContentType is used to enter any information, with it it is possible to place text, images and formulas in one element.
The rough tree structure of the element type dcc:richContentType has the following appearance:
<xs:complexType name="richContentType">
<xs:sequence>
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
<xs:sequence maxOccurs="unbounded">
<xs:element name="content" type="dcc:stringWithLangType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="file" type="dcc:byteDataType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="formula" type="dcc:formulaType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:sequence>
<xs:attribute name="id" type="xs:ID" use="optional"/>
<xs:attribute name="refId" type="xs:IDREFS" use="optional"/>
<xs:attribute name="refType" type="dcc:refTypesType" use="optional"/>
</xs:complexType>
If an element of type dcc:byteDataBlock is used, it contains mandatory fields identified as follows.
See the list of abbreviations here
Element Element type |
Use | Description |
---|---|---|
dcc:name dcc:textType |
[M] | Name of the element using the dcc:richContentType. |
dcc:content dcc:textType |
[O] | The element is used to enter any text. The attribute "lang" for multilingualism is implemented via the data type. |
dcc:file dcc:byteDataType |
[O] | The element type dcc:byteDataType is used for entering any information that is available as electronic data. |
dcc:formular dccformulaType |
[O] | Formulas can be specified in the element dcc:formular. |