The dcc:performanceLocationType is containing one out of a set of predefined strings. Its contents are described later in the dcc:stringPerformanceLocationType section.
The tree structure of the element type dcc:performanceLocationType has the following appearance:
<xs:complexType name="performanceLocationType">
<xs:simpleContent>
<xs:extension base="dcc:stringPerformanceLocationType">
<xs:attribute name="id" type="xs:ID" use="optional"/>
<xs:attribute name="refId" type="xs:IDREFS" use="optional"/>
<xs:attribute name="refType" type="dcc:refTypesType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
The tree structure of the element type dcc:stringPerformanceLocationType has the following appearance:
<xs:simpleType name="stringPerformanceLocationType">
<xs:restriction base="xs:string">
<xs:enumeration value="laboratory"/>
<xs:enumeration value="customer"/>
<xs:enumeration value="laboratoryBranch"/>
<xs:enumeration value="customerBranch"/>
<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. |
| 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 dcc:performanceLocationType has to be set e.g., to id="performanceLocation". Additionally an exact address has to be provided in a dcc:statement in the DCC with the same text used for the ID e.g., refID="performanceLocation". |
| customerBranch | Choose this value, if the calibration took place at a branch of the customer. In addition, an ID for the dcc:performanceLocationType has to be set e.g., to id="performanceLocation". Additionally an exact address has to be provided in a dcc:statement in the DCC with the same text as used for the ID e.g. refID="performanceLocation". |
| 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). In addition, an ID for the dcc:performanceLocationType has to be set e.g., to id="performanceLocation". Additionally an exact address has to be provided in a dcc:statement in the DCC with the same text used for the ID e.g., refID="id_ performanceLocation". It is possible here to specify coordinates such as GPS. |
The id text "performanceLocation" in the table is an example only, the id text is only limited by the xml type restrictions (i.e. xs:id).