Skip to content

Commit 17a8144

Browse files
committed
Deployed bb26db7 with MkDocs version: 1.5.3
1 parent 464ce5b commit 17a8144

File tree

10 files changed

+39
-76
lines changed

10 files changed

+39
-76
lines changed

change-log/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,18 @@ <h2 id="0.0.4">0.1-alpha 2024-10-18<a class="headerlink" href="#0.0.4" title="Pe
20262026
<li>
20272027
<p>Added yieldLossRatePercentage to Component Constituents</p>
20282028
</li>
2029+
<li>
2030+
<p>Removed mention of packaging in:</p>
2031+
<ul>
2032+
<li>Identifiers</li>
2033+
<li>Data Flow</li>
2034+
<li>Core schema</li>
2035+
<li>Components</li>
2036+
<li>Fashion and textile products</li>
2037+
<li>Multipacks</li>
2038+
<li>Loads</li>
2039+
</ul>
2040+
</li>
20292041
</ul>
20302042
<h2 id="0.0.3">0.1-alpha 2024-08-30<a class="headerlink" href="#0.0.3" title="Permanent link">&para;</a></h2>
20312043
<p><strong>Documents</strong></p>

identifiers/index.html

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,38 +2078,38 @@
20782078

20792079

20802080
<h1 id="identifiers">Identifiers<a class="headerlink" href="#identifiers" title="Permanent link">&para;</a></h1>
2081-
<p>Identifiers are crucial for uniquely referencing items within the Open 3P ecosystem, enabling both humans and machines to accurately identify and reference specific objects. Without identifiers, it can be challenging for different stakeholders to recognise that they are referring to the same thing, leading to confusion and inefficiencies.</p>
2081+
<p>Identifiers are crucial for uniquely referencing items within the OSTFD ecosystem, enabling both humans and machines to accurately identify and reference specific objects. Without identifiers, it can be challenging for different stakeholders to recognise that they are referring to the same thing, leading to confusion and inefficiencies.</p>
20822082
<h2 id="types-of-identifiers">Types of Identifiers<a class="headerlink" href="#types-of-identifiers" title="Permanent link">&para;</a></h2>
2083-
<p>In the Open 3P data standard, various types of identifiers are used to distinguish and categorise items based on their generation method and intended usage. These identifiers can be broadly categorised into three types:</p>
2083+
<p>In the OSTFD data standard, various types of identifiers are used to distinguish and categorise items based on their generation method and intended usage. These identifiers can be broadly categorised into three types:</p>
20842084
<ol>
20852085
<li>
20862086
<p><strong>Universally Unique Identifier (UUID)</strong>: These identifiers are globally unique and do not contain any information about the user, organisation, or machine that created them. UUIDs ensure complete anonymity and eliminate the risk of conflicts with other identifiers.</p>
20872087
</li>
20882088
<li>
2089-
<p><strong>Controlled List Identifier</strong>: Controlled list identifiers are specifically created for use within the Open 3P standard. They define specific attributes within the standard and are regulated by the Standard Custodian Board to maintain consistency and integrity across the ecosystem.</p>
2089+
<p><strong>Controlled List Identifier</strong>: Controlled list identifiers are specifically created for use within the OSTFD standard. They define specific attributes within the standard and are regulated by the Standard Custodian Board to maintain consistency and integrity across the ecosystem.</p>
20902090
</li>
20912091
<li>
2092-
<p><strong>External Identifier</strong>: External identifiers are generated outside the Open 3P standard but can be incorporated into it to establish links with external data sources. One example is the Global Trade Item Number (GTIN), commonly used as a barcode. While GTINs are not specific to the Open 3P standard, they provide valuable links to external product data and are widely recognised in the industry.</p>
2092+
<p><strong>External Identifier</strong>: External identifiers are generated outside the OSTFD standard but can be incorporated into it to establish links with external data sources. One example is the Global Trade Item Number (GTIN), commonly used as a barcode. While GTINs are not specific to the OSTFD standard, they provide valuable links to external product data and are widely recognised in the industry.</p>
20932093
</li>
20942094
</ol>
20952095
<div class="admonition question">
20962096
<p class="admonition-title">Why Not Use GTIN as the Packaging Identifier?</p>
2097-
<p>The question often arises as to why GTINs are not used as packaging identifiers within the Open 3P standard. There are several reasons for this decision:</p>
2097+
<p>The question often arises as to why GTINs are not used as textile and fashion identifiers within the OSTFD standard. There are several reasons for this decision:</p>
20982098
<ol>
20992099
<li>
2100-
<p><strong>Organisational Identifiability</strong>: GTINs inherently contain information about the organisation that provided the item, potentially compromising anonymity within the Open 3P ecosystem.</p>
2100+
<p><strong>Organisational Identifiability</strong>: GTINs inherently contain information about the organisation that provided the item, potentially compromising anonymity within the OSTFD ecosystem.</p>
21012101
</li>
21022102
<li>
2103-
<p><strong>Stability and Flexibility</strong>: GTINs do not need to change when minor packaging variations occur, leading to potential inconsistencies in the identification process.</p>
2103+
<p><strong>Stability and Flexibility</strong>: GTINs do not need to change when minor textile and fashion variations occur, leading to potential inconsistencies in the identification process.</p>
21042104
</li>
21052105
<li>
2106-
<p><strong>Access and Standards</strong>: GTINs are regulated by standards bodies and may not be readily accessible or applicable to all packaging items within the Open 3P ecosystem.</p>
2106+
<p><strong>Access and Standards</strong>: GTINs are regulated by standards bodies and may not be readily accessible or applicable to all textile and fashion items within the OSTFD ecosystem.</p>
21072107
</li>
21082108
</ol>
21092109
</div>
2110-
<p>By utilising a standardised approach to identifiers within the Open 3P ecosystem, stakeholders can ensure consistency, interoperability, and accuracy in referencing packaging materials and products.</p>
2110+
<p>By utilising a standardised approach to identifiers within the OSTFD ecosystem, stakeholders can ensure consistency, interoperability, and accuracy in referencing textile and fashion materials and products.</p>
21112111
<h2 id="universally-unique-identifier-uuid">Universally Unique Identifier (UUID)<a class="headerlink" href="#universally-unique-identifier-uuid" title="Permanent link">&para;</a></h2>
2112-
<p>Each record in each schema needs to have an identifier. Since the packaging supply chain is global, the Open 3P data standard needs to be global and thus the unique identifier also needs to be global. We are therefore using the <a href="https://en.wikipedia.org/wiki/Universally_unique_identifier">Universally Unique Identifier (UUID)</a> standard methodology to (probabilistically) guarantee uniqueness.</p>
2112+
<p>Each record in each schema needs to have an identifier. Since the textile and fashion supply chain is global, the OSTFD data standard needs to be global and thus the unique identifier also needs to be global. We are therefore using the <a href="https://en.wikipedia.org/wiki/Universally_unique_identifier">Universally Unique Identifier (UUID)</a> standard methodology to (probabilistically) guarantee uniqueness.</p>
21132113
<blockquote>
21142114
<p>A universally unique identifier (UUID) is a 128-bit label used for information in computer systems. The term globally unique identifier (GUID) is also used.</p>
21152115
<p>-<em><a href="https://datatracker.ietf.org/doc/html/rfc4122">A Universally Unique IDentifier (UUID) URN Namespace</a></em></p>
@@ -2156,13 +2156,14 @@ <h4 id="in-code">In code<a class="headerlink" href="#in-code" title="Permanent l
21562156
</div>
21572157
</div>
21582158
<h2 id="controlled-list-identifier">Controlled List Identifier<a class="headerlink" href="#controlled-list-identifier" title="Permanent link">&para;</a></h2>
2159-
<p>Controlled lists are fundamental elements of data standards, crucial for maintaining consistency and accuracy in data entry within the packaging industry. They serve as centralised repositories for standardised terms and phrases used across various aspects of packaging.</p>
2159+
<p>Controlled lists are fundamental elements of data standards, crucial for maintaining consistency and accuracy in data entry within the textile and fashion industry. They serve as centralised repositories for standardised terms and phrases used across various aspects of textile and fashion.</p>
21602160
<p>Each entry in a controlled list is assigned a unique identifier, allowing for precise referencing of specific records within the list. These identifiers serve as keys to access detailed information about each term or concept, ensuring clarity and uniformity in data representation.</p>
2161-
<p>By leveraging controlled list identifiers, stakeholders can streamline data entry processes, minimise errors, and promote interoperability across different systems and platforms within the packaging ecosystem.</p>
2161+
<p>By leveraging controlled list identifiers, stakeholders can streamline data entry processes, minimise errors, and promote interoperability across different systems and platforms within the textile and fashion ecosystem.</p>
21622162
<h2 id="external-identifier">External Identifier<a class="headerlink" href="#external-identifier" title="Permanent link">&para;</a></h2>
2163-
<p>External identifiers play a vital role in linking data within the Open 3P standard to external sources, enabling seamless integration and access to additional information. While these identifiers are generated outside the Open 3P standard, they can be incorporated into it to establish connections with relevant external data sources.</p>
2164-
<p>One example of an external identifier commonly used in the packaging industry is the Global Trade Item Number (GTIN), which is widely recognised as a barcode. GTINs provide valuable links to external product data and facilitate efficient inventory management and supply chain operations.</p>
2165-
<p>To provide external identifiers within the Open 3P standard, follow this format:</p>
2163+
<p>External identifiers play a vital role in linking data within the OSTFD standard to external sources, enabling seamless integration and access to additional information. While these identifiers are generated outside the OSTFD standard, they can be incorporated into it to establish connections with relevant external data sources.</p>
2164+
<p>One example of an external identifier commonly used in the textile and fashion industry is the Global Trade Item Number (GTIN), which is widely recognised as a barcode. GTINs provide valuable links to external product data and facilitate efficient inventory management and supply chain operations.</p>
2165+
<p>Within in the controlled lists OSTFD has included an optional controlled list for <a href="../controlled-lists/external-identifiers/">external identifiers</a>, that suggest some examples from <a href="schema.org">schema.org</a></p>
2166+
<p>To provide external identifiers within the OSTFD standard, follow this format:</p>
21662167
<div class="tabbed-set tabbed-alternate" data-tabs="2:1"><input checked="checked" id="__tabbed_2_1" name="__tabbed_2" type="radio" /><div class="tabbed-labels"><label for="__tabbed_2_1">JSON</label></div>
21672168
<div class="tabbed-content">
21682169
<div class="tabbed-block">
@@ -2186,7 +2187,7 @@ <h2 id="external-identifier">External Identifier<a class="headerlink" href="#ext
21862187
</div>
21872188
</div>
21882189
</div>
2189-
<p>By adhering to standardised formats for external identifiers, stakeholders can ensure interoperability and compatibility with external data sources, enhancing data quality and facilitating seamless data exchange within the packaging ecosystem.</p>
2190+
<p>By adhering to standardised formats for external identifiers, stakeholders can ensure interoperability and compatibility with external data sources, enhancing data quality and facilitating seamless data exchange within the textile and fashion ecosystem.</p>
21902191

