The element type dcc:richContentType is used to enter any information. It may contain text, images and/or formulas.
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>
See the list of abbreviations here
| Element Element type |
Use | Description |
|---|---|---|
| dcc:name dcc:textType |
[M] | Name of the element using the dcc:textType. |
| dcc:content dcc:stringWithLangType |
[O] | The element is used to enter any text. For more information on the attribute "lang", go to the multilingualism page. |
| dcc:file dcc:byteDataType |
[O] | The element type dcc:byteDataType is used for entering any information that is available as electronic data. |
| dcc:formular dcc:formulaType |
[O] | Formulas can be specified in the element dcc:formula. |