Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema dcc.xsd
Namespace https://ptb.de/dcc
Annotations
DCC - Digital Calibration Certificate
            Copyright (c) 2019 - 2021 Physikalisch-Technische Bundesanstalt

            This XML Scheme Definition (XSD) is free software: you can redistribute it and/or modify
            it under the terms of the GNU Lesser General Public License as published by
            the Free Software Foundation, version 3 of the License.

            This XSD is distributed in the hope that it will be useful,
            but WITHOUT ANY WARRANTY; without even the implied warranty of
            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
            GNU Lesser General Public License for more details.

            The development of minimum requirements for a digital calibration certificate (DCC) is partially funded and
            supported by the joint research project EMPIR 17IND02 (title: SmartCom).
            This project (17IND02) has received funding from the EMPIR programme co-financed by the Participating States
            and from the European Union's Horizon 2020 research and innovation programme.
            The further development of the digital calibration certificate (DCC) is partly supported by the lighthouse
            project GEMIMEG-II (GEMIMEG 01 MT20001E) funded by the German Federal Ministry for Economic Affairs and
            Energy (BMWi) and the project "International Standard Accident Number" (ISAN) funded by the Niedersächsiches
            Vorab initiative of the Volkswagen Foundation (VolkswagenStiftung).


            Documentation: https://ptb.de/dcc/v3.0.0/
Properties
attribute form default unqualified
element form default qualified
version 3.0.0
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:digitalCalibrationCertificate
Namespace https://ptb.de/dcc
Diagram
Type dcc:digitalCalibrationCertificateType
Properties
content complex
Model
Children dcc:administrativeData, dcc:comment, dcc:document, dcc:measurementResults
Instance
<dcc:digitalCalibrationCertificate schemaVersion="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:administrativeData>{1,1}</dcc:administrativeData>
  <dcc:measurementResults>{1,1}</dcc:measurementResults>
  <dcc:comment>{0,1}</dcc:comment>
  <dcc:document id="">{0,1}</dcc:document>
</dcc:digitalCalibrationCertificate>
Attributes
QName Type Use
schemaVersion restriction of xs:string required
Source
<xs:element name="digitalCalibrationCertificate" type="dcc:digitalCalibrationCertificateType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:digitalCalibrationCertificateType / dcc:administrativeData
Namespace https://ptb.de/dcc
Diagram
Type dcc:administrativeDataType
Properties
content complex
Model
Children dcc:calibrationLaboratory, dcc:coreData, dcc:customer, dcc:dccSoftware, dcc:items, dcc:respPersons, dcc:statements
Instance
<dcc:administrativeData xmlns:dcc="https://ptb.de/dcc">
  <dcc:dccSoftware>{1,1}</dcc:dccSoftware>
  <dcc:coreData>{1,1}</dcc:coreData>
  <dcc:items>{1,1}</dcc:items>
  <dcc:calibrationLaboratory>{1,1}</dcc:calibrationLaboratory>
  <dcc:respPersons>{1,1}</dcc:respPersons>
  <dcc:customer id="">{1,1}</dcc:customer>
  <dcc:statements>{0,1}</dcc:statements>
</dcc:administrativeData>
Source
<xs:element name="administrativeData" type="dcc:administrativeDataType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:administrativeDataType / dcc:dccSoftware
Namespace https://ptb.de/dcc
Diagram
Type dcc:softwareListType
Properties
content complex
Model
Children dcc:software
Instance
<dcc:dccSoftware xmlns:dcc="https://ptb.de/dcc">
  <dcc:software id="" refType="">{1,unbounded}</dcc:software>
</dcc:dccSoftware>
Source
<xs:element name="dccSoftware" type="dcc:softwareListType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:softwareListType / dcc:software
Namespace https://ptb.de/dcc
Diagram
Type dcc:softwareType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:description, dcc:name, dcc:release
Instance
<dcc:software id="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:release>{1,1}</dcc:release>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
</dcc:software>
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:element name="software" type="dcc:softwareType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:softwareType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:textType / dcc:content
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringWithLangType
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
id xs:ID optional
lang dcc:stringISO639Type optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="content" type="dcc:stringWithLangType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:softwareType / dcc:release
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="release" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:softwareType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:richContentType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
minOccurs 0
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:richContentType / dcc:content
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringWithLangType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
id xs:ID optional
lang dcc:stringISO639Type optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="content" type="dcc:stringWithLangType" minOccurs="0" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:richContentType / dcc:file
Namespace https://ptb.de/dcc
Diagram
Type dcc:byteDataType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children dcc:dataBase64, dcc:description, dcc:fileName, dcc:mimeType, dcc:name
Instance
<dcc:file id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:fileName>{1,1}</dcc:fileName>
  <dcc:mimeType>{1,1}</dcc:mimeType>
  <dcc:dataBase64>{1,1}</dcc:dataBase64>
</dcc:file>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="file" type="dcc:byteDataType" minOccurs="0" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:byteDataType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
minOccurs 0
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:byteDataType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:richContentType / dcc:formula
Namespace https://ptb.de/dcc
Diagram
Type dcc:formulaType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children dcc:latex, dcc:mathml
Instance
<dcc:formula id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:latex>{1,1}</dcc:latex>
  <dcc:mathml id="" refId="" refType="">{1,1}</dcc:mathml>
</dcc:formula>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="formula" type="dcc:formulaType" minOccurs="0" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:formulaType / dcc:latex
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="latex" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:formulaType / dcc:mathml
Namespace https://ptb.de/dcc
Diagram
Type dcc:xmlType
Properties
content complex
Model
ANY element from ANY namespace OTHER than 'https://ptb.de/dcc'
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="mathml" type="dcc:xmlType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:byteDataType / dcc:fileName
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="fileName" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:byteDataType / dcc:mimeType
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="mimeType" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:byteDataType / dcc:dataBase64
Namespace https://ptb.de/dcc
Diagram
Type xs:base64Binary
Properties
content simple
Source
<xs:element name="dataBase64" type="xs:base64Binary"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:administrativeDataType / dcc:coreData
Namespace https://ptb.de/dcc
Diagram
Type dcc:coreDataType
Properties
content complex
Model
Children dcc:beginPerformanceDate, dcc:countryCodeISO3166_1, dcc:endPerformanceDate, dcc:identifications, dcc:mandatoryLangCodeISO639_1, dcc:performanceLocation, dcc:previousReport, dcc:receiptDate, dcc:uniqueIdentifier, dcc:usedLangCodeISO639_1
Instance
<dcc:coreData xmlns:dcc="https://ptb.de/dcc">
  <dcc:countryCodeISO3166_1>{1,1}</dcc:countryCodeISO3166_1>
  <dcc:usedLangCodeISO639_1>{1,unbounded}</dcc:usedLangCodeISO639_1>
  <dcc:mandatoryLangCodeISO639_1>{1,unbounded}</dcc:mandatoryLangCodeISO639_1>
  <dcc:uniqueIdentifier>{1,1}</dcc:uniqueIdentifier>
  <dcc:identifications>{0,1}</dcc:identifications>
  <dcc:receiptDate>{0,1}</dcc:receiptDate>
  <dcc:beginPerformanceDate>{1,1}</dcc:beginPerformanceDate>
  <dcc:endPerformanceDate>{1,1}</dcc:endPerformanceDate>
  <dcc:performanceLocation id="" refId="" refType="">{1,1}</dcc:performanceLocation>
  <dcc:previousReport id="">{0,1}</dcc:previousReport>
</dcc:coreData>
Source
<xs:element name="coreData" type="dcc:coreDataType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:countryCodeISO3166_1
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringISO3166Type
Properties
content simple
Facets
pattern [A-Z]{2}
Source
<xs:element name="countryCodeISO3166_1" type="dcc:stringISO3166Type"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:usedLangCodeISO639_1
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringISO639Type
Properties
content simple
maxOccurs unbounded
Facets
pattern [a-z]{2}
Source
<xs:element name="usedLangCodeISO639_1" type="dcc:stringISO639Type" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:mandatoryLangCodeISO639_1
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringISO639Type
Properties
content simple
maxOccurs unbounded
Facets
pattern [a-z]{2}
Source
<xs:element name="mandatoryLangCodeISO639_1" type="dcc:stringISO639Type" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:uniqueIdentifier
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="uniqueIdentifier" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:identifications
Namespace https://ptb.de/dcc
Diagram
Type dcc:identificationListType
Properties
content complex
minOccurs 0
Model
Children dcc:identification
Instance
<dcc:identifications xmlns:dcc="https://ptb.de/dcc">
  <dcc:identification id="" refType="">{1,unbounded}</dcc:identification>
</dcc:identifications>
Source
<xs:element name="identifications" type="dcc:identificationListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:identificationListType / dcc:identification
Namespace https://ptb.de/dcc
Diagram
Type dcc:identificationType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:issuer, dcc:name, dcc:value
Instance
<dcc:identification id="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:issuer>{1,1}</dcc:issuer>
  <dcc:value>{1,1}</dcc:value>
  <dcc:name id="">{0,1}</dcc:name>
</dcc:identification>
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:element name="identification" type="dcc:identificationType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:identificationType / dcc:issuer
Namespace https://ptb.de/dcc
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration manufacturer
enumeration calibrationLaboratory
enumeration customer
enumeration owner
enumeration other
Source
<xs:element name="issuer">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="manufacturer"/>
      <xs:enumeration value="calibrationLaboratory"/>
      <xs:enumeration value="customer"/>
      <xs:enumeration value="owner"/>
      <xs:enumeration value="other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:identificationType / dcc:value
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="value" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:identificationType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
minOccurs 0
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:receiptDate
Namespace https://ptb.de/dcc
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="receiptDate" type="xs:date" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:beginPerformanceDate
Namespace https://ptb.de/dcc
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="beginPerformanceDate" type="xs:date"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:endPerformanceDate
Namespace https://ptb.de/dcc
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="endPerformanceDate" type="xs:date"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:performanceLocation
Namespace https://ptb.de/dcc
Diagram
Type dcc:performanceLocationType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="performanceLocation" type="dcc:performanceLocationType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:coreDataType / dcc:previousReport
Namespace https://ptb.de/dcc
Diagram
Type dcc:hashType
Properties
content complex
minOccurs 0
Model
Children dcc:linkedReport, dcc:procedure, dcc:referral, dcc:referralID, dcc:value
Instance
<dcc:previousReport id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:referral id="">{1,1}</dcc:referral>
  <dcc:referralID>{1,1}</dcc:referralID>
  <dcc:procedure>{1,1}</dcc:procedure>
  <dcc:value>{1,1}</dcc:value>
  <dcc:linkedReport id="">{0,1}</dcc:linkedReport>