21912192

21922193

schema/components/index.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta charset="utf-8">
88
<meta name="viewport" content="width=device-width,initial-scale=1">
99

10-
<meta name="description" content="Components are the individaul items of packaging made from materials in OSTFD.">
10+
<meta name="description" content="Components are the individaul items of garments made from materials in OSTFD.">
1111

1212

1313
<meta name="author" content="Open Data Manchester CIC">
@@ -2165,12 +2165,6 @@ <h2 id="table">Table<a class="headerlink" href="#table" title="Permanent link">&
21652165
<td style="text-align: left;">What is the function of the component? The entry should contain the <a href="../../controlled-lists/functions/">functions controlled list</a> identifier for the component.</td>
21662166
</tr>
21672167
<tr>
2168-
<td style="text-align: left;">flexibility</td>
2169-
<td style="text-align: left;"><code>optional</code></td>
2170-
<td style="text-align: left;">String</td>
2171-
<td style="text-align: left;">Whether the component is considered flexible or rigid. The entry should be the <a href="../../controlled-lists/flexibility/">flexibility controlled list</a> identifier.</td>
2172-
</tr>
2173-
<tr>
21742168
<td style="text-align: left;">branding</td>
21752169
<td style="text-align: left;"><code>optional</code></td>
21762170
<td style="text-align: left;">Boolean</td>
@@ -2189,12 +2183,6 @@ <h2 id="table">Table<a class="headerlink" href="#table" title="Permanent link">&
21892183
<td style="text-align: left;">The actual colour of the component at point of production using CMYK (Cyan-Magenta-Yellow-blacK) values. The format is specified according to cmyk(C%, M%, Y%, K%), where C, M, Y, and K are the percent values for the cyan, magenta, yellow, and black values of the color. For example: black is <code>cmyk(0%,0%,0%,100%)</code>. If there are multiple colours input <code>decorative</code>.</td>
21902184
</tr>
21912185
<tr>
2192-
<td style="text-align: left;">opacity</td>
2193-
<td style="text-align: left;"><code>optional</code></td>
2194-
<td style="text-align: left;">String</td>
2195-
<td style="text-align: left;">The transparency of the colours. The entry should be the <a href="../../controlled-lists/opacities/">opacities controlled list</a> identifier.</td>
2196-
</tr>
2197-
<tr>
21982186
<td style="text-align: left;">loaned</td>
21992187
<td style="text-align: left;"><code>optional</code></td>
22002188
<td style="text-align: left;">Boolean</td>
@@ -2312,11 +2300,9 @@ <h2 id="diagram">Diagram<a class="headerlink" href="#diagram" title="Permanent l
23122300
measurements List "*"
23132301
shape String
23142302
function String
2315-
flexibility String
23162303
branding Boolean
23172304
componentEndOfLifeRoutes List
23182305
colour String
2319-
opacity String
23202306
loaned Boolean
23212307
reuseSystems List
23222308
manufacturers List
@@ -2345,8 +2331,6 @@ <h2 id="diagram">Diagram<a class="headerlink" href="#diagram" title="Permanent l
23452331
CONTROLLED_LISTS {
23462332
shapes optional
23472333
functions optional
2348-
flexibility optional
2349-
opacities optional
23502334
reuseSystem optional
23512335
}
23522336
RELATIONSHIP_LISTS {

schema/fashion-and-textile-products/index.html

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,24 +2057,6 @@ <h2 id="table">Table<a class="headerlink" href="#table" title="Permanent link">&
20572057
<td style="text-align: left;">The list of waste code for <strong>everything</strong> in the garment. LOW code is synonymous with European Waste Catalogue Code (EWC). For example: an empty bottle would have a LOWcode of <code>15 01 02</code>. Please use <a href="https://dsposal.uk/browse/ewc" target="_blank">Dsposal</a> or <a href="https://www.legislation.gov.uk/uksi/2005/895/schedule/1/made" target="_blank">legislation.gov</a> to find the LOWcode. <strong>Note</strong>: The LOWcode can based on its combination with other components and the actual product contained in the garment. Be sure to include the garment LOWcode with the product. If you cannot find the code or are uncertain please enter <code>Uncertain</code>.</td>
20582058
</tr>
20592059
<tr>
2060-
<td style="text-align: left;">onTheGo</td>
2061-
<td style="text-align: left;"><code>mandatory</code></td>
2062-
<td style="text-align: left;">Boolean</td>
2063-
<td style="text-align: left;">Is the garment often classed as packaging that will end up in street bins? Answer as: <code>TRUE</code> for yes and <code>FALSE</code> for no.</td>
2064-
</tr>
2065-
<tr>
2066-
<td style="text-align: left;">householdWaste</td>
2067-
<td style="text-align: left;"><code>mandatory</code></td>
2068-
<td style="text-align: left;">Boolean</td>
2069-
<td style="text-align: left;">Is the garment often classed as packaging that will end up in kerbside collections? Answer as: <code>TRUE</code> for yes and <code>FALSE</code> for no.</td>
2070-
</tr>
2071-
<tr>
2072-
<td style="text-align: left;">depositReturnSchemes</td>
2073-
<td style="text-align: left;"><code>mandatory</code></td>
2074-
<td style="text-align: left;">List</td>
2075-
<td style="text-align: left;">Which countries support a deposit return scheme for this particular garment? The entries here should be drawn from the <a href="../../controlled-lists/deposit-return-schemes/">deposit return scheme controlled list</a>.</td>
2076-
</tr>
2077-
<tr>
20782060
<td style="text-align: left;">endOfLifeRoutes</td>
20792061
<td style="text-align: left;"><code>optional</code></td>
20802062
<td style="text-align: left;">List</td>
@@ -2099,18 +2081,6 @@ <h2 id="table">Table<a class="headerlink" href="#table" title="Permanent link">&
20992081
<td style="text-align: left;">The information regarding the measurements of the garment. The entries should be from the <a href="../../relationship-lists/measurements/">Measurements Relationship List</a>.</td>
21002082
</tr>
21012083
<tr>
2102-
<td style="text-align: left;">servingCapacity</td>
2103-
<td style="text-align: left;"><code>optional</code></td>
2104-
<td style="text-align: left;">Integer</td>
2105-
<td style="text-align: left;">The serving capacity of the garment - how much of a product that can be contained in the garment.</td>
2106-
</tr>
2107-
<tr>
2108-
<td style="text-align: left;">servingCapacityDate</td>
2109-
<td style="text-align: left;"><code>optional</code></td>
2110-
<td style="text-align: left;">Date</td>
2111-
<td style="text-align: left;">The date that the serving capacity was last verified/measured. Use the format <code>yyyy-mm-dd</code> adhering to the <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601 dateTime standard</a>.</td>
2112-
</tr>
2113-
<tr>
21142084
<td style="text-align: left;">partOfMultipack</td>
21152085
<td style="text-align: left;"><code>mandatory</code></td>
21162086
<td style="text-align: left;">Boolean</td>
@@ -2185,9 +2155,6 @@ <h2 id="diagram">Diagram<a class="headerlink" href="#diagram" title="Permanent l
21852155
LOWcodeWOproduct String
21862156
productType String
21872157
LOWcodeWproduct String
2188-
onTheGo Boolean "*"
2189-
householdWaste Boolean "*"
2190-
depositReturnSchemes List "*"
21912158
endOfLifeRoutes List
21922159
recyclability Boolean
21932160
recyclabilityClaims List
@@ -2214,7 +2181,6 @@ <h2 id="diagram">Diagram<a class="headerlink" href="#diagram" title="Permanent l
22142181
COMPONENTS }o..o{ LOADS : load_constituents
22152182
CONTROLLED_LISTS {
22162183
productType optional
2217-
depositReturnScheme optional
22182184
}
22192185
RELATIONSHIP_LISTS {
22202186
measurements mandatory

schema/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ <h2 id="the-schemas">The schemas<a class="headerlink" href="#the-schemas" title=
19251925
<li>
19261926
<p><strong>Base Materials</strong></p>
19271927
<hr />
1928-
<p>Contains information regarding the materials at the very start of the process of creating packaging.</p>
1928+
<p>Contains information regarding the materials at the very start of the process of creating textile and fashion items.</p>
19291929
<p><a href="base-materials/"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.22 19.03a.75.75 0 0 1 0-1.06L18.19 13H3.75a.75.75 0 0 1 0-1.5h14.44l-4.97-4.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l6.25 6.25a.75.75 0 0 1 0 1.06l-6.25 6.25a.75.75 0 0 1-1.06 0Z"/></svg></span> Base materials</a></p>
19301930
</li>
19311931
<li>

0 commit comments

Comments
 (0)