W3C

OASIS-WS-BrokeredNotification

The document http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-1.2-draft-01.wsdl 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)
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 NonIdentifierName .//.[@name and not(matches(@name, "^[A-Za-z_]([A-Za-z0-9_]0 31)$"))]/ (@name)
basic ImportSchema ./xs:import[@namespace and @schemaLocation]/ (., @namespace, @schemaLocation)
basic Include ./xs:include[@schemaLocation]/ (., @schemaLocation)
basic GlobalElement ./xs:element[@name and @type and contains(@type, ':')]/ (., @name, @type)
basic MinOccurs1 .//.[@minOccurs = '1']/ (@minOccurs)
basic MaxOccurs1 .//.[@maxOccurs = '1']/ (@maxOccurs)
basic ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs1 .//xs:element[@minOccurs = '1' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic ElementMaxOccurs1 .//xs:element[(not(@minOccurs) or @minOccurs = '1') and @maxOccurs = '1']/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs0MaxOccursUnbounded .//xs:element[@minOccurs = '0' and @maxOccurs = 'unbounded']/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs1MaxOccursUnbounded .//xs:element[(not(@minOccurs) or @minOccurs = '1') and @maxOccurs = 'unbounded']/ (@minOccurs, @maxOccurs)
advanced ElementDefault .//xs:element/ (@default)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
basic GlobalElementSequence ./xs:element[@name]/xs:complexType/xs:sequence[xs:element]/ (../../(., @name), .., ., xs:element/(., @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 BooleanElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:boolean')]
basic DateTimeElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:dateTime')]
advanced GlobalComplexTypeEmptyExtension ./xs:complexType[@name]/xs:complexContent[xs:extension[@base]/not(*)]/ (../../(., @name), .., ., xs:extension/(., @base))
advanced GlobalElementComplexType .//xs:element[parent::xs:schema]/xs:complexType / (.,..)
advanced ComplexTypeExtension .//xs:complexType/xs:complexContent/xs:extension[@base]/(., @base, ../(.))

<xsd:schema TargetNamespace UnqualifiedLocalElements UnqualifiedLocalAttributes GlobalComplexTypeEmptyExtension targetNamespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-1.2-draft-01.xsd" TargetNamespace >
<xsd:include Include schemaLocation="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-1.2-draft-01.xsd" Include />
<xsd:import ImportSchema namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" ImportSchema schemaLocation="http://schemas.xmlsoap.org/ws/2003/03/addressing" ImportSchema />
<xsd:import ImportSchema namespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" ImportSchema schemaLocation="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" ImportSchema />
<xsd:import ImportSchema namespace="http://docs.oasis-open.org/wsn/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" ImportSchema schemaLocation="http://docs.oasis-open.org/wsn/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" ImportSchema />
<xsd:import ImportSchema namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" ImportSchema schemaLocation="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" ImportSchema />
<xsd:import ImportSchema namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS- ResourceLifetime-1.2-draft-01.xsd" ImportSchema schemaLocation="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS- ResourceLifetime-1.2-draft-01.xsd" ImportSchema />
<!-- =============== Resource Property Related =================== -->
<!-- ======== Resource Properties for NotificationBroker ========== -->
<!-- ====== Resource Properties for PublisherRegistration ========= -->
<xsd:element GlobalElementSequence GlobalElementComplexType name="PublisherRegistrationRP" IdentifierName GlobalElementSequence >
<xsd:complexType GlobalElementSequence GlobalElementComplexType >
<xsd:sequence ComplexTypeSequence GlobalElementSequence >
<!-- From WS-ResourceLifetime ScheduledResourceTermination -->
<!-- PublisherRegistration specific -->
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<!-- ========== Message Types for NotificationBroker ============ -->
<xsd:element GlobalElementSequence GlobalElementComplexType name="RegisterPublisher" IdentifierName GlobalElementSequence ></xsd:element>
<xsd:element GlobalElementSequence GlobalElementComplexType name="RegisterPublisherResponse" IdentifierName GlobalElementSequence ></xsd:element>
<xsd:complexType GlobalComplexType GlobalComplexTypeEmptyExtension name="ResourceUnknownFaultType" IdentifierName GlobalComplexType ></xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="ResourceUnknownFault" IdentifierName GlobalElement ElementTypeReference type="wsbn:ResourceUnknownFaultType" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType GlobalComplexTypeEmptyExtension name="InvalidTopicExpressionFaultType" IdentifierName GlobalComplexType ></xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="InvalidTopicExpressionFault" IdentifierName GlobalElement ElementTypeReference type="wsbn:InvalidTopicExpressionFaultType" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType GlobalComplexTypeEmptyExtension name="TopicNotSupportedFaultType" IdentifierName GlobalComplexType ></xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="TopicNotSupportedFault" IdentifierName GlobalElement ElementTypeReference type="wsbn:TopicNotSupportedFaultType" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType GlobalComplexTypeEmptyExtension name="PublisherRegistrationFailedFaultType" NonIdentifierName GlobalComplexType ></xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="PublisherRegistrationFailedFault" IdentifierName GlobalElement ElementTypeReference type="wsbn:PublisherRegistrationFailedFaultType" GlobalElement ElementTypeReference />
</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).