The type dx:identificationType is called from the type dx:identificationListType. dx:identificationType provides the possibility to identify the certificate or report, the measuring equipment, the sampling equipment, or an object (or objects) with several identifiers.
The tree structure of the type dx:identificationType has the following appearance:
<xs:complexType name="identificationType">
<xs:sequence>
<xs:element name="issuer" type="dx:issuerType"/>
<xs:element name="value" type="dx:notEmptyStringType"/>
<xs:element name="name" type="dx:textType" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="dx:baseAttributeGroup"/>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dx:issuer (dx:issuerType) |
[M] | Only one of the following words can be entered in the element dx:issuer. - manufacturer - laboratory - client - customer - owner - enveloper - other If the element is filled with another content, an error occurs during the check against the XML schema. |
| dx:value (dx:notEmptyStringType) |
[M] | The identifier is entered here. |
| dx:name (dx:textType) |
[O] | Other information about the identifier. |
| 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. |