The type dx:refTypeDefinitionType allows the specification of the refType.
The tree structure of the type dx:refTypeDefinitionType has the following appearance:
<xs:complexType name="refTypeDefinitionType">
<xs:sequence>
<xs:element name="name" type="dx:textType"/>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="namespace" type="dx:notEmptyStringType" />
<xs:element name="link" type="xs:anyURI"/>
<xs:element name="release" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="value" type="dx:notEmptyStringType" minOccurs="0"/>
<xs:element name="procedure" type="dx:notEmptyStringType" minOccurs="0"/>
</xs:sequence>
<xs:attribute ref="dx:refType"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:name (dx:textType) |
[M] | Text can be saved in this element. |
| dx:description (dx:richContentType) |
[O] | Description of the refType-Definition. The element type dx:richContentType is used to enter any information, with it, it is possible to place text, images and formulas in one element. |
| dx:namespace (dx:notEmptyStringType) |
[M] | A string type which doesn't allow entries with blank spaces only and doesn't allow a blank space before and in the end of the value. |
| dx:link (xs:anyURI) |
[M] | External link to the refTypeDefinition. |
| dx:release (dx:notEmptyStringType) |
[O] | The release. |
| dx:value (dx:notEmptyStringType) |
[O] | The value. |
| dx:procedure (dx:notEmptyStringType) |
[O] | The procedure. |
| Attribute Attribute type |
Use | Description |
|---|---|---|
| dx:refType | [O] | This list allows a list of reference types in string representation. |