W3C

UnqualifiedLocalElements Example

<xs:schemaTargetNamespaceUnqualifiedLocalElementsUnqualifiedLocalAttributes targetNamespace="http://www.w3.org/2002/ws/databinding/examples/6/09/"TargetNamespace elementFormDefault="unqualified"UnqualifiedLocalElements>
<xs:elementGlobalElement name="unqualifiedLocalElements"IdentifierNameGlobalElement type="xs:string"GlobalElementStringElement/>
</xs:schema>

The example schema [UnqualifiedLocalElements.xsd] has been classified as being an Advanced XML Schema Patterns for Databinding 1.0 conformant document as it only exhibits the following patterns:

Status Nodes Name XPath
basic TargetNamespace .[@targetNamespace]/ (., @targetNamespace)
advanced UnqualifiedLocalElements .[not(@elementFormDefault) or @elementFormDefault = 'unqualified']/ (., @elementFormDefault)
basic UnqualifiedLocalAttributes .[not(@attributeFormDefault) or @attributeFormDefault = 'unqualified']/ (., @attributeFormDefault)
basic IdentifierName .//.[matches(@name, "^[A-Za-z_]([A-Za-z0-9_]0 31)$")]/ (@name)
basic GlobalElement ./xs:element[@name and @type and contains(@type, ':')]/ (., @name, @type)
basic StringElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:string')]

To facilitate testing, the example schema element has been wrapped in the following descriptions:

The following valid instance documents are provided:

Instance Validity
UnqualifiedLocalElements01 true

  <unqualifiedLocalElements>some data</unqualifiedLocalElements>

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 examples.xml $Date: 2009/03/19 23:16:38 $