This type contains measurable value(s).
The tree structure of the element type dcc:primitiveQuantityType has the following appearance:
<xs:complexType name="primitiveQuantityType">
<xs:sequence>
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
<xs:choice>
<xs:element name="noQuantity" type="dcc:richContentType"/>
<xs:element name="charsXMLList" type="dcc:charsXMLListType"/>
<xs:element ref="si:real"/>
<xs:element ref="si:hybrid"/>
<xs:element ref="si:complex"/>
<xs:element ref="si:constant"/>
<xs:element ref="si:realListXMLList"/>
<xs:element ref="si:complexListXMLList"/>
</xs:choice>
</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 |
[O] | This element can be used to store text specifying the language used. |
| dcc:description dcc:richContentType |
[O] | The element type dcc:richContentType is used to enter any information. With it, it is possible to accommodate text as well as images and formulas in one element. |
| dcc:noQuantity dcc:richContentType |
[O|M] | The element type dcc:richContentType is used to enter any information. With it, it is possible to accommodate text as well as images and formulas in one element. |
| dcc:charsXMLList dcc:charsXMLListType |
[O|M] | The element type dcc:charsXMLListType is used to enter characters. |
| si:real and other si:Types DSI Wiki (external) |
[O|M] | At this point, the D-SI is integrated into the DCC to ensure that each value to be processed is specified with the corresponding metadata. |
| Attribute Attribute type |
Use | Description |
|---|---|---|
| id xs:ID |
[O] | This standard XML data type is used to represent a unique ID. It is used to uniquely identify the object in the DCC. The data type xs:ID is deliberately used here because it enables validation without any add-ons in various tools. |
| refId xs:IDREFS |
[O] | IDREFS represents the IDREFS attribute type from [XML 1.0 (Second Edition)]. The ·value space· of IDREFS is the set of finite, non-zero-length sequences of IDREFs. The ·lexical space· of IDREFS is the set of space-separated lists of tokens, of which each token is in the ·lexical space· of IDREF. The ·itemType· of IDREFS is IDREF. |
| refType dcc:refTypesType |
[O] | This attribute allows a list of refTypes. |