W3C

WS-Addr-2004-08

The document http://schemas.xmlsoap.org/ws/2004/08/addressing 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 BlockDefault ./@blockDefault
basic DocumentationElement .//xs:annotation/xs:documentation/ (.., ., .//*, .//@*)
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 ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic AttributeOptional .//xs:attribute[@use = 'optional']/ (@use)
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 AnyURIAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:anyURI')]
basic QNameAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:QName')]
basic NCNameAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:NCName')]
advanced QNameEnumerationType .//xs:simpleType/xs:restriction[@base/resolve-QName(.,..) = xs:QName('xs:QName') and xs:enumeration]/ (., @base, xs:enumeration/(., @value))
advanced SimpleContentAnyAttributeLax .//xs:complexType/xs:simpleContent/xs:extension/xs:anyAttribute[(@processContents = 'lax') and (@namespace = '##other')]/ (., @processContents, @namespace)
advanced SimpleContentAnyAttributeStrict .//xs:complexType/xs:simpleContent/xs:extension/xs:anyAttribute[not(@processContents) or (@processContents = 'strict') and (@namespace = '##other')]/ (., @processContents, @namespace)

<xs:schema TargetNamespace UnqualifiedLocalAttributes targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/addressing" TargetNamespace elementFormDefault="qualified" QualifiedLocalElements blockDefault="#all" BlockDefault >
<!-- //////////////////// WS-Addressing //////////////////// -->
<!-- Endpoint reference -->
<xs:element GlobalElement ElementTypeReference name="EndpointReference" IdentifierName GlobalElement ElementTypeReference type="wsa:EndpointReferenceType" GlobalElement ElementTypeReference />
<xs:complexType GlobalComplexType name="EndpointReferenceType" IdentifierName GlobalComplexType >
<xs:sequence ComplexTypeSequence >
<xs:element ComplexTypeSequence SequenceElement ElementTypeReference name="ReferenceProperties" IdentifierName ComplexTypeSequence ElementTypeReference type="wsa:ReferencePropertiesType" ElementTypeReference minOccurs="0" ElementMinOccurs0 />
<xs:element ComplexTypeSequence SequenceElement ElementTypeReference name="ReferenceParameters" IdentifierName ComplexTypeSequence ElementTypeReference type="wsa:ReferenceParametersType" ElementTypeReference minOccurs="0" ElementMinOccurs0 />
<xs:any ExtendedSequenceLaxOther namespace="##other" ExtendedSequenceLaxOther processContents="lax" ExtendedSequenceLaxOther minOccurs="0" ExtendedSequenceLaxOther maxOccurs="unbounded" ExtendedSequenceLaxOther >
<xs:annotation DocumentationElement >
<xs:documentation DocumentationElement >
If "Policy" elements from namespace "http://schemas.xmlsoap.org/ws/2002/12/policy#policy" are used, they must appear first (before any extensibility elements).
</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:anyAttribute ComplexTypeAnyAttribute AnyAttributeOtherLax namespace="##other" AnyAttributeOtherLax processContents="lax" AnyAttributeOtherLax />
</xs:complexType>
<xs:complexType GlobalComplexType name="ReferencePropertiesType" IdentifierName GlobalComplexType >
<xs:sequence ComplexTypeSequence >
<xs:any ExtendedSequenceLaxAny processContents="lax" ExtendedSequenceLaxAny minOccurs="0" ExtendedSequenceLaxAny maxOccurs="unbounded" ExtendedSequenceLaxAny />
</xs:sequence>
</xs:complexType>
<xs:complexType GlobalComplexType name="ReferenceParametersType" IdentifierName GlobalComplexType >
<xs:sequence ComplexTypeSequence >
<xs:any ExtendedSequenceLaxAny processContents="lax" ExtendedSequenceLaxAny minOccurs="0" ExtendedSequenceLaxAny maxOccurs="unbounded" ExtendedSequenceLaxAny />
</xs:sequence>
</xs:complexType>
<xs:complexType GlobalComplexType name="ServiceNameType" IdentifierName GlobalComplexType >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:QName" ExtendedSimpleContent >
<xs:attribute ExtendedSimpleContent name="PortName" IdentifierName ExtendedSimpleContent type="xs:NCName" NCNameAttribute />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<!-- Message information header blocks -->
<xs:complexType GlobalComplexType name="Relationship" IdentifierName GlobalComplexType >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:anyURI" ExtendedSimpleContent >
<xs:attribute ExtendedSimpleContent name="RelationshipType" IdentifierName ExtendedSimpleContent type="xs:QName" QNameAttribute use="optional" AttributeOptional />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType GlobalSimpleType name="RelationshipTypeValues" IdentifierName GlobalSimpleType >
<xs:restriction QNameEnumerationType base="xs:QName" QNameEnumerationType >
<xs:enumeration QNameEnumerationType value="wsa:Reply" QNameEnumerationType />
</xs:restriction>
</xs:simpleType>
<!-- June 19, 2007: The ReplyAfter element is deprecated. The name of this element does not match the name (RetryAfter) used in the specification (http://www.w3.org/Submission/2004/SUBM-ws-addressing-20040810/). -->
<xs:complexType GlobalComplexType name="ReplyAfterType" IdentifierName GlobalComplexType >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:nonNegativeInteger" ExtendedSimpleContent ></xs:extension>
</xs:simpleContent>
</xs:complexType>
<!-- June 19, 2007: The RetryAfter element has been added to be consistent with the specification (http://www.w3.org/Submission/2004/SUBM-ws-addressing-20040810/). -->
<xs:complexType GlobalComplexType name="RetryAfterType" IdentifierName GlobalComplexType >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:nonNegativeInteger" ExtendedSimpleContent ></xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType GlobalSimpleType name="FaultSubcodeValues" IdentifierName GlobalSimpleType >
<xs:restriction QNameEnumerationType base="xs:QName" QNameEnumerationType >
<xs:enumeration QNameEnumerationType value="wsa:InvalidMessageInformationHeader" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="wsa:MessageInformationHeaderRequired" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="wsa:DestinationUnreachable" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="wsa:ActionNotSupported" QNameEnumerationType />
<xs:enumeration QNameEnumerationType value="wsa:EndpointUnavailable" QNameEnumerationType />
</xs:restriction>
</xs:simpleType>
<xs:attribute GlobalAttribute name="Action" IdentifierName GlobalAttribute type="xs:anyURI" GlobalAttribute AnyURIAttribute />
<!-- Common declarations and definitions -->
<xs:complexType GlobalComplexType name="AttributedQName" IdentifierName GlobalComplexType >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:QName" ExtendedSimpleContent ></xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType GlobalComplexType name="AttributedURI" IdentifierName GlobalComplexType >
<xs:simpleContent ExtendedSimpleContent >
<xs:extension ExtendedSimpleContent base="xs:anyURI" ExtendedSimpleContent ></xs:extension>
</xs:simpleContent>
</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).