Skip to content

Commit

Permalink
Update namespace url to 2023/10
Browse files Browse the repository at this point in the history
  • Loading branch information
jordig100 committed Feb 23, 2024
1 parent b726761 commit a00e512
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 3MF Boolean operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This extension MUST be used only with Core specification 1.x.

See [the 3MF Core Specification conventions](https://github.com/3MFConsortium/spec_core/blob/1.3.0/3MF%20Core%20Specification.md#document-conventions).

In this extension specification, as an example, the prefix "bo" maps to the xml-namespace "http://schemas.3mf.io/3dmanufacturing/booleanoperations/2024/02". See [Appendix C. Standard Namespace](#appendix-c-standard-namespace).
In this extension specification, as an example, the prefix "bo" maps to the xml-namespace "http://schemas.3mf.io/3dmanufacturing/booleanoperations/2023/10". See [Appendix C. Standard Namespace](#appendix-c-standard-namespace).

## Language Notes

Expand Down Expand Up @@ -178,9 +178,9 @@ See [the 3MF Core Specification glossary](https://github.com/3MFConsortium/spec_

```xml
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://schemas.3mf.io/3dmanufacturing/booleanoperations/2024/02"
<xs:schema xmlns="http://schemas.3mf.io/3dmanufacturing/booleanoperations/2023/10"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://schemas.3mf.io/3dmanufacturing/booleanoperations/2024/02"
targetNamespace="http://schemas.3mf.io/3dmanufacturing/booleanoperations/2023/10"
elementFormDefault="unqualified" attributeFormDefault="unqualified" blockDefault="#all">
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
Expand Down Expand Up @@ -261,7 +261,7 @@ See [the 3MF Core Specification glossary](https://github.com/3MFConsortium/spec_

| | |
| --- | --- |
| BooleanOperation | [http://schemas.3mf.io/3dmanufacturing/booleanoperations/2024/02](http://schemas.3mf.io/3dmanufacturing/booleanoperations/2024/02) |
| BooleanOperation | [http://schemas.3mf.io/3dmanufacturing/booleanoperations/2023/10](http://schemas.3mf.io/3dmanufacturing/booleanoperations/2023/10) |

# Appendix D: Example file

Expand All @@ -271,7 +271,7 @@ The diagram in [Chapter 1. Overview of Additions](https://github.com/3MFConsorti
```xml
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<model xmlns="http://schemas.microsoft.com/3dmanufacturing/core/2015/02"
xmlns:bo="http://schemas.3mf.io/3dmanufacturing/booleanoperations/2024/02"
xmlns:bo="http://schemas.3mf.io/3dmanufacturing/booleanoperations/2023/10"
requiredextensions="bo" unit="millimeter" xml:lang="en-US">
<resources>
<basematerials id="2">
Expand Down

0 comments on commit a00e512

Please sign in to comment.