</dcc:previousReport>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="previousReport" type="dcc:hashType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:hashType / dcc:referral
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:referral id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:referral>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="referral" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:hashType / dcc:referralID
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="referralID" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:hashType / dcc:procedure
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="procedure" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:hashType / dcc:value
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="value" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:hashType / dcc:linkedReport
Namespace https://ptb.de/dcc
Diagram
Type dcc:hashType
Properties
content complex
minOccurs 0
Model
Children dcc:linkedReport, dcc:procedure, dcc:referral, dcc:referralID, dcc:value
Instance
<dcc:linkedReport id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:referral id="">{1,1}</dcc:referral>
  <dcc:referralID>{1,1}</dcc:referralID>
  <dcc:procedure>{1,1}</dcc:procedure>
  <dcc:value>{1,1}</dcc:value>
  <dcc:linkedReport id="">{0,1}</dcc:linkedReport>
</dcc:linkedReport>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="linkedReport" type="dcc:hashType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:administrativeDataType / dcc:items
Namespace https://ptb.de/dcc
Diagram
Type dcc:itemListType
Properties
content complex
Model
Children dcc:description, dcc:equipmentClass, dcc:identifications, dcc:item, dcc:name, dcc:owner
Instance
<dcc:items xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:equipmentClass id="">{0,1}</dcc:equipmentClass>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:owner id="">{0,1}</dcc:owner>
  <dcc:identifications>{0,1}</dcc:identifications>
  <dcc:item id="">{1,unbounded}</dcc:item>
</dcc:items>
Source
<xs:element name="items" type="dcc:itemListType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemListType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
minOccurs 0
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemListType / dcc:equipmentClass
Namespace https://ptb.de/dcc
Diagram
Type dcc:equipmentClassType
Properties
content complex
minOccurs 0
Model
Children dcc:classID, dcc:reference
Instance
<dcc:equipmentClass id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:reference>{1,1}</dcc:reference>
  <dcc:classID>{1,1}</dcc:classID>
</dcc:equipmentClass>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="equipmentClass" type="dcc:equipmentClassType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:equipmentClassType / dcc:reference
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="reference" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:equipmentClassType / dcc:classID
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="classID" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemListType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemListType / dcc:owner
Namespace https://ptb.de/dcc
Diagram
Type dcc:contactType
Properties
content complex
minOccurs 0
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Instance
<dcc:owner id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:eMail>{1,1}</dcc:eMail>
  <dcc:phone>{0,1}</dcc:phone>
  <dcc:fax>{0,1}</dcc:fax>
  <dcc:location>{1,1}</dcc:location>
  <dcc:descriptionData id="">{0,1}</dcc:descriptionData>
</dcc:owner>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="owner" type="dcc:contactType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactType / dcc:eMail
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="eMail" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactType / dcc:phone
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="phone" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactType / dcc:fax
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="fax" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactType / dcc:location
Namespace https://ptb.de/dcc
Diagram
Type dcc:locationType
Properties
content complex
Model
Children dcc:city, dcc:countryCode, dcc:further, dcc:positionCoordinates, dcc:postCode, dcc:postOfficeBox, dcc:state, dcc:street, dcc:streetNo
Instance
<dcc:location xmlns:dcc="https://ptb.de/dcc">
  <dcc:city>{1,1}</dcc:city>
  <dcc:countryCode>{1,1}</dcc:countryCode>
  <dcc:postCode>{1,1}</dcc:postCode>
  <dcc:postOfficeBox>{1,1}</dcc:postOfficeBox>
  <dcc:state>{1,1}</dcc:state>
  <dcc:street>{1,1}</dcc:street>
  <dcc:streetNo>{1,1}</dcc:streetNo>
  <dcc:further id="" refId="" refType="">{1,1}</dcc:further>
  <dcc:positionCoordinates id="" refId="" refType="">{0,1}</dcc:positionCoordinates>
</dcc:location>
Source
<xs:element name="location" type="dcc:locationType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:city
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="city" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:countryCode
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringISO3166Type
Properties
content simple
Facets
pattern [A-Z]{2}
Source
<xs:element name="countryCode" type="dcc:stringISO3166Type"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:postCode
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="postCode" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:postOfficeBox
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="postOfficeBox" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:state
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="state" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:street
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="street" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:streetNo
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="streetNo" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:further
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:further id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:further>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="further" type="dcc:richContentType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:locationType / dcc:positionCoordinates
Namespace https://ptb.de/dcc
Diagram
Type dcc:positionCoordinatesType
Properties
content complex
minOccurs 0
Model
Children dcc:declaration, dcc:positionCoordinate1, dcc:positionCoordinate2, dcc:positionCoordinate3, dcc:positionCoordinateSystem, dcc:reference
Instance
<dcc:positionCoordinates id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:positionCoordinateSystem>{1,1}</dcc:positionCoordinateSystem>
  <dcc:reference>{0,1}</dcc:reference>
  <dcc:declaration id="" refId="" refType="">{0,1}</dcc:declaration>
  <dcc:positionCoordinate1>{1,1}</dcc:positionCoordinate1>
  <dcc:positionCoordinate2>{1,1}</dcc:positionCoordinate2>
  <dcc:positionCoordinate3>{0,1}</dcc:positionCoordinate3>
</dcc:positionCoordinates>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="positionCoordinates" type="dcc:positionCoordinatesType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:positionCoordinatesType / dcc:positionCoordinateSystem
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="positionCoordinateSystem" type="xs:string"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:positionCoordinatesType / dcc:reference
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="reference" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:positionCoordinatesType / dcc:declaration
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:declaration id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:declaration>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="declaration" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:positionCoordinatesType / dcc:positionCoordinate1
Namespace https://ptb.de/dcc
Diagram
Type si:realQuantityType
Properties
content complex
Model
Children si:coverageInterval, si:dateTime, si:expandedUnc, si:label, si:unit, si:value
Instance
<dcc:positionCoordinate1 xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si">
  <si:label>{0,1}</si:label>
  <si:value>{1,1}</si:value>
  <si:unit>{1,1}</si:unit>
  <si:dateTime>{0,1}</si:dateTime>
  <si:expandedUnc>{1,1}</si:expandedUnc>
  <si:coverageInterval>{1,1}</si:coverageInterval>
</dcc:positionCoordinate1>
Source
<xs:element name="positionCoordinate1" type="si:realQuantityType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:positionCoordinatesType / dcc:positionCoordinate2
Namespace https://ptb.de/dcc
Diagram
Type si:realQuantityType
Properties
content complex
Model
Children si:coverageInterval, si:dateTime, si:expandedUnc, si:label, si:unit, si:value
Instance
<dcc:positionCoordinate2 xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si">
  <si:label>{0,1}</si:label>
  <si:value>{1,1}</si:value>
  <si:unit>{1,1}</si:unit>
  <si:dateTime>{0,1}</si:dateTime>
  <si:expandedUnc>{1,1}</si:expandedUnc>
  <si:coverageInterval>{1,1}</si:coverageInterval>
</dcc:positionCoordinate2>
Source
<xs:element name="positionCoordinate2" type="si:realQuantityType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:positionCoordinatesType / dcc:positionCoordinate3
Namespace https://ptb.de/dcc
Diagram
Type si:realQuantityType
Properties
content complex
minOccurs 0
Model
Children si:coverageInterval, si:dateTime, si:expandedUnc, si:label, si:unit, si:value
Instance
<dcc:positionCoordinate3 xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si">
  <si:label>{0,1}</si:label>
  <si:value>{1,1}</si:value>
  <si:unit>{1,1}</si:unit>
  <si:dateTime>{0,1}</si:dateTime>
  <si:expandedUnc>{1,1}</si:expandedUnc>
  <si:coverageInterval>{1,1}</si:coverageInterval>
</dcc:positionCoordinate3>
Source
<xs:element name="positionCoordinate3" type="si:realQuantityType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactType / dcc:descriptionData
Namespace https://ptb.de/dcc
Diagram
Type dcc:byteDataType
Properties
content complex
minOccurs 0
Model
Children dcc:dataBase64, dcc:description, dcc:fileName, dcc:mimeType, dcc:name
Instance
<dcc:descriptionData id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:fileName>{1,1}</dcc:fileName>
  <dcc:mimeType>{1,1}</dcc:mimeType>
  <dcc:dataBase64>{1,1}</dcc:dataBase64>
</dcc:descriptionData>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="descriptionData" type="dcc:byteDataType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemListType / dcc:identifications
Namespace https://ptb.de/dcc
Diagram
Type dcc:identificationListType
Properties
content complex
minOccurs 0
Model
Children dcc:identification
Instance
<dcc:identifications xmlns:dcc="https://ptb.de/dcc">
  <dcc:identification id="" refType="">{1,unbounded}</dcc:identification>
</dcc:identifications>
Source
<xs:element name="identifications" type="dcc:identificationListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemListType / dcc:item
Namespace https://ptb.de/dcc
Diagram
Type dcc:itemType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:description, dcc:equipmentClass, dcc:identifications, dcc:manufacturer, dcc:model, dcc:name
Instance
<dcc:item id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:equipmentClass id="">{0,1}</dcc:equipmentClass>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:manufacturer id="" refId="" refType="">{1,1}</dcc:manufacturer>
  <dcc:model>{0,1}</dcc:model>
  <dcc:identifications>{1,1}</dcc:identifications>
</dcc:item>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="item" type="dcc:itemType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemType / dcc:equipmentClass
Namespace https://ptb.de/dcc
Diagram
Type dcc:equipmentClassType
Properties
content complex
minOccurs 0
Model
Children dcc:classID, dcc:reference
Instance
<dcc:equipmentClass id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:reference>{1,1}</dcc:reference>
  <dcc:classID>{1,1}</dcc:classID>
</dcc:equipmentClass>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="equipmentClass" type="dcc:equipmentClassType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemType / dcc:manufacturer
Namespace https://ptb.de/dcc
Diagram
Type dcc:contactNotStrictType
Properties
content complex
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Instance
<dcc:manufacturer id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:eMail>{0,1}</dcc:eMail>
  <dcc:phone>{0,1}</dcc:phone>
  <dcc:fax>{0,1}</dcc:fax>
  <dcc:location>{0,1}</dcc:location>
  <dcc:descriptionData id="">{0,1}</dcc:descriptionData>
</dcc:manufacturer>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="manufacturer" type="dcc:contactNotStrictType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactNotStrictType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactNotStrictType / dcc:eMail
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="eMail" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactNotStrictType / dcc:phone
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="phone" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactNotStrictType / dcc:fax
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="fax" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactNotStrictType / dcc:location
Namespace https://ptb.de/dcc
Diagram
Type dcc:locationType
Properties
content complex
minOccurs 0
Model
Children dcc:city, dcc:countryCode, dcc:further, dcc:positionCoordinates, dcc:postCode, dcc:postOfficeBox, dcc:state, dcc:street, dcc:streetNo
Instance
<dcc:location xmlns:dcc="https://ptb.de/dcc">
  <dcc:city>{1,1}</dcc:city>
  <dcc:countryCode>{1,1}</dcc:countryCode>
  <dcc:postCode>{1,1}</dcc:postCode>
  <dcc:postOfficeBox>{1,1}</dcc:postOfficeBox>
  <dcc:state>{1,1}</dcc:state>
  <dcc:street>{1,1}</dcc:street>
  <dcc:streetNo>{1,1}</dcc:streetNo>
  <dcc:further id="" refId="" refType="">{1,1}</dcc:further>
  <dcc:positionCoordinates id="" refId="" refType="">{0,1}</dcc:positionCoordinates>
</dcc:location>
Source
<xs:element name="location" type="dcc:locationType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:contactNotStrictType / dcc:descriptionData
Namespace https://ptb.de/dcc
Diagram
Type dcc:byteDataType
Properties
content complex
minOccurs 0
Model
Children dcc:dataBase64, dcc:description, dcc:fileName, dcc:mimeType, dcc:name
Instance
<dcc:descriptionData id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:fileName>{1,1}</dcc:fileName>
  <dcc:mimeType>{1,1}</dcc:mimeType>
  <dcc:dataBase64>{1,1}</dcc:dataBase64>
</dcc:descriptionData>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="descriptionData" type="dcc:byteDataType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemType / dcc:model
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="model" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:itemType / dcc:identifications
Namespace https://ptb.de/dcc
Diagram
Type dcc:identificationListType
Properties
content complex
Model
Children dcc:identification
Instance
<dcc:identifications xmlns:dcc="https://ptb.de/dcc">
  <dcc:identification id="" refType="">{1,unbounded}</dcc:identification>
</dcc:identifications>
Source
<xs:element name="identifications" type="dcc:identificationListType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:administrativeDataType / dcc:calibrationLaboratory
Namespace https://ptb.de/dcc
Diagram
Type dcc:calibrationLaboratoryType
Properties
content complex
Model
Children dcc:calibrationLaboratoryCode, dcc:contact
Instance
<dcc:calibrationLaboratory xmlns:dcc="https://ptb.de/dcc">
  <dcc:calibrationLaboratoryCode>{0,1}</dcc:calibrationLaboratoryCode>
  <dcc:contact id="">{1,1}</dcc:contact>
</dcc:calibrationLaboratory>
Source
<xs:element name="calibrationLaboratory" type="dcc:calibrationLaboratoryType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:calibrationLaboratoryType / dcc:calibrationLaboratoryCode
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="calibrationLaboratoryCode" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:calibrationLaboratoryType / dcc:contact
Namespace https://ptb.de/dcc
Diagram
Type dcc:contactType
Properties
content complex
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Instance
<dcc:contact id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:eMail>{1,1}</dcc:eMail>
  <dcc:phone>{0,1}</dcc:phone>
  <dcc:fax>{0,1}</dcc:fax>
  <dcc:location>{1,1}</dcc:location>
  <dcc:descriptionData id="">{0,1}</dcc:descriptionData>
</dcc:contact>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="contact" type="dcc:contactType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:administrativeDataType / dcc:respPersons
Namespace https://ptb.de/dcc
Diagram
Type dcc:respPersonListType
Properties
content complex
Model
Children dcc:respPerson
Instance
<dcc:respPersons xmlns:dcc="https://ptb.de/dcc">
  <dcc:respPerson id="">{1,unbounded}</dcc:respPerson>
</dcc:respPersons>
Source
<xs:element name="respPersons" type="dcc:respPersonListType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonListType / dcc:respPerson
Namespace https://ptb.de/dcc
Diagram
Type dcc:respPersonType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:cryptElectronicSeal, dcc:cryptElectronicSignature, dcc:cryptElectronicTimeStamp, dcc:description, dcc:mainSigner, dcc:person, dcc:role
Instance
<dcc:respPerson id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:person id="" refId="" refType="">{1,1}</dcc:person>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:role>{0,1}</dcc:role>
  <dcc:mainSigner>{0,1}</dcc:mainSigner>
  <dcc:cryptElectronicSeal>{0,1}</dcc:cryptElectronicSeal>
  <dcc:cryptElectronicSignature>{0,1}</dcc:cryptElectronicSignature>
  <dcc:cryptElectronicTimeStamp>{0,1}</dcc:cryptElectronicTimeStamp>
</dcc:respPerson>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="respPerson" type="dcc:respPersonType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonType / dcc:person
Namespace https://ptb.de/dcc
Diagram
Type dcc:contactNotStrictType
Properties
content complex
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Instance
<dcc:person id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:eMail>{0,1}</dcc:eMail>
  <dcc:phone>{0,1}</dcc:phone>
  <dcc:fax>{0,1}</dcc:fax>
  <dcc:location>{0,1}</dcc:location>
  <dcc:descriptionData id="">{0,1}</dcc:descriptionData>
</dcc:person>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="person" type="dcc:contactNotStrictType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonType / dcc:role
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="role" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonType / dcc:mainSigner
Namespace https://ptb.de/dcc
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="mainSigner" type="xs:boolean" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonType / dcc:cryptElectronicSeal
Namespace https://ptb.de/dcc
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="cryptElectronicSeal" type="xs:boolean" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonType / dcc:cryptElectronicSignature
Namespace https://ptb.de/dcc
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="cryptElectronicSignature" type="xs:boolean" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:respPersonType / dcc:cryptElectronicTimeStamp
Namespace https://ptb.de/dcc
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="cryptElectronicTimeStamp" type="xs:boolean" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:administrativeDataType / dcc:customer
Namespace https://ptb.de/dcc
Diagram
Type dcc:contactType
Properties
content complex
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Instance
<dcc:customer id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:eMail>{1,1}</dcc:eMail>
  <dcc:phone>{0,1}</dcc:phone>
  <dcc:fax>{0,1}</dcc:fax>
  <dcc:location>{1,1}</dcc:location>
  <dcc:descriptionData id="">{0,1}</dcc:descriptionData>
</dcc:customer>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="customer" type="dcc:contactType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:administrativeDataType / dcc:statements
Namespace https://ptb.de/dcc
Diagram
Type dcc:statementListType
Properties
content complex
minOccurs 0
Model
Children dcc:statement
Instance
<dcc:statements xmlns:dcc="https://ptb.de/dcc">
  <dcc:statement id="" refId="" refType="">{1,unbounded}</dcc:statement>
</dcc:statements>
Source
<xs:element name="statements" type="dcc:statementListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementListType / dcc:statement
Namespace https://ptb.de/dcc
Diagram
Type dcc:statementMetaDataType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:conformity, dcc:convention, dcc:countryCodeISO3166_1, dcc:data, dcc:date, dcc:declaration, dcc:norm, dcc:period, dcc:reference, dcc:respAuthority, dcc:traceable, dcc:valid
Instance
<dcc:statement id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:countryCodeISO3166_1>{0,unbounded}</dcc:countryCodeISO3166_1>
  <dcc:convention>{0,1}</dcc:convention>
  <dcc:traceable>{0,1}</dcc:traceable>
  <dcc:norm>{0,1}</dcc:norm>
  <dcc:reference>{0,1}</dcc:reference>
  <dcc:declaration id="" refId="" refType="">{0,1}</dcc:declaration>
  <dcc:valid>{0,1}</dcc:valid>
  <dcc:date>{0,1}</dcc:date>
  <dcc:period>{0,1}</dcc:period>
  <dcc:respAuthority id="">{0,1}</dcc:respAuthority>
  <dcc:conformity>{0,1}</dcc:conformity>
  <dcc:data id="" refId="" refType="">{0,1}</dcc:data>
</dcc:statement>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="statement" type="dcc:statementMetaDataType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:countryCodeISO3166_1
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringISO3166Type
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
pattern [A-Z]{2}
Source
<xs:element name="countryCodeISO3166_1" type="dcc:stringISO3166Type" minOccurs="0" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:convention
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="convention" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:traceable
Namespace https://ptb.de/dcc
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="traceable" type="xs:boolean" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:norm
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="norm" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:reference
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="reference" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:declaration
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:declaration id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:declaration>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="declaration" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:valid
Namespace https://ptb.de/dcc
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="valid" type="xs:boolean" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:date
Namespace https://ptb.de/dcc
Diagram
Type xs:date
Properties
content simple
minOccurs 0
Source
<xs:element name="date" type="xs:date" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:period
Namespace https://ptb.de/dcc
Diagram
Type xs:duration
Properties
content simple
minOccurs 0
Source
<xs:element name="period" type="xs:duration" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:respAuthority
Namespace https://ptb.de/dcc
Diagram
Type dcc:contactType
Properties
content complex
minOccurs 0
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Instance
<dcc:respAuthority id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:eMail>{1,1}</dcc:eMail>
  <dcc:phone>{0,1}</dcc:phone>
  <dcc:fax>{0,1}</dcc:fax>
  <dcc:location>{1,1}</dcc:location>
  <dcc:descriptionData id="">{0,1}</dcc:descriptionData>
</dcc:respAuthority>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="respAuthority" type="dcc:contactType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:conformity
Namespace https://ptb.de/dcc
Diagram
Type dcc:stringConformityStatementStatusType
Properties
content simple
minOccurs 0
Facets
enumeration pass
enumeration fail
enumeration conditionalPass
enumeration conditionalFail
enumeration noPass
enumeration noFail
Source
<xs:element name="conformity" type="dcc:stringConformityStatementStatusType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:statementMetaDataType / dcc:data
Namespace https://ptb.de/dcc
Diagram
Type dcc:dataType
Properties
content complex
minOccurs 0
Model
Children dcc:byteData, dcc:formula, dcc:list, dcc:quantity, dcc:text, dcc:xml
Instance
<dcc:data id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:text id="" refId="" refType="">{1,1}</dcc:text>
  <dcc:formula id="" refId="" refType="">{1,1}</dcc:formula>
  <dcc:byteData id="">{1,1}</dcc:byteData>
  <dcc:xml id="" refId="" refType="">{1,1}</dcc:xml>
  <dcc:quantity id="" refId="" refType="">{1,1}</dcc:quantity>
  <dcc:list id="" refId="" refType="">{1,1}</dcc:list>
</dcc:data>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="data" type="dcc:dataType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:dataType / dcc:text
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:text id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:text>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="text" type="dcc:richContentType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:dataType / dcc:formula
Namespace https://ptb.de/dcc
Diagram
Type dcc:formulaType
Properties
content complex
Model
Children dcc:latex, dcc:mathml
Instance
<dcc:formula id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:latex>{1,1}</dcc:latex>
  <dcc:mathml id="" refId="" refType="">{1,1}</dcc:mathml>
