W3C

W3C-WS-Addr-core

The document http://www.w3.org/2006/03/addressing/ws-addr.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)
advanced FinalDefault ./@finalDefault
advanced BlockDefault ./@blockDefault
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 GlobalAttribute ./xs:attribute[@name and @type and contains(@type, ":")]/ (., @name, @type)
basic NotMixed .//.[@mixed = 'false']/ (@mixed)
basic ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic AttributeOptional .//xs:attribute[@use = 'optional']/ (@use)
advanced AttributeDefault .//xs:attribute[@default] / (@default)
basic GlobalSimpleType ./xs:simpleType[@name]/ (., @name)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
advanced ComplexTypeAnyAttribute .//xs:complexType/xs:anyAttribute
advanced SimpleContentAnyAttribute .//xs:complexType/xs:simpleContent/xs:extension/xs:anyAttribute
advanced AnyAttributeOtherLax .//xs:complexType/xs:anyAttribute[(@processContents = 'lax') and (@namespace = '##other')]/ (., @processContents, @namespace)
advanced ExtendedSequenceLaxAny .//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 (not(@namespace) or @namespace = '##any')]/ (., @processContents, @minOccurs, @maxOccurs, @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)
advanced ExtendedSimpleContent .//xs:complexType/xs:simpleContent/xs:extension[@base]/ (.., ., ./@base, xs:attribute/ (., @name))
basic SequenceElement .//xs:sequence/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 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 UnionMemberTypes .//xs:simpleType/xs:union[@memberTypes and not(xs:simpleType)]/ (., @memberTypes)
basic BooleanAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:boolean')]
basic AnyURIElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:anyURI')]
advanced QNameEnumerationType .//xs:simpleType/xs:restriction[@base/resolve-QName(.,..) = xs:QName('xs:QName') and xs:enumeration]/ (., @base, xs:enumeration/(., @value))
advanced AnyURIEnumerationType .//xs:simpleType/xs:restriction[@base/resolve-QName(.,..) = xs:QName('xs:anyURI') and xs:enumeration]/ (., @base, xs:enumeration/(., @value))
advanced SimpleContentAnyAttributeLax .//xs:complexType/xs:simpleContent/xs:extension/xs:anyAttribute[(@processContents = 'lax') and (@namespace = '##other')]/ (., @processContents, @namespace)

