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
Securities and related financial instruments - Codes for exchanges and
193
-
market identification (MIC)
192
+
Securities and related financial instruments - Codes for exchanges and market identification (MIC)
193
+
194
+
[ISO 15836-1:2017](https://www.iso.org/standard/71339.html) Information and documentation — The Dublin Core metadata element set — Part 1: Core elements
194
195
195
196
*W3C XML Schema version 1.0*[Part 1](https://www.w3.org/TR/xmlschema-1/)[Part 2](https://www.w3.org/TR/xmlschema-2/)
Copy file name to clipboardExpand all lines: v2-0-RC3/doc/04MessageSchema.md
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -73,15 +73,23 @@ their encodings.
73
73
74
74
### Schema versioning
75
75
76
-
Changes to a message schema may be tracked by its `version` attribute. A
77
-
version of a schema is a snapshot in time. All elements in a given
78
-
generation of the schema share the same version number. That is,
79
-
elements are not versioned individually. By convention, the initial
80
-
version of a schema is version zero, and subsequent changes increment
81
-
the version number.
82
-
83
-
The `package` attribute should remain constant between versions, if it is
84
-
supplied.
76
+
Changes to a message schema may be tracked by its `version` attribute. A version of a schema is a snapshot in time. All elements in a given generation of the schema share the same version number. That is, elements are not versioned individually. By convention, the initial version of a schema is version zero, and subsequent changes increment the version number.
77
+
78
+
The `package` attribute should remain constant between versions, if it is supplied.
79
+
80
+
### Metadata
81
+
82
+
Optionally, an SBE message schema may be identified and described using industry standard Dublin Core metadata terms. Any of those standard terms may be contained by a `<metadata>` element. The Dublin Core XML schema is imported by the SBE XML schema to support that usage.
0 commit comments