</dcc:formula>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="formula" type="dcc:formulaType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:dataType / dcc:byteData
Namespace https://ptb.de/dcc
Diagram
Type dcc:byteDataType
Properties
content complex
Model
Children dcc:dataBase64, dcc:description, dcc:fileName, dcc:mimeType, dcc:name
Instance
<dcc:byteData id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:fileName>{1,1}</dcc:fileName>
  <dcc:mimeType>{1,1}</dcc:mimeType>
  <dcc:dataBase64>{1,1}</dcc:dataBase64>
</dcc:byteData>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="byteData" type="dcc:byteDataType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:dataType / dcc:xml
Namespace https://ptb.de/dcc
Diagram
Type dcc:xmlType
Properties
content complex
Model
ANY element from ANY namespace OTHER than 'https://ptb.de/dcc'
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="xml" type="dcc:xmlType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:dataType / dcc:quantity
Namespace https://ptb.de/dcc
Diagram
Type dcc:quantityType
Properties
content complex
Model
Children dcc:description, dcc:influenceConditions, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:noQuantity, dcc:usedMethods, dcc:usedSoftware, si:complex, si:constant, si:hybrid, si:list, si:real
Instance
<dcc:quantity id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:noQuantity id="" refId="" refType="">{1,1}</dcc:noQuantity>
  <si:real>{1,1}</si:real>
  <si:list>{1,1}</si:list>
  <si:hybrid>{1,1}</si:hybrid>
  <si:complex>{1,1}</si:complex>
  <si:constant>{1,1}</si:constant>
  <dcc:usedMethods>{0,1}</dcc:usedMethods>
  <dcc:usedSoftware>{0,1}</dcc:usedSoftware>
  <dcc:measuringEquipments>{0,1}</dcc:measuringEquipments>
  <dcc:influenceConditions>{0,1}</dcc:influenceConditions>
  <dcc:measurementMetaData>{0,1}</dcc:measurementMetaData>
</dcc:quantity>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="quantity" type="dcc:quantityType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
minOccurs 0
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:noQuantity
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:noQuantity id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:noQuantity>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="noQuantity" type="dcc:richContentType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:usedMethods
Namespace https://ptb.de/dcc
Diagram
Type dcc:usedMethodListType
Properties
content complex
minOccurs 0
Model
Children dcc:usedMethod
Instance
<dcc:usedMethods xmlns:dcc="https://ptb.de/dcc">
  <dcc:usedMethod id="" refType="">{1,unbounded}</dcc:usedMethod>
</dcc:usedMethods>
Source
<xs:element name="usedMethods" type="dcc:usedMethodListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:usedMethodListType / dcc:usedMethod
Namespace https://ptb.de/dcc
Diagram
Type dcc:usedMethodType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:description, dcc:name, dcc:norm
Instance
<dcc:usedMethod id="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:norm>{0,unbounded}</dcc:norm>
</dcc:usedMethod>
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:element name="usedMethod" type="dcc:usedMethodType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:usedMethodType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:usedMethodType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:usedMethodType / dcc:norm
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element name="norm" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:usedSoftware
Namespace https://ptb.de/dcc
Diagram
Type dcc:softwareListType
Properties
content complex
minOccurs 0
Model
Children dcc:software
Instance
<dcc:usedSoftware xmlns:dcc="https://ptb.de/dcc">
  <dcc:software id="" refType="">{1,unbounded}</dcc:software>
</dcc:usedSoftware>
Source
<xs:element name="usedSoftware" type="dcc:softwareListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:measuringEquipments
Namespace https://ptb.de/dcc
Diagram
Type dcc:measuringEquipmentListType
Properties
content complex
minOccurs 0
Model
Children dcc:measuringEquipment
Instance
<dcc:measuringEquipments xmlns:dcc="https://ptb.de/dcc">
  <dcc:measuringEquipment id="" refType="">{1,unbounded}</dcc:measuringEquipment>
</dcc:measuringEquipments>
Source
<xs:element name="measuringEquipments" type="dcc:measuringEquipmentListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentListType / dcc:measuringEquipment
Namespace https://ptb.de/dcc
Diagram
Type dcc:measuringEquipmentType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:certificate, dcc:description, dcc:equipmentClass, dcc:identifications, dcc:manufacturer, dcc:model, dcc:name
Instance
<dcc:measuringEquipment id="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:equipmentClass id="">{0,1}</dcc:equipmentClass>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:certificate id="">{0,1}</dcc:certificate>
  <dcc:manufacturer id="" refId="" refType="">{0,1}</dcc:manufacturer>
  <dcc:model>{0,1}</dcc:model>
  <dcc:identifications>{0,1}</dcc:identifications>
</dcc:measuringEquipment>
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:element name="measuringEquipment" type="dcc:measuringEquipmentType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentType / dcc:equipmentClass
Namespace https://ptb.de/dcc
Diagram
Type dcc:equipmentClassType
Properties
content complex
minOccurs 0
Model
Children dcc:classID, dcc:reference
Instance
<dcc:equipmentClass id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:reference>{1,1}</dcc:reference>
  <dcc:classID>{1,1}</dcc:classID>
</dcc:equipmentClass>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="equipmentClass" type="dcc:equipmentClassType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentType / dcc:certificate
Namespace https://ptb.de/dcc
Diagram
Type dcc:hashType
Properties
content complex
minOccurs 0
Model
Children dcc:linkedReport, dcc:procedure, dcc:referral, dcc:referralID, dcc:value
Instance
<dcc:certificate id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:referral id="">{1,1}</dcc:referral>
  <dcc:referralID>{1,1}</dcc:referralID>
  <dcc:procedure>{1,1}</dcc:procedure>
  <dcc:value>{1,1}</dcc:value>
  <dcc:linkedReport id="">{0,1}</dcc:linkedReport>
</dcc:certificate>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="certificate" type="dcc:hashType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentType / dcc:manufacturer
Namespace https://ptb.de/dcc
Diagram
Type dcc:contactNotStrictType
Properties
content complex
minOccurs 0
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Instance
<dcc:manufacturer id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:eMail>{0,1}</dcc:eMail>
  <dcc:phone>{0,1}</dcc:phone>
  <dcc:fax>{0,1}</dcc:fax>
  <dcc:location>{0,1}</dcc:location>
  <dcc:descriptionData id="">{0,1}</dcc:descriptionData>
</dcc:manufacturer>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="manufacturer" type="dcc:contactNotStrictType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentType / dcc:model
Namespace https://ptb.de/dcc
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="model" type="xs:string" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measuringEquipmentType / dcc:identifications
Namespace https://ptb.de/dcc
Diagram
Type dcc:identificationListType
Properties
content complex
minOccurs 0
Model
Children dcc:identification
Instance
<dcc:identifications xmlns:dcc="https://ptb.de/dcc">
  <dcc:identification id="" refType="">{1,unbounded}</dcc:identification>
</dcc:identifications>
Source
<xs:element name="identifications" type="dcc:identificationListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:influenceConditions
Namespace https://ptb.de/dcc
Diagram
Type dcc:influenceConditionListType
Properties
content complex
minOccurs 0
Model
Children dcc:influenceCondition
Instance
<dcc:influenceConditions xmlns:dcc="https://ptb.de/dcc">
  <dcc:influenceCondition id="" refType="">{1,unbounded}</dcc:influenceCondition>
</dcc:influenceConditions>
Source
<xs:element name="influenceConditions" type="dcc:influenceConditionListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:influenceConditionListType / dcc:influenceCondition
Namespace https://ptb.de/dcc
Diagram
Type dcc:conditionType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:data, dcc:description, dcc:name, dcc:status
Instance
<dcc:influenceCondition id="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:status>{0,1}</dcc:status>
  <dcc:data id="" refId="" refType="">{1,1}</dcc:data>
</dcc:influenceCondition>
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:element name="influenceCondition" type="dcc:conditionType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:conditionType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:conditionType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:conditionType / dcc:status
Namespace https://ptb.de/dcc
Diagram
Type restriction of xs:string
Properties
content simple
minOccurs 0
Facets
enumeration beforeAdjustment
enumeration afterAdjustment
enumeration beforeRepair
enumeration afterRepair
Source
<xs:element name="status" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="beforeAdjustment"/>
      <xs:enumeration value="afterAdjustment"/>
      <xs:enumeration value="beforeRepair"/>
      <xs:enumeration value="afterRepair"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:conditionType / dcc:data
Namespace https://ptb.de/dcc
Diagram
Type dcc:dataType
Properties
content complex
Model
Children dcc:byteData, dcc:formula, dcc:list, dcc:quantity, dcc:text, dcc:xml
Instance
<dcc:data id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:text id="" refId="" refType="">{1,1}</dcc:text>
  <dcc:formula id="" refId="" refType="">{1,1}</dcc:formula>
  <dcc:byteData id="">{1,1}</dcc:byteData>
  <dcc:xml id="" refId="" refType="">{1,1}</dcc:xml>
  <dcc:quantity id="" refId="" refType="">{1,1}</dcc:quantity>
  <dcc:list id="" refId="" refType="">{1,1}</dcc:list>
</dcc:data>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="data" type="dcc:dataType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:dataType / dcc:list
Namespace https://ptb.de/dcc
Diagram
Type dcc:listType
Properties
content complex
Model
Children dcc:dateTime, dcc:description, dcc:influenceConditions, dcc:list, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:quantity, dcc:usedMethods, dcc:usedSoftware
Instance
<dcc:list id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:dateTime>{0,1}</dcc:dateTime>
  <dcc:list id="" refId="" refType="">{1,unbounded}</dcc:list>
  <dcc:quantity id="" refId="" refType="">{1,unbounded}</dcc:quantity>
  <dcc:usedMethods>{0,1}</dcc:usedMethods>
  <dcc:usedSoftware>{0,1}</dcc:usedSoftware>
  <dcc:measuringEquipments>{0,1}</dcc:measuringEquipments>
  <dcc:influenceConditions>{0,1}</dcc:influenceConditions>
  <dcc:measurementMetaData>{0,1}</dcc:measurementMetaData>
</dcc:list>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="list" type="dcc:listType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
minOccurs 0
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:dateTime
Namespace https://ptb.de/dcc
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="dateTime" type="xs:dateTime" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:list
Namespace https://ptb.de/dcc
Diagram
Type dcc:listType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:dateTime, dcc:description, dcc:influenceConditions, dcc:list, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:quantity, dcc:usedMethods, dcc:usedSoftware
Instance
<dcc:list id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:dateTime>{0,1}</dcc:dateTime>
  <dcc:list id="" refId="" refType="">{1,unbounded}</dcc:list>
  <dcc:quantity id="" refId="" refType="">{1,unbounded}</dcc:quantity>
  <dcc:usedMethods>{0,1}</dcc:usedMethods>
  <dcc:usedSoftware>{0,1}</dcc:usedSoftware>
  <dcc:measuringEquipments>{0,1}</dcc:measuringEquipments>
  <dcc:influenceConditions>{0,1}</dcc:influenceConditions>
  <dcc:measurementMetaData>{0,1}</dcc:measurementMetaData>