<xs:schema TargetNamespace UnqualifiedLocalAttributes targetNamespace="http://www.w3.org/2005/08/addressing" TargetNamespace blockDefault="#all" BlockDefault elementFormDefault="qualified" QualifiedLocalElements finalDefault="" FinalDefault attributeFormDefault="unqualified" UnqualifiedLocalAttributes >
<!-- Constructs from the WS-Addressing Core -->
<xs:element GlobalElement ElementTypeReference name="EndpointReference" IdentifierName GlobalElement ElementTypeReference type="tns:EndpointReferenceType" GlobalElement ElementTypeReference />
<xs:complexType GlobalComplexType name="EndpointReferenceType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:sequence ComplexTypeSequence >
<xs:element ComplexTypeSequence SequenceElement ElementReference ref="tns:ReferenceParameters" ElementReference minOccurs="0" ElementMinOccurs0 />
<xs:any ExtendedSequenceLaxOther namespace="##other" ExtendedSequenceLaxOther processContents="lax" ExtendedSequenceLaxOther minOccurs="0" ExtendedSequenceLaxOther maxOccurs="unbounded" ExtendedSequenceLaxOther />
</xs:sequence>
<xs:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</xs:complexType>
<xs:element GlobalElement ElementTypeReference name="ReferenceParameters" IdentifierName GlobalElement ElementTypeReference type="tns:ReferenceParametersType" GlobalElement ElementTypeReference />
<xs:complexType GlobalComplexType name="ReferenceParametersType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:sequence ComplexTypeSequence >
<xs:any ExtendedSequenceLaxAny namespace="##any" ExtendedSequenceLaxAny processContents="lax" ExtendedSequenceLaxAny minOccurs="0" ExtendedSequenceLaxAny maxOccurs="unbounded" ExtendedSequenceLaxAny />
</xs:sequence>
<xs:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</xs:complexType>
<xs:complexType GlobalComplexType name="MetadataType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:sequence ComplexTypeSequence >
<xs:any ExtendedSequenceLaxAny namespace="##any" ExtendedSequenceLaxAny processContents="lax" ExtendedSequenceLaxAny minOccurs="0" ExtendedSequenceLaxAny maxOccurs="unbounded" ExtendedSequenceLaxAny />
</xs:sequence>
<xs:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</xs:complexType>
<xs:complexType GlobalComplexType name="RelatesToType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:anyURI" ExtendedSimpleContent >
<xs:attribute ExtendedSimpleContent AttributeTypeReference name="RelationshipType" IdentifierName ExtendedSimpleContent AttributeTypeReference type="tns:RelationshipTypeOpenEnum" AttributeTypeReference use="optional" AttributeOptional default="http://www.w3.org/2005/08/addressing/reply" AttributeDefault />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType GlobalSimpleType name="RelationshipTypeOpenEnum" IdentifierName GlobalSimpleType >
<xs:union UnionMemberTypes memberTypes="tns:RelationshipType xs:anyURI" UnionMemberTypes />
</xs:simpleType>
<xs:simpleType GlobalSimpleType name="RelationshipType" IdentifierName GlobalSimpleType >
<xs:restriction AnyURIEnumerationType base="xs:anyURI" AnyURIEnumerationType >
<xs:enumeration AnyURIEnumerationType value="http://www.w3.org/2005/08/addressing/reply" AnyURIEnumerationType />
</xs:restriction>
</xs:simpleType>
<xs:complexType GlobalComplexType name="AttributedURIType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:anyURI" ExtendedSimpleContent ></xs:extension>
</xs:simpleContent>
</xs:complexType>
<!-- Constructs from the WS-Addressing SOAP binding -->
<xs:attribute GlobalAttribute name="IsReferenceParameter" IdentifierName GlobalAttribute type="xs:boolean" GlobalAttribute BooleanAttribute />
<xs:simpleType GlobalSimpleType name="FaultCodesOpenEnumType" IdentifierName GlobalSimpleType >
<xs:union UnionMemberTypes memberTypes="tns:FaultCodesType xs:QName" UnionMemberTypes />
</xs:simpleType>
<xs:simpleType GlobalSimpleType name="FaultCodesType" IdentifierName GlobalSimpleType >
<xs:restriction QNameEnumerationType base="xs:QName" QNameEnumerationType >
<xs:enumeration QNameEnumerationType value="tns:InvalidAddressingHeader" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:InvalidAddress" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:InvalidEPR" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:InvalidCardinality" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:MissingAddressInEPR" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:DuplicateMessageID" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:ActionMismatch" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:MessageAddressingHeaderRequired" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:DestinationUnreachable" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:ActionNotSupported" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="tns:EndpointUnavailable" QNameEnumerationType />
</xs:restriction>
</xs:simpleType>
<xs:element GlobalElement ElementTypeReference name="RetryAfter" IdentifierName GlobalElement ElementTypeReference type="tns:AttributedUnsignedLongType" GlobalElement ElementTypeReference />
<xs:complexType GlobalComplexType name="AttributedUnsignedLongType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:unsignedLong" ExtendedSimpleContent ></xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:element GlobalElement ElementTypeReference name="ProblemHeaderQName" IdentifierName GlobalElement ElementTypeReference type="tns:AttributedQNameType" GlobalElement ElementTypeReference />
<xs:complexType GlobalComplexType name="AttributedQNameType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:QName" ExtendedSimpleContent ></xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType GlobalComplexType name="ProblemActionType" IdentifierName GlobalComplexType mixed="false" NotMixed >
<xs:sequence ComplexTypeSequence >
<xs:element ComplexTypeSequence SequenceElement name="SoapAction" IdentifierName ComplexTypeSequence minOccurs="0" ElementMinOccurs0 type="xs:anyURI" AnyURIElement />
</xs:sequence>
<xs:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</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).