********** Chapter 01 ********** Schemas: An introduction ======================== Binding Test ************ **Schema** .. literalinclude:: /../tests/fixtures/defxmlschema/chapter01/chapter01.xsd :language: xml :lines: 2- **XML Document** .. literalinclude:: /../tests/fixtures/defxmlschema/chapter01/chapter01.xml :language: xml :lines: 2- **xsData XML Document** .. literalinclude:: /../tests/fixtures/defxmlschema/chapter01/chapter01.xsdata.xml :language: xml :lines: 2- **xsData JSON** .. literalinclude:: /../tests/fixtures/defxmlschema/chapter01/chapter01.json :language: json Example 1-2 Product schema in XSD schema language ************************************************* .. literalinclude:: /../tests/fixtures/defxmlschema/chapter01/example0102.xsd :language: xml :lines: 3- .. literalinclude:: /../tests/fixtures/defxmlschema/chapter01/example0102.py :language: python .. admonition:: Samples Source :class: hint `Definitive XML Schema `_ by Priscilla Walmsley (c) 2012 Prentice Hall PTR