You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: specs/index.bs
+20-7
Original file line number
Diff line number
Diff line change
@@ -1808,7 +1808,7 @@ A ServiceFootprint CAN be integrated into the Pathfinder Data Model ([[!PACTDX]]
1808
1808
1809
1809
For interoperability reasons, additional attributes of such a `ProductFootprint` SHOULD be derived from the <{ShipmentFootprint}>. This is specified in the [table](#pact-sf-mapping-table) below.
1810
1810
1811
-
Note: Section [[#appendix-a-sf-example]] contains an example.
1811
+
Note: Section [[#appendix-b-sf-example]] contains an example.
1812
1812
1813
1813
<figure id="pact-sf-mapping-table">
1814
1814
<table class="data">
@@ -1906,7 +1906,7 @@ extension (see [[!DATA-MODEL-EXTENSIONS]]) in a `ProductFootprint`.
1906
1906
For interoperability reasons, several attributes of a `ProductFootprint` MUST be derived from the
1907
1907
<{TOC}>. This is specified in the [table](#pact-toc-mapping-table) below.
1908
1908
1909
-
Note: Section [[#appendix-a-toc-example]] contains an example.
1909
+
Note: Section [[#appendix-b-toc-example]] contains an example.
1910
1910
1911
1911
<figure id="pact-toc-mapping-table">
1912
1912
<table class="data">
@@ -1990,12 +1990,20 @@ Note: Section [[#appendix-a-toc-example]] contains an example.
1990
1990
<figcaption>Mapping of PACT Data Model properties to <{TOC}> properties</figcaption>
1991
1991
</figure>
1992
1992
1993
-
# Appendix A: Example PCFs with iLEAP Data embedded # {#appendix-a}
1993
+
1994
+
# Appendix A: Changelog # {#changelog}
1995
+
1996
+
## Version 0.1.0 (2024-05-13)
1997
+
1998
+
Summary: Initial release of the specification.
1999
+
2000
+
2001
+
# Appendix B: Example PCFs with iLEAP Data embedded # {#appendix-b}
1994
2002
1995
2003
Advisement: In both examples, the value of `dataSchema` is currently placeholder and should not be
1996
2004
taken as a link to the actual data schema. This will be updated as soon as possible.
1997
2005
1998
-
## ShipmentFootprint example ## {#appendix-a-sf-example}
2006
+
## ShipmentFootprint example ## {#appendix-b-sf-example}
1999
2007
2000
2008
A Product Footprint with a <{ShipmentFootprint}> highlighted:
2001
2009
@@ -2062,7 +2070,7 @@ A Product Footprint with a <{ShipmentFootprint}> highlighted:
2062
2070
</pre>
2063
2071
</div>
2064
2072
2065
-
## TOC example ## {#appendix-a-toc-example}
2073
+
## TOC example ## {#appendix-b-toc-example}
2066
2074
2067
2075
A Product Footprint with a <{TOC}> highlighted:
2068
2076
@@ -2144,9 +2152,14 @@ A Product Footprint with a <{TOC}> highlighted:
2144
2152
"publisher": "International Organization for Standardization"
2145
2153
},
2146
2154
"PACTDX": {
2147
-
"authors": [],
2155
+
"authors": [
2156
+
"Martin Pompéry",
2157
+
"Cecilia Valeri"
2158
+
],
2148
2159
"title": "Technical Specifications for PCF Data Exchange (Version 2.1.0)",
0 commit comments