W3C

OASIS-WSDM-PBM

The document http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-pbm.xsd has been classified as being possibly 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)
basic QualifiedLocalElements .[@elementFormDefault = 'qualified']/ (@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 GlobalComplexType ./xs:complexType[@name]/ (., @name)
advanced ComplexTypeChoice .//xs:complexType/xs:choice/ (., xs:element/(., @name))
advanced ChoiceElement .//xs:choice/xs:element/(.)
basic ElementTypeReference .//xs:element[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and contains(@type, ':')]/ (., @name, @type)
basic ElementReference .//xs:element[@ref and contains(@ref, ':')]/ (., @ref)
basic QNameElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:QName')]

<xs:schema TargetNamespace UnqualifiedLocalAttributes targetNamespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-pbm.xsd" TargetNamespace elementFormDefault="qualified" QualifiedLocalElements attributeFormDefault="unqualified" UnqualifiedLocalAttributes >
<xs:element GlobalElement name="Match" IdentifierName GlobalElement type="xs:QName" GlobalElement QNameElement />
<xs:complexType GlobalComplexType name="MatchAllType" IdentifierName GlobalComplexType >
<xs:choice ComplexTypeChoice > </xs:choice>
</xs:complexType>
<xs:complexType GlobalComplexType name="MatchAnyType" IdentifierName GlobalComplexType >
<xs:choice ComplexTypeChoice > </xs:choice>
</xs:complexType>
</xs:schema>

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).