The type dx:performanceLocationCategoryType is containing one out of a set of predefined strings.
The tree structure of the type dx:performanceLocationCategoryType has the following appearance:
<xs:simpleType name="performanceLocationCategoryType">
<xs:annotation>
<xs:documentation>
Location of performance (normally calibration). Required in ISO 17025 clause 7.8.2.1 (c).
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="laboratory"/>
<xs:enumeration value="client"/>
<xs:enumeration value="customer"/>
<xs:enumeration value="laboratoryBranch"/>
<xs:enumeration value="clientBranch"/>
<xs:enumeration value="customerBranch"/>
<xs:enumeration value="enveloper"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
| Content | Description |
|---|---|
| laboratory | Choose this value, if the calibration took place at the postal address of the calibration laboratory. |
| client | Choose this value, if the calibration took place at the postal address of the client. |
| customer | Choose this value, if the calibration took place at the postal address of the customer. |
| laboratoryBranch | Choose this value, if the calibration took place at a branch of the laboratory. In addition, an ID for the dx:performanceLocationType has to be set e.g., to id="performanceLocation". |
| clientBranch | Choose this value, if the calibration took place at a branch of the client. |
| customerBranch | Choose this value, if the calibration took place at a branch of the customer. |
| enveloper | Choose this value, if the calibration took place at the postal address of the enveloper. |
| other | Choose this value, if the calibration took place at a location without a postal address, e.g. at a point in the area that can only be identified by providing geoposition data (e.g. wind turbines, offshore structures). |