This text file contains sample code fragments from: Section 6.3 - Types Chapter 6 - Fundamental XML Schema: Types and Message Structure Basics Book - Web Service Contract Design & Versioning for SOA Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl Site - www.soabooks.com Example 6.6 - A user-defined simple type based on the built-in xsd:string type but augmented to include a length restriction.>> Example 6.7 - An enumerated list of values expressed through the repeated use of the xsd:enumeration facet. Example 6.8 - An example of how a value can be restricted to a range of lengths using the xsd:minLength and xsd:maxLength facets. Example 6.9 - A simple type limited to a range of values using the two highlighted facets.ns> Example 6.10 - Facets used to define the precision and scale of decimals. Example 6.11 - A regular expression pattern facet. Service Blaster 2000 1 4 This is a great game. Example 6.12 - Elements with complex types. Example 6.13 - A complex type with simple content. Example 6.14 - A complex type with element-only content. Example 6.15 - A complex type with empty content.|