W3C

WS-wsat

The document http://schemas.xmlsoap.org/ws/2004/10/wsat/wsat.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 SchemaVersion ./@version
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 GlobalSimpleType ./xs:simpleType[@name]/ (., @name)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic StringEnumerationType .//xs:simpleType/xs:restriction[@base/resolve-QName(.,..) = xs:QName('xs:string') and xs:enumeration]/ (., @base, xs:enumeration/(., @value))
basic ComplexTypeAttribute .//xs:complexType/xs:attribute[@name]/ (., @name)
advanced ComplexTypeOnlyAttributes .//xs:complexType/xs:attribute[../not(xs:choice or xs:sequence or xs:all or xs:anyAttribute or xs:group or xs:attributeGroup or xs:simpleContent or xs:complexContent)]/ (., ..,@use)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
advanced GlobalElementSequenceAny ./xs:element[@name]/xs:complexType/xs:sequence[xs:any and not(xs:element)]/ (../../(., @name))
advanced ComplexTypeAnyAttribute .//xs:complexType/xs:anyAttribute
advanced AnyAttributeOtherLax .//xs:complexType/xs:anyAttribute[(@processContents = 'lax') and (@namespace = '##other')]/ (., @processContents, @namespace)
advanced ExtendedSequenceLaxOther .//xs:sequence/xs:any[@processContents = 'lax' and (not (@minOccurs) or @minOccurs = '1' or @minOccurs = '0') and (not (@maxOccurs) or @maxOccurs = '1' or @maxOccurs='unbounded') and @namespace = '##other']/ (., @processContents, @minOccurs, @maxOccurs, @namespace)
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 AttributeTypeReference .//xs:attribute[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and contains(@type, ':')]/ (., @name, @type)
advanced GlobalElementComplexType .//xs:element[parent::xs:schema]/xs:complexType / (.,..)
advanced QNameEnumerationType .//xs:simpleType/xs:restriction[@base/resolve-QName(.,..) = xs:QName('xs:QName') and xs:enumeration]/ (., @base, xs:enumeration/(., @value))

<xsd:schema TargetNamespace UnqualifiedLocalAttributes targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wsat" TargetNamespace elementFormDefault="qualified" QualifiedLocalElements attributeFormDefault="unqualified" UnqualifiedLocalAttributes version="1.0" SchemaVersion >
<xsd:complexType GlobalComplexType name="Notification" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:any ExtendedSequenceLaxOther namespace="##other" ExtendedSequenceLaxOther processContents="lax" ExtendedSequenceLaxOther minOccurs="0" ExtendedSequenceLaxOther maxOccurs="unbounded" ExtendedSequenceLaxOther />
</xsd:sequence>
<xsd:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</xsd:complexType>
<xsd:simpleType GlobalSimpleType name="Vote" IdentifierName GlobalSimpleType >
<xsd:restriction StringEnumerationType base="xsd:string" StringEnumerationType >
<xsd:enumeration StringEnumerationType value="VoteCommit" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="VoteRollback" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="VoteReadOnly" StringEnumerationType />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType GlobalSimpleType name="Outcome" IdentifierName GlobalSimpleType >
<xsd:restriction StringEnumerationType base="xsd:string" StringEnumerationType >
<xsd:enumeration StringEnumerationType value="Commit" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="Rollback" StringEnumerationType />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType GlobalSimpleType name="ErrorCodes" IdentifierName GlobalSimpleType >
<xsd:restriction QNameEnumerationType base="xsd:QName" QNameEnumerationType >
<xsd:enumeration QNameEnumerationType value="wsat:InconsistentInternalState" QNameEnumerationType />
</xsd:restriction>
</xsd:simpleType>
<!-- Policy assertions -->
<xsd:element GlobalElementSequenceAny GlobalElementComplexType name="ATAssertion" IdentifierName GlobalElementSequenceAny >
<xsd:complexType GlobalElementComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:any ExtendedSequenceLaxOther namespace="##other" ExtendedSequenceLaxOther processContents="lax" ExtendedSequenceLaxOther minOccurs="0" ExtendedSequenceLaxOther maxOccurs="unbounded" ExtendedSequenceLaxOther />
</xsd:sequence>
<xsd:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</xsd:complexType>
</xsd:element>
<xsd:element GlobalElementComplexType name="ATAlwaysCapability" IdentifierName >
<xsd:complexType GlobalElementComplexType >
<xsd:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</xsd:complexType>
</xsd:element>
</xsd: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).