</dcc:list>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="list" type="dcc:listType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:quantity
Namespace https://ptb.de/dcc
Diagram
Type dcc:quantityType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:description, dcc:influenceConditions, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:noQuantity, dcc:usedMethods, dcc:usedSoftware, si:complex, si:constant, si:hybrid, si:list, si:real
Instance
<dcc:quantity id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc" xmlns:si="https://ptb.de/si">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:noQuantity id="" refId="" refType="">{1,1}</dcc:noQuantity>
  <si:real>{1,1}</si:real>
  <si:list>{1,1}</si:list>
  <si:hybrid>{1,1}</si:hybrid>
  <si:complex>{1,1}</si:complex>
  <si:constant>{1,1}</si:constant>
  <dcc:usedMethods>{0,1}</dcc:usedMethods>
  <dcc:usedSoftware>{0,1}</dcc:usedSoftware>
  <dcc:measuringEquipments>{0,1}</dcc:measuringEquipments>
  <dcc:influenceConditions>{0,1}</dcc:influenceConditions>
  <dcc:measurementMetaData>{0,1}</dcc:measurementMetaData>
</dcc:quantity>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="quantity" type="dcc:quantityType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:quantityType / dcc:measurementMetaData
Namespace https://ptb.de/dcc
Diagram
Type dcc:measurementMetaDataListType
Properties
content complex
minOccurs 0
Model
Children dcc:metaData
Instance
<dcc:measurementMetaData xmlns:dcc="https://ptb.de/dcc">
  <dcc:metaData id="" refId="" refType="">{1,unbounded}</dcc:metaData>
</dcc:measurementMetaData>
Source
<xs:element name="measurementMetaData" type="dcc:measurementMetaDataListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementMetaDataListType / dcc:metaData
Namespace https://ptb.de/dcc
Diagram
Type dcc:statementMetaDataType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:conformity, dcc:convention, dcc:countryCodeISO3166_1, dcc:data, dcc:date, dcc:declaration, dcc:norm, dcc:period, dcc:reference, dcc:respAuthority, dcc:traceable, dcc:valid
Instance
<dcc:metaData id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:countryCodeISO3166_1>{0,unbounded}</dcc:countryCodeISO3166_1>
  <dcc:convention>{0,1}</dcc:convention>
  <dcc:traceable>{0,1}</dcc:traceable>
  <dcc:norm>{0,1}</dcc:norm>
  <dcc:reference>{0,1}</dcc:reference>
  <dcc:declaration id="" refId="" refType="">{0,1}</dcc:declaration>
  <dcc:valid>{0,1}</dcc:valid>
  <dcc:date>{0,1}</dcc:date>
  <dcc:period>{0,1}</dcc:period>
  <dcc:respAuthority id="">{0,1}</dcc:respAuthority>
  <dcc:conformity>{0,1}</dcc:conformity>
  <dcc:data id="" refId="" refType="">{0,1}</dcc:data>
</dcc:metaData>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="metaData" type="dcc:statementMetaDataType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:usedMethods
Namespace https://ptb.de/dcc
Diagram
Type dcc:usedMethodListType
Properties
content complex
minOccurs 0
Model
Children dcc:usedMethod
Instance
<dcc:usedMethods xmlns:dcc="https://ptb.de/dcc">
  <dcc:usedMethod id="" refType="">{1,unbounded}</dcc:usedMethod>
</dcc:usedMethods>
Source
<xs:element name="usedMethods" type="dcc:usedMethodListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:usedSoftware
Namespace https://ptb.de/dcc
Diagram
Type dcc:softwareListType
Properties
content complex
minOccurs 0
Model
Children dcc:software
Instance
<dcc:usedSoftware xmlns:dcc="https://ptb.de/dcc">
  <dcc:software id="" refType="">{1,unbounded}</dcc:software>
</dcc:usedSoftware>
Source
<xs:element name="usedSoftware" type="dcc:softwareListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:measuringEquipments
Namespace https://ptb.de/dcc
Diagram
Type dcc:measuringEquipmentListType
Properties
content complex
minOccurs 0
Model
Children dcc:measuringEquipment
Instance
<dcc:measuringEquipments xmlns:dcc="https://ptb.de/dcc">
  <dcc:measuringEquipment id="" refType="">{1,unbounded}</dcc:measuringEquipment>
</dcc:measuringEquipments>
Source
<xs:element name="measuringEquipments" type="dcc:measuringEquipmentListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:influenceConditions
Namespace https://ptb.de/dcc
Diagram
Type dcc:influenceConditionListType
Properties
content complex
minOccurs 0
Model
Children dcc:influenceCondition
Instance
<dcc:influenceConditions xmlns:dcc="https://ptb.de/dcc">
  <dcc:influenceCondition id="" refType="">{1,unbounded}</dcc:influenceCondition>
</dcc:influenceConditions>
Source
<xs:element name="influenceConditions" type="dcc:influenceConditionListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:listType / dcc:measurementMetaData
Namespace https://ptb.de/dcc
Diagram
Type dcc:measurementMetaDataListType
Properties
content complex
minOccurs 0
Model
Children dcc:metaData
Instance
<dcc:measurementMetaData xmlns:dcc="https://ptb.de/dcc">
  <dcc:metaData id="" refId="" refType="">{1,unbounded}</dcc:metaData>
</dcc:measurementMetaData>
Source
<xs:element name="measurementMetaData" type="dcc:measurementMetaDataListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:digitalCalibrationCertificateType / dcc:measurementResults
Namespace https://ptb.de/dcc
Diagram
Type dcc:measurementResultListType
Properties
content complex
Model
Children dcc:measurementResult
Instance
<dcc:measurementResults xmlns:dcc="https://ptb.de/dcc">
  <dcc:measurementResult id="" refId="" refType="">{1,unbounded}</dcc:measurementResult>
</dcc:measurementResults>
Source
<xs:element name="measurementResults" type="dcc:measurementResultListType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultListType / dcc:measurementResult
Namespace https://ptb.de/dcc
Diagram
Type dcc:measurementResultType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:description, dcc:influenceConditions, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:results, dcc:usedMethods, dcc:usedSoftware
Instance
<dcc:measurementResult id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:usedMethods>{0,1}</dcc:usedMethods>
  <dcc:usedSoftware>{0,1}</dcc:usedSoftware>
  <dcc:measuringEquipments>{0,1}</dcc:measuringEquipments>
  <dcc:influenceConditions>{0,1}</dcc:influenceConditions>
  <dcc:results>{1,1}</dcc:results>
  <dcc:measurementMetaData>{0,1}</dcc:measurementMetaData>
</dcc:measurementResult>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="measurementResult" type="dcc:measurementResultType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:usedMethods
Namespace https://ptb.de/dcc
Diagram
Type dcc:usedMethodListType
Properties
content complex
minOccurs 0
Model
Children dcc:usedMethod
Instance
<dcc:usedMethods xmlns:dcc="https://ptb.de/dcc">
  <dcc:usedMethod id="" refType="">{1,unbounded}</dcc:usedMethod>
</dcc:usedMethods>
Source
<xs:element name="usedMethods" type="dcc:usedMethodListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:usedSoftware
Namespace https://ptb.de/dcc
Diagram
Type dcc:softwareListType
Properties
content complex
minOccurs 0
Model
Children dcc:software
Instance
<dcc:usedSoftware xmlns:dcc="https://ptb.de/dcc">
  <dcc:software id="" refType="">{1,unbounded}</dcc:software>
</dcc:usedSoftware>
Source
<xs:element name="usedSoftware" type="dcc:softwareListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:measuringEquipments
Namespace https://ptb.de/dcc
Diagram
Type dcc:measuringEquipmentListType
Properties
content complex
minOccurs 0
Model
Children dcc:measuringEquipment
Instance
<dcc:measuringEquipments xmlns:dcc="https://ptb.de/dcc">
  <dcc:measuringEquipment id="" refType="">{1,unbounded}</dcc:measuringEquipment>
</dcc:measuringEquipments>
Source
<xs:element name="measuringEquipments" type="dcc:measuringEquipmentListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:influenceConditions
Namespace https://ptb.de/dcc
Diagram
Type dcc:influenceConditionListType
Properties
content complex
minOccurs 0
Model
Children dcc:influenceCondition
Instance
<dcc:influenceConditions xmlns:dcc="https://ptb.de/dcc">
  <dcc:influenceCondition id="" refType="">{1,unbounded}</dcc:influenceCondition>
</dcc:influenceConditions>
Source
<xs:element name="influenceConditions" type="dcc:influenceConditionListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:results
Namespace https://ptb.de/dcc
Diagram
Type dcc:resultListType
Properties
content complex
Model
Children dcc:result
Instance
<dcc:results xmlns:dcc="https://ptb.de/dcc">
  <dcc:result id="" refId="" refType="">{1,unbounded}</dcc:result>
