XML namespace https://nanobpm.io/schema/shapes/1.0 · prefix nano:
This is the BPMN moddle extension namespace for Nano's composed
shapes (ADR 0040). It is an XML namespace identifier: bpmn-js registers the
descriptor in code (it is not fetched at runtime), but this page documents the
elements a .bpmn may carry under this namespace.
Declare it on the root element:
<bpmn:definitions xmlns:nano="https://nanobpm.io/schema/shapes/1.0" …>
nano:Shapesextends Element
| property | type |
|---|---|
shapes | Shape [] |
nano:Shapeextends Element
| property | type |
|---|---|
id | String (attr) |
name | String (attr) |
ops | ShapeOp [] |
nano:ShapeOpextends Element
(no properties)
nano:Carryextends ShapeOp
| property | type |
|---|---|
ref | String (attr) |
nano:Projectextends ShapeOp
| property | type |
|---|---|
ref | String (attr) |
fields | String (attr) |
via | String (attr) |
nano:Extendextends ShapeOp
| property | type |
|---|---|
name | String (attr) |
type | String (attr) |
optional | Boolean (attr) |
list | Boolean (attr) |
nano:Referenceextends ShapeOp
| property | type |
|---|---|
name | String (attr) |
ref | String (attr) |
spread | Boolean (attr) |
list | Boolean (attr) |
nano:Metaextends Element
| property | type |
|---|---|
key | String (attr) |
value | String (attr) |
Served from nanobpm.io.