We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418fdce commit 4defaffCopy full SHA for 4defaff
1 file changed
v2-0-RC2/doc/04MessageSchema.md
@@ -8,6 +8,10 @@ See [sbe.xsd](../resources/sbe.xsd) for the normative XML Schema Definition (XSD
8
The SBE schema is defined with W3C XML Schema Definition Language (XSD) version 1.0. (XSD version 1.1 was standardized.
9
However, since it is not supported by all XML processors, the SBE XSD is constrained to features of version 1.0.)
10
11
+### XInclude usage
12
+
13
+Certain elements of the SBE message schema support inclusion from a separate XML file. The result of the XInclude mechanism
14
+is a single XML infoset, so the schema description below applies whether a single file is used or multiple files are assembled.
15
16
XML namespace
17
-----------------------------------------------------------------------------------------------------------
0 commit comments