</dcc:results>
Source
<xs:element name="results" type="dcc:resultListType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:resultListType / dcc:result
Namespace https://ptb.de/dcc
Diagram
Type dcc:resultType
Properties
content complex
maxOccurs unbounded
Model
Children dcc:data, dcc:description, dcc:name
Instance
<dcc:result id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{1,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:data id="" refId="" refType="">{1,1}</dcc:data>
</dcc:result>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="result" type="dcc:resultType" maxOccurs="unbounded"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:resultType / dcc:name
Namespace https://ptb.de/dcc
Diagram
Type dcc:textType
Properties
content complex
Model
Children dcc:content
Instance
<dcc:name id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:content id="" lang="" refId="" refType="">{1,unbounded}</dcc:content>
</dcc:name>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="name" type="dcc:textType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:resultType / dcc:description
Namespace https://ptb.de/dcc
Diagram
Type dcc:richContentType
Properties
content complex
minOccurs 0
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Instance
<dcc:description id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:content id="" lang="" refId="" refType="">{0,unbounded}</dcc:content>
  <dcc:file id="">{0,unbounded}</dcc:file>
  <dcc:formula id="" refId="" refType="">{0,unbounded}</dcc:formula>
</dcc:description>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:resultType / dcc:data
Namespace https://ptb.de/dcc
Diagram
Type dcc:dataType
Properties
content complex
Model
Children dcc:byteData, dcc:formula, dcc:list, dcc:quantity, dcc:text, dcc:xml
Instance
<dcc:data id="" refId="" refType="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:text id="" refId="" refType="">{1,1}</dcc:text>
  <dcc:formula id="" refId="" refType="">{1,1}</dcc:formula>
  <dcc:byteData id="">{1,1}</dcc:byteData>
  <dcc:xml id="" refId="" refType="">{1,1}</dcc:xml>
  <dcc:quantity id="" refId="" refType="">{1,1}</dcc:quantity>
  <dcc:list id="" refId="" refType="">{1,1}</dcc:list>
</dcc:data>
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:element name="data" type="dcc:dataType"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:measurementResultType / dcc:measurementMetaData
Namespace https://ptb.de/dcc
Diagram
Type dcc:measurementMetaDataListType
Properties
content complex
minOccurs 0
Model
Children dcc:metaData
Instance
<dcc:measurementMetaData xmlns:dcc="https://ptb.de/dcc">
  <dcc:metaData id="" refId="" refType="">{1,unbounded}</dcc:metaData>
</dcc:measurementMetaData>
Source
<xs:element name="measurementMetaData" type="dcc:measurementMetaDataListType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:digitalCalibrationCertificateType / dcc:comment
Namespace https://ptb.de/dcc
Diagram
Properties
content complex
minOccurs 0
Model
ANY element from ANY namespace
Source
<xs:element name="comment" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Element dcc:digitalCalibrationCertificateType / dcc:document
Namespace https://ptb.de/dcc
Diagram
Type dcc:byteDataType
Properties
content complex
minOccurs 0
Model
Children dcc:dataBase64, dcc:description, dcc:fileName, dcc:mimeType, dcc:name
Instance
<dcc:document id="" xmlns:dcc="https://ptb.de/dcc">
  <dcc:name id="">{0,1}</dcc:name>
  <dcc:description id="" refId="" refType="">{0,1}</dcc:description>
  <dcc:fileName>{1,1}</dcc:fileName>
  <dcc:mimeType>{1,1}</dcc:mimeType>
  <dcc:dataBase64>{1,1}</dcc:dataBase64>
</dcc:document>
Attributes
QName Type Use
id xs:ID optional
Source
<xs:element name="document" type="dcc:byteDataType" minOccurs="0"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:digitalCalibrationCertificateType
Namespace https://ptb.de/dcc
Annotations
The root element that contains the four rings of the DCC.
Diagram
Used by
Model
Children dcc:administrativeData, dcc:comment, dcc:document, dcc:measurementResults
Attributes
QName Type Use
schemaVersion restriction of xs:string required
Source
<xs:complexType name="digitalCalibrationCertificateType">
  <xs:annotation>
    <xs:documentation>The root element that contains the four rings of the DCC.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="administrativeData" type="dcc:administrativeDataType"/>
    <xs:element name="measurementResults" type="dcc:measurementResultListType"/>
    <xs:element name="comment" minOccurs="0">
      <xs:complexType>
        <xs:sequence>
          <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="document" type="dcc:byteDataType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="schemaVersion" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="3\.0\.0"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:administrativeDataType
Namespace https://ptb.de/dcc
Annotations
The element administrativeData contains all essential administrative information about the calibration.
The entries in this area are basically the same and regulated in all DCCs.
Diagram
Used by
Model
Children dcc:calibrationLaboratory, dcc:coreData, dcc:customer, dcc:dccSoftware, dcc:items, dcc:respPersons, dcc:statements
Source
<xs:complexType name="administrativeDataType">
  <xs:annotation>
    <xs:documentation>The element administrativeData contains all essential administrative information about the calibration. The entries in this area are basically the same and regulated in all DCCs.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="dccSoftware" type="dcc:softwareListType"/>
    <xs:element name="coreData" type="dcc:coreDataType"/>
    <xs:element name="items" type="dcc:itemListType"/>
    <xs:element name="calibrationLaboratory" type="dcc:calibrationLaboratoryType"/>
    <xs:element name="respPersons" type="dcc:respPersonListType"/>
    <xs:element name="customer" type="dcc:contactType"/>
    <xs:element name="statements" type="dcc:statementListType" minOccurs="0"/>
  </xs:all>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:softwareListType
Namespace https://ptb.de/dcc
Annotations
A list of software elements.
Diagram
Used by
Model
Children dcc:software
Source
<xs:complexType name="softwareListType">
  <xs:annotation>
    <xs:documentation>A list of software elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="software" type="dcc:softwareType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:softwareType
Namespace https://ptb.de/dcc
Annotations
Information about a software including its name, version and a description.
Diagram
Used by
Model
Children dcc:description, dcc:name, dcc:release
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:complexType name="softwareType">
  <xs:annotation>
    <xs:documentation>Information about a software including its name, version and a description.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="release" type="xs:string"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:textType
Namespace https://ptb.de/dcc
Annotations
The textType defines the type for writing localized text in the DCC.
In this Type, the element content can be used many times with different language definition (attribute
lang).
Diagram
Used by
Model
Children dcc:content
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="textType">
  <xs:annotation>
    <xs:documentation>The textType defines the type for writing localized text in the DCC. In this Type, the element content can be used many times with different language definition (attribute lang).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="content" type="dcc:stringWithLangType" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:stringWithLangType
Namespace https://ptb.de/dcc
Annotations
A string element with an additional lang attribute for localization.
Diagram
Type extension of xs:string
Used by
Attributes
QName Type Use
id xs:ID optional
lang dcc:stringISO639Type optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="stringWithLangType">
  <xs:annotation>
    <xs:documentation>A string element with an additional lang attribute for localization.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="lang" type="dcc:stringISO639Type" use="optional"/>
      <xs:attribute name="id" type="xs:ID" use="optional"/>
      <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
      <xs:attribute name="refType" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Simple Type dcc:stringISO639Type
Namespace https://ptb.de/dcc
Annotations
A string that is restricted to two lower case letters that contain a language code as defined in
ISO 639.
Diagram
Type restriction of xs:string
Facets
pattern [a-z]{2}
Used by
Source
<xs:simpleType name="stringISO639Type">
  <xs:annotation>
    <xs:documentation>A string that is restricted to two lower case letters that contain a language code as defined in ISO 639.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[a-z]{2}"/>
  </xs:restriction>
</xs:simpleType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:richContentType
Namespace https://ptb.de/dcc
Annotations
Rich content Type can contain files and formulas beside the normal text content.
Diagram
Used by
Model
Children dcc:content, dcc:file, dcc:formula, dcc:name
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="richContentType">
  <xs:annotation>
    <xs:documentation>Rich content Type can contain files and formulas beside the normal text content.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType" minOccurs="0"/>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="content" type="dcc:stringWithLangType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="file" type="dcc:byteDataType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="formula" type="dcc:formulaType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:byteDataType
Namespace https://ptb.de/dcc
Annotations
The byteDataType defines a type which allows to add binary encoded files to the measurement result
section.
Diagram
Used by
Model
Children dcc:dataBase64, dcc:description, dcc:fileName, dcc:mimeType, dcc:name
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="byteDataType">
  <xs:annotation>
    <xs:documentation>The byteDataType defines a type which allows to add binary encoded files to the measurement result section.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType" minOccurs="0"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="fileName" type="xs:string"/>
    <xs:element name="mimeType" type="xs:string"/>
    <xs:element name="dataBase64" type="xs:base64Binary"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:formulaType
Namespace https://ptb.de/dcc
Annotations
This data block is used to add formulas and equations to the measurement result section of the DCC.
Diagram
Used by
Model
Children dcc:latex, dcc:mathml
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="formulaType">
  <xs:annotation>
    <xs:documentation>This data block is used to add formulas and equations to the measurement result section of the DCC.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="latex" type="xs:string"/>
    <xs:element name="mathml" type="dcc:xmlType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:xmlType
Namespace https://ptb.de/dcc
Annotations
This data block is used to add user or application specific XML content.
Diagram
Used by
Model
ANY element from ANY namespace OTHER than 'https://ptb.de/dcc'
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="xmlType">
  <xs:annotation>
    <xs:documentation>This data block is used to add user or application specific XML content.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##other" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:coreDataType
Namespace https://ptb.de/dcc
Annotations
Important metadata for the DCC containing the global unique identifier and other identifications.
Diagram
Used by
Model
Children dcc:beginPerformanceDate, dcc:countryCodeISO3166_1, dcc:endPerformanceDate, dcc:identifications, dcc:mandatoryLangCodeISO639_1, dcc:performanceLocation, dcc:previousReport, dcc:receiptDate, dcc:uniqueIdentifier, dcc:usedLangCodeISO639_1
Source
<xs:complexType name="coreDataType">
  <xs:annotation>
    <xs:documentation>Important metadata for the DCC containing the global unique identifier and other identifications.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="countryCodeISO3166_1" type="dcc:stringISO3166Type"/>
    <xs:element name="usedLangCodeISO639_1" type="dcc:stringISO639Type" maxOccurs="unbounded"/>
    <xs:element name="mandatoryLangCodeISO639_1" type="dcc:stringISO639Type" maxOccurs="unbounded"/>
    <xs:element name="uniqueIdentifier" type="xs:string"/>
    <xs:element name="identifications" type="dcc:identificationListType" minOccurs="0"/>
    <xs:element name="receiptDate" type="xs:date" minOccurs="0"/>
    <xs:element name="beginPerformanceDate" type="xs:date"/>
    <xs:element name="endPerformanceDate" type="xs:date"/>
    <xs:element name="performanceLocation" type="dcc:performanceLocationType"/>
    <xs:element name="previousReport" type="dcc:hashType" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Simple Type dcc:stringISO3166Type
Namespace https://ptb.de/dcc
Annotations
A string that is restricted to two upper case letters that contain a country code as defined in
ISO 3166-1.
Diagram
Type restriction of xs:string
Facets
pattern [A-Z]{2}
Used by
Source
<xs:simpleType name="stringISO3166Type">
  <xs:annotation>
    <xs:documentation>A string that is restricted to two upper case letters that contain a country code as defined in ISO 3166-1.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Z]{2}"/>
  </xs:restriction>
</xs:simpleType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:identificationListType
Namespace https://ptb.de/dcc
Annotations
List of additional identifications.
Diagram
Used by
Model
Children dcc:identification
Source
<xs:complexType name="identificationListType">
  <xs:annotation>
    <xs:documentation>List of additional identifications.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="identification" type="dcc:identificationType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:identificationType
Namespace https://ptb.de/dcc
Annotations
An additional identification (eg. reference no., serial number, etc.).
Diagram
Used by
Model
Children dcc:issuer, dcc:name, dcc:value
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:complexType name="identificationType">
  <xs:annotation>
    <xs:documentation>An additional identification (eg. reference no., serial number, etc.).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="issuer">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="manufacturer"/>
          <xs:enumeration value="calibrationLaboratory"/>
          <xs:enumeration value="customer"/>
          <xs:enumeration value="owner"/>
          <xs:enumeration value="other"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="value" type="xs:string"/>
    <xs:element name="name" type="dcc:textType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:performanceLocationType
Namespace https://ptb.de/dcc
Diagram
Type extension of dcc:stringPerformanceLocationType
Type hierarchy
Used by
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<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:IDREF" use="optional"/>
      <xs:attribute name="refType" type="xs:string" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Simple Type dcc:stringPerformanceLocationType
Namespace https://ptb.de/dcc
Diagram
Type restriction of xs:string
Facets
enumeration laboratory
enumeration customer
enumeration laboratoryBranch
enumeration customerBranch
enumeration other
Used by
Source
<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>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:hashType
Namespace https://ptb.de/dcc
Diagram
Used by
Model
Children dcc:linkedReport, dcc:procedure, dcc:referral, dcc:referralID, dcc:value
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="hashType">
  <xs:sequence>
    <xs:element name="referral" type="dcc:textType"/>
    <xs:element name="referralID" type="xs:string"/>
    <xs:element name="procedure" type="xs:string"/>
    <xs:element name="value" type="xs:string"/>
    <xs:element name="linkedReport" type="dcc:hashType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:itemListType
Namespace https://ptb.de/dcc
Annotations
This element is a set of calibrated items.
Contains one or more item elements.
Diagram
Used by
Model
Children dcc:description, dcc:equipmentClass, dcc:identifications, dcc:item, dcc:name, dcc:owner
Source
<xs:complexType name="itemListType">
  <xs:annotation>
    <xs:documentation>This element is a set of calibrated items. Contains one or more item elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType" minOccurs="0"/>
    <xs:element name="equipmentClass" type="dcc:equipmentClassType" minOccurs="0"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="owner" type="dcc:contactType" minOccurs="0"/>
    <xs:element name="identifications" type="dcc:identificationListType" minOccurs="0"/>
    <xs:element name="item" type="dcc:itemType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:equipmentClassType
Namespace https://ptb.de/dcc
Annotations
Clear name(s) of the item(s) and identifier(s).
Diagram
Used by
Model
Children dcc:classID, dcc:reference
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="equipmentClassType">
  <xs:annotation>
    <xs:documentation>Clear name(s) of the item(s) and identifier(s).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="reference" type="xs:string"/>
    <xs:element name="classID" type="xs:string"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:contactType
Namespace https://ptb.de/dcc
Diagram
Used by
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="contactType">
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="eMail" type="xs:string"/>
    <xs:element name="phone" type="xs:string" minOccurs="0"/>
    <xs:element name="fax" type="xs:string" minOccurs="0"/>
    <xs:element name="location" type="dcc:locationType"/>
    <xs:element name="descriptionData" type="dcc:byteDataType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:locationType
Namespace https://ptb.de/dcc
Diagram
Used by
Model
Children dcc:city, dcc:countryCode, dcc:further, dcc:positionCoordinates, dcc:postCode, dcc:postOfficeBox, dcc:state, dcc:street, dcc:streetNo
Source
<xs:complexType name="locationType">
  <xs:choice maxOccurs="unbounded">
    <xs:element name="city" type="xs:string"/>
    <xs:element name="countryCode" type="dcc:stringISO3166Type"/>
    <xs:element name="postCode" type="xs:string"/>
    <xs:element name="postOfficeBox" type="xs:string"/>
    <xs:element name="state" type="xs:string"/>
    <xs:element name="street" type="xs:string"/>
    <xs:element name="streetNo" type="xs:string"/>
    <xs:element name="further" type="dcc:richContentType"/>
    <xs:element name="positionCoordinates" type="dcc:positionCoordinatesType" minOccurs="0"/>
  </xs:choice>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:positionCoordinatesType
Namespace https://ptb.de/dcc
Diagram
Used by
Model
Children dcc:declaration, dcc:positionCoordinate1, dcc:positionCoordinate2, dcc:positionCoordinate3, dcc:positionCoordinateSystem, dcc:reference
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="positionCoordinatesType">
  <xs:sequence>
    <xs:element name="positionCoordinateSystem" type="xs:string"/>
    <xs:element name="reference" type="xs:string" minOccurs="0"/>
    <xs:element name="declaration" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="positionCoordinate1" type="si:realQuantityType"/>
    <xs:element name="positionCoordinate2" type="si:realQuantityType"/>
    <xs:element name="positionCoordinate3" type="si:realQuantityType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:itemType
Namespace https://ptb.de/dcc
Annotations
A item that is calibrated in this DCC.
Diagram
Used by
Model
Children dcc:description, dcc:equipmentClass, dcc:identifications, dcc:manufacturer, dcc:model, dcc:name
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="itemType">
  <xs:annotation>
    <xs:documentation>A item that is calibrated in this DCC.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="equipmentClass" type="dcc:equipmentClassType" minOccurs="0"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="manufacturer" type="dcc:contactNotStrictType"/>
    <xs:element name="model" type="xs:string" minOccurs="0"/>
    <xs:element name="identifications" type="dcc:identificationListType"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:contactNotStrictType
Namespace https://ptb.de/dcc
Diagram
Used by
Model
Children dcc:descriptionData, dcc:eMail, dcc:fax, dcc:location, dcc:name, dcc:phone
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="contactNotStrictType">
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="eMail" type="xs:string" minOccurs="0"/>
    <xs:element name="phone" type="xs:string" minOccurs="0"/>
    <xs:element name="fax" type="xs:string" minOccurs="0"/>
    <xs:element name="location" type="dcc:locationType" minOccurs="0"/>
    <xs:element name="descriptionData" type="dcc:byteDataType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:calibrationLaboratoryType
Namespace https://ptb.de/dcc
Annotations
Information about the calibration laboratory.
Diagram
Used by
Model
Children dcc:calibrationLaboratoryCode, dcc:contact
Source
<xs:complexType name="calibrationLaboratoryType">
  <xs:annotation>
    <xs:documentation>Information about the calibration laboratory.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="calibrationLaboratoryCode" type="xs:string" minOccurs="0"/>
    <xs:element name="contact" type="dcc:contactType"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:respPersonListType
Namespace https://ptb.de/dcc
Annotations
List of responsible persons for a DCC.
Diagram
Used by
Model
Children dcc:respPerson
Source
<xs:complexType name="respPersonListType">
  <xs:annotation>
    <xs:documentation>List of responsible persons for a DCC.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="respPerson" type="dcc:respPersonType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:respPersonType
Namespace https://ptb.de/dcc
Annotations
A person responsible for a DCC.
Diagram
Used by
Model
Children dcc:cryptElectronicSeal, dcc:cryptElectronicSignature, dcc:cryptElectronicTimeStamp, dcc:description, dcc:mainSigner, dcc:person, dcc:role
Attributes
QName Type Use
id xs:ID optional
Source
<xs:complexType name="respPersonType">
  <xs:annotation>
    <xs:documentation>A person responsible for a DCC.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="person" type="dcc:contactNotStrictType"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="role" type="xs:string" minOccurs="0"/>
    <xs:element name="mainSigner" type="xs:boolean" minOccurs="0"/>
    <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:attribute name="id" type="xs:ID" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:statementListType
Namespace https://ptb.de/dcc
Annotations
List of statements attached to a DCC.
Diagram
Used by
Model
Children dcc:statement
Source
<xs:complexType name="statementListType">
  <xs:annotation>
    <xs:documentation>List of statements attached to a DCC.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="statement" type="dcc:statementMetaDataType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:statementMetaDataType
Namespace https://ptb.de/dcc
Diagram
Used by
Model
Children dcc:conformity, dcc:convention, dcc:countryCodeISO3166_1, dcc:data, dcc:date, dcc:declaration, dcc:norm, dcc:period, dcc:reference, dcc:respAuthority, dcc:traceable, dcc:valid
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="statementMetaDataType">
  <xs:sequence>
    <xs:element name="countryCodeISO3166_1" type="dcc:stringISO3166Type" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="convention" type="xs:string" minOccurs="0"/>
    <xs:element name="traceable" type="xs:boolean" minOccurs="0"/>
    <xs:element name="norm" type="xs:string" minOccurs="0"/>
    <xs:element name="reference" type="xs:string" minOccurs="0"/>
    <xs:element name="declaration" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="valid" type="xs:boolean" minOccurs="0"/>
    <xs:element name="date" type="xs:date" minOccurs="0"/>
    <xs:element name="period" type="xs:duration" minOccurs="0"/>
    <xs:element name="respAuthority" type="dcc:contactType" minOccurs="0"/>
    <xs:element name="conformity" type="dcc:stringConformityStatementStatusType" minOccurs="0"/>
    <xs:element name="data" type="dcc:dataType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Simple Type dcc:stringConformityStatementStatusType
Namespace https://ptb.de/dcc
Diagram
Type restriction of xs:string
Facets
enumeration pass
enumeration fail
enumeration conditionalPass
enumeration conditionalFail
enumeration noPass
enumeration noFail
Used by
Source
<xs:simpleType name="stringConformityStatementStatusType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="pass"/>
    <xs:enumeration value="fail"/>
    <xs:enumeration value="conditionalPass"/>
    <xs:enumeration value="conditionalFail"/>
    <xs:enumeration value="noPass"/>
    <xs:enumeration value="noFail"/>
  </xs:restriction>
</xs:simpleType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:dataType
Namespace https://ptb.de/dcc
Diagram
Used by
Model
Children dcc:byteData, dcc:formula, dcc:list, dcc:quantity, dcc:text, dcc:xml
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="dataType">
  <xs:choice maxOccurs="unbounded">
    <xs:element name="text" type="dcc:richContentType"/>
    <xs:element name="formula" type="dcc:formulaType"/>
    <xs:element name="byteData" type="dcc:byteDataType"/>
    <xs:element name="xml" type="dcc:xmlType"/>
    <xs:element name="quantity" type="dcc:quantityType"/>
    <xs:element name="list" type="dcc:listType"/>
  </xs:choice>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:quantityType
Namespace https://ptb.de/dcc
Annotations
A single measurement quantity that can contain a D-SI element or text.
Additionally used methods, used software, influence conditions that only affect this quantity can be
added.
Measurement metadata can also be added.
Diagram
Used by
Model
Children dcc:description, dcc:influenceConditions, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:noQuantity, dcc:usedMethods, dcc:usedSoftware, si:complex, si:constant, si:hybrid, si:list, si:real
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="quantityType">
  <xs:annotation>
    <xs:documentation>A single measurement quantity that can contain a D-SI element or text. Additionally used methods, used software, influence conditions that only affect this quantity can be added. Measurement metadata can also be added.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType" minOccurs="0"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:choice>
      <xs:element name="noQuantity" type="dcc:richContentType"/>
      <xs:element ref="si:real"/>
      <xs:element ref="si:list"/>
      <xs:element ref="si:hybrid"/>
      <xs:element ref="si:complex"/>
      <xs:element ref="si:constant"/>
    </xs:choice>
    <xs:element name="usedMethods" type="dcc:usedMethodListType" minOccurs="0"/>
    <xs:element name="usedSoftware" type="dcc:softwareListType" minOccurs="0"/>
    <xs:element name="measuringEquipments" type="dcc:measuringEquipmentListType" minOccurs="0"/>
    <xs:element name="influenceConditions" type="dcc:influenceConditionListType" minOccurs="0"/>
    <xs:element name="measurementMetaData" type="dcc:measurementMetaDataListType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:usedMethodListType
Namespace https://ptb.de/dcc
Annotations
List of the methods used in the calibration.
Diagram
Used by
Model
Children dcc:usedMethod
Source
<xs:complexType name="usedMethodListType">
  <xs:annotation>
    <xs:documentation>List of the methods used in the calibration.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="usedMethod" type="dcc:usedMethodType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:usedMethodType
Namespace https://ptb.de/dcc
Annotations
A method used in the calibration.
Diagram
Used by
Model
Children dcc:description, dcc:name, dcc:norm
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:complexType name="usedMethodType">
  <xs:annotation>
    <xs:documentation>A method used in the calibration.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="norm" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:measuringEquipmentListType
Namespace https://ptb.de/dcc
Annotations
List of measuring equipment and instruments
Diagram
Used by
Model
Children dcc:measuringEquipment
Source
<xs:complexType name="measuringEquipmentListType">
  <xs:annotation>
    <xs:documentation>List of measuring equipment and instruments</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="measuringEquipment" type="dcc:measuringEquipmentType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:measuringEquipmentType
Namespace https://ptb.de/dcc
Annotations
Information about a measuring equipment or instrument used in the calibration
Diagram
Used by
Model
Children dcc:certificate, dcc:description, dcc:equipmentClass, dcc:identifications, dcc:manufacturer, dcc:model, dcc:name
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:complexType name="measuringEquipmentType">
  <xs:annotation>
    <xs:documentation>Information about a measuring equipment or instrument used in the calibration</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="equipmentClass" type="dcc:equipmentClassType" minOccurs="0"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="certificate" type="dcc:hashType" minOccurs="0"/>
    <xs:element name="manufacturer" type="dcc:contactNotStrictType" minOccurs="0"/>
    <xs:element name="model" type="xs:string" minOccurs="0"/>
    <xs:element name="identifications" type="dcc:identificationListType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:influenceConditionListType
Namespace https://ptb.de/dcc
Annotations
List of conditions that influence the measurements.
Diagram
Used by
Model
Children dcc:influenceCondition
Source
<xs:complexType name="influenceConditionListType">
  <xs:annotation>
    <xs:documentation>List of conditions that influence the measurements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="influenceCondition" type="dcc:conditionType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:conditionType
Namespace https://ptb.de/dcc
Annotations
Condition (e.g. environmental) under which the calibrations were performed which have an influence on
the measurement results.
Diagram
Used by
Model
Children dcc:data, dcc:description, dcc:name, dcc:status
Attributes
QName Type Use
id xs:ID optional
refType xs:string optional
Source
<xs:complexType name="conditionType">
  <xs:annotation>
    <xs:documentation>Condition (e.g. environmental) under which the calibrations were performed which have an influence on the measurement results.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="status" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="beforeAdjustment"/>
          <xs:enumeration value="afterAdjustment"/>
          <xs:enumeration value="beforeRepair"/>
          <xs:enumeration value="afterRepair"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="data" type="dcc:dataType"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:listType
Namespace https://ptb.de/dcc
Annotations
The 'list' element allows to define a collection of measurement results
which are subject to structures with integrity. Basic structures are
vector quantities. A recursive usage of 'list' allows the creation of
matrix and tensor structures as well as structures of higher dimension. The 'list'
may also be used to give measurement results in combination with some
ambient conditions at the measurement.
Diagram
Used by
Model
Children dcc:dateTime, dcc:description, dcc:influenceConditions, dcc:list, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:quantity, dcc:usedMethods, dcc:usedSoftware
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="listType">
  <xs:annotation>
    <xs:documentation>The 'list' element allows to define a collection of measurement results which are subject to structures with integrity. Basic structures are vector quantities. A recursive usage of 'list' allows the creation of matrix and tensor structures as well as structures of higher dimension. The 'list' may also be used to give measurement results in combination with some ambient conditions at the measurement.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType" minOccurs="0"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="dateTime" type="xs:dateTime" minOccurs="0"/>
    <xs:choice>
      <xs:element name="list" type="dcc:listType" maxOccurs="unbounded"/>
      <xs:element name="quantity" type="dcc:quantityType" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:element name="usedMethods" type="dcc:usedMethodListType" minOccurs="0"/>
    <xs:element name="usedSoftware" type="dcc:softwareListType" minOccurs="0"/>
    <xs:element name="measuringEquipments" type="dcc:measuringEquipmentListType" minOccurs="0"/>
    <xs:element name="influenceConditions" type="dcc:influenceConditionListType" minOccurs="0"/>
    <xs:element name="measurementMetaData" type="dcc:measurementMetaDataListType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:measurementMetaDataListType
Namespace https://ptb.de/dcc
Annotations
A list of additional metadata elements.
Diagram
Used by
Model
Children dcc:metaData
Source
<xs:complexType name="measurementMetaDataListType">
  <xs:annotation>
    <xs:documentation>A list of additional metadata elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="metaData" type="dcc:statementMetaDataType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:measurementResultListType
Namespace https://ptb.de/dcc
Annotations
List of measurement results that are part of a DCC.
Diagram
Used by
Model
Children dcc:measurementResult
Source
<xs:complexType name="measurementResultListType">
  <xs:annotation>
    <xs:documentation>List of measurement results that are part of a DCC.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="measurementResult" type="dcc:measurementResultType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:measurementResultType
Namespace https://ptb.de/dcc
Annotations
A measurement results with the methods, software and equipments used for the calibration.
Also contains influence conditions and a list of the actual results.
Diagram
Used by
Model
Children dcc:description, dcc:influenceConditions, dcc:measurementMetaData, dcc:measuringEquipments, dcc:name, dcc:results, dcc:usedMethods, dcc:usedSoftware
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="measurementResultType">
  <xs:annotation>
    <xs:documentation>A measurement results with the methods, software and equipments used for the calibration. Also contains influence conditions and a list of the actual results.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="usedMethods" type="dcc:usedMethodListType" minOccurs="0"/>
    <xs:element name="usedSoftware" type="dcc:softwareListType" minOccurs="0"/>
    <xs:element name="measuringEquipments" type="dcc:measuringEquipmentListType" minOccurs="0"/>
    <xs:element name="influenceConditions" type="dcc:influenceConditionListType" minOccurs="0"/>
    <xs:element name="results" type="dcc:resultListType"/>
    <xs:element name="measurementMetaData" type="dcc:measurementMetaDataListType" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:resultListType
Namespace https://ptb.de/dcc
Annotations
List of results of the calibration.
Diagram
Used by
Model
Children dcc:result
Source
<xs:complexType name="resultListType">
  <xs:annotation>
    <xs:documentation>List of results of the calibration.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="result" type="dcc:resultType" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Complex Type dcc:resultType
Namespace https://ptb.de/dcc
Annotations
The actual result of the calibration.
Diagram
Used by
Model
Children dcc:data, dcc:description, dcc:name
Attributes
QName Type Use
id xs:ID optional
refId xs:IDREF optional
refType xs:string optional
Source
<xs:complexType name="resultType">
  <xs:annotation>
    <xs:documentation>The actual result of the calibration.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="dcc:textType"/>
    <xs:element name="description" type="dcc:richContentType" minOccurs="0"/>
    <xs:element name="data" type="dcc:dataType"/>
  </xs:sequence>
  <xs:attribute name="id" type="xs:ID" use="optional"/>
  <xs:attribute name="refId" type="xs:IDREF" use="optional"/>
  <xs:attribute name="refType" type="xs:string" use="optional"/>
</xs:complexType>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:stringWithLangType / @lang
Namespace No namespace
Type dcc:stringISO639Type
Properties
use optional
Facets
pattern [a-z]{2}
Used by
Complex Type dcc:stringWithLangType
Source
<xs:attribute name="lang" type="dcc:stringISO639Type" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:stringWithLangType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:stringWithLangType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:stringWithLangType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:stringWithLangType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:stringWithLangType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:stringWithLangType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:textType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:textType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:xmlType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:xmlType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:xmlType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:xmlType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:xmlType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:xmlType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:formulaType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:formulaType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:formulaType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:formulaType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:formulaType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:formulaType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:richContentType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:richContentType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:richContentType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:richContentType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:richContentType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:richContentType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:byteDataType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:byteDataType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:softwareType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:softwareType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:softwareType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:softwareType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:identificationType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:identificationType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:identificationType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:identificationType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:performanceLocationType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:performanceLocationType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:performanceLocationType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:hashType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:hashType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:equipmentClassType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:equipmentClassType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:positionCoordinatesType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:positionCoordinatesType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:positionCoordinatesType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:contactType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:contactType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:contactNotStrictType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:contactNotStrictType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:contactNotStrictType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:itemType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:itemType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:respPersonType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:respPersonType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:usedMethodType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:usedMethodType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:usedMethodType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:usedMethodType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:measuringEquipmentType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:measuringEquipmentType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:statementMetaDataType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:statementMetaDataType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:statementMetaDataType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:quantityType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:quantityType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:quantityType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:quantityType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:quantityType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:quantityType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:listType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:listType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:listType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:listType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:listType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:listType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:dataType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:dataType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:dataType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:dataType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:dataType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:dataType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:conditionType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:conditionType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:conditionType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:conditionType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:resultType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Complex Type dcc:resultType
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:resultType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Complex Type dcc:resultType
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:resultType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Complex Type dcc:resultType
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:measurementResultType / @id
Namespace No namespace
Type xs:ID
Properties
use optional
Used by
Source
<xs:attribute name="id" type="xs:ID" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:measurementResultType / @refId
Namespace No namespace
Type xs:IDREF
Properties
use optional
Used by
Source
<xs:attribute name="refId" type="xs:IDREF" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:measurementResultType / @refType
Namespace No namespace
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="refType" type="xs:string" use="optional"/>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd
Attribute dcc:digitalCalibrationCertificateType / @schemaVersion
Namespace No namespace
Type restriction of xs:string
Properties
use required
Facets
pattern 3\.0\.0
Used by
Source
<xs:attribute name="schemaVersion" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="3\.0\.0"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location https://www.ptb.de/dcc/v3.0.0/dcc.xsd