Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dcc-js
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D-PTB
DCC
Development
dcc-js
Commits
d4808684
Verified
Commit
d4808684
authored
2 years ago
by
Jan Loewe
Browse files
Options
Downloads
Patches
Plain Diff
chore: update readme
parent
bb3be744
Branches
Branches containing commit
No related tags found
1 merge request
!4
Update to DCC Schema V3.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
d4808684
...
@@ -38,7 +38,7 @@ const doc = DCCDocument.fromXml(xml);
...
@@ -38,7 +38,7 @@ const doc = DCCDocument.fromXml(xml);
// access the properties of the DCC
// access the properties of the DCC
// _attr contains all the attributes of a given element
// _attr contains all the attributes of a given element
doc
.
digitalCalibrationCertificate
.
_attr
.
schemaVersion
// => 3.
1.2
doc
.
digitalCalibrationCertificate
.
_attr
.
schemaVersion
// => 3.
2.0
// _text is used to access the value of the given element
// _text is used to access the value of the given element
doc
.
digitalCalibrationCertificate
.
administrativeData
.
coreData
.
uniqueIdentifier
.
_text
doc
.
digitalCalibrationCertificate
.
administrativeData
.
coreData
.
uniqueIdentifier
.
_text
...
@@ -48,7 +48,7 @@ console.log(doc.toXML()); // => <valid dcc xml>
...
@@ -48,7 +48,7 @@ console.log(doc.toXML()); // => <valid dcc xml>
## License
## License
Copyright 2021 Physikalisch-Technische Bundesanstalt, Bundesallee 100, 38116 Braunschweig, GERMANY
Copyright 2021
- 2023
Physikalisch-Technische Bundesanstalt, Bundesallee 100, 38116 Braunschweig, GERMANY
Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
You may not use this work except in compliance with the Licence.
You may not use this work except in compliance with the Licence.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment