This text file contains sample code fragments from:
Section 12.3 - Common CRUD Messages Types
Chapter 12 - Advanced XML Schema Part I: Message Flexibility, Type Inheritance, and Composition
Book - Web Service Contract Design & Versioning for SOA
Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl
Site - www.soabooks.com
Example 12.23 - The XML schema used to represent a complete Game document.
Example 12.24 - A simple acknowledgement message structure based on the xsd:string simple type.
Example 12.25 - An optional attribute added to the NumberOfPlayersRangeType construct.
Example 12.26 - The xsd:any element being used to allow for one or more updated element values to be provided.
Example 12.27 - The complete schema for a parameter-centric input message in which only the value of the NumberOfPlayers element is updated.