The group element dx:electronicIdentificationGroup is used to define a group of elements for electronic identification.
The tree structure of the dx:electronicIdentificationGroup has the following appearance:
<xs:group name="electronicIdentificationGroup">
<xs:sequence>
<xs:element name="cryptElectronicSeal" type="xs:boolean" minOccurs="0"/>
<xs:element name="cryptElectronicSignature" type="xs:boolean" minOccurs="0"/>
<xs:element name="cryptElectronicTimeStamp" type="xs:boolean" minOccurs="0"/>
</xs:sequence>
</xs:group>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| cryptElectronicSeal (xs:boolean) |
[O] | Is the laboratory or the person responsible for applying the cryptographic electronic seal? In this case, the element cryptElectronicSeal shall have the value "TRUE". |
| cryptElectronicSignature (xs:boolean) |
[O] | Is the laboratory or the person responsible for affixing the cryptographic electronic signature? In this case, the element cryptElectronicSignature shall have the value "TRUE". |
| cryptElectronicTimeStamp (xs:boolean) |
[O] | Is the laboratory or the person responsible for applying the cryptographic electronic time stamp? In this case, the eLement cryptElectronicTimeStamp shall have the value "TRUE". |