W3C

ExtendedSequenceNamespacedFinite Pattern

.//xs:sequence/xs:any[@processContents
         and @namespace
         and @maxOccurs
         and (not (@minOccurs) or @minOccurs = '1' or @minOccurs = '0')
         and (not (@maxOccurs = '1') )
         and (not (@maxOccurs='unbounded'))
         and (not (@namespace = '##targetNamespace'))
         and (not (@namespace = '##any'))
         and (not (@namespace = '##local'))
         and (not (@namespace = '##other'))]/
         (., @processContents, @minOccurs, @maxOccurs, @namespace)

This is an Advanced XML Schema Patterns for Databinding 1.0 pattern, exhibited by the following examples:


This document was produced by the W3C XML Schema Patterns for Databinding Working Group. Comments on this document may be sent to the public public-xsd-databinding-comments@w3.org mailing list (public archive).

Generated from patterns.xml $Date: 2009/03/19 21:47:09 $