The type dcr:serviceFeatureType is for different services that might be required to be done in a laboratory. It supports detailed documentation for each service feature, including descriptions, responsibilities, and scheduling details, thereby facilitating clear communication and management within the laboratory or with external stakeholders.
The tree structure of the type dcr:serviceFeatureType has the following appearance:
<xs:complexType name="serviceFeatureType">
<xs:sequence>
<xs:element name="service">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="cleaning"/>
<xs:enumeration value="maintenance"/>
<xs:enumeration value="repairAdjustment"/>
<xs:enumeration value="scrapping"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="description" type="dx:richContentType" minOccurs="0"/>
<xs:element name="respPerson" type="dx:contactType" minOccurs="0"/>
<xs:element name="timeAgreement" type="dcr:timeAgreementListType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
See the list of abbreviations here
| Element (Element type) |
Use | Description |
|---|---|---|
| dcr:service (Restriction of xs:string) |
[M] | Only one of the following words can be entered in the element dcr:service. - cleaning - maintenance - repairAdjustment - scrapping - other If the element is filled with another content, an error occurs during the check against the XML schema. |
| dcr:description (dx:richContentType) |
[O] | Additional information about the service. |
| dcr:respPerson (dx:contactType) |
[O] | The contact of the responsible person for the service. |
| dcr:timeAgreementList (dcr:timeAgreementListType) |
[O] | The agreed time to do the service. |