W3C

IBM-WS-ResourceProperties

The document http://www-128.ibm.com/developerworks/webservices/library/ws-resource/WS-ResourceProperties.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 NonIdentifierName .//.[@name and not(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)
advanced MixedContentType .//xs:complexType[@mixed = 'true']/ (@mixed)
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 GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic ComplexTypeAttribute .//xs:complexType/xs:attribute[@name]/ (., @name)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
advanced ExtendedSequenceStrictAny .//xs:sequence/xs:any[(not(@processContents) or @processContents = 'strict') 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 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 SequenceAnyStrict .//xs:sequence/xs:any[(not(@processContents) or @processContents = 'strict') 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)
basic SequenceElement .//xs:sequence/xs:element/(.)
basic NillableElement .//xs:element[@nillable = 'true' and not(@minOccurs = '0')]/ (@nillable)
advanced NillableOptionalElement .//xs:element[@nillable = 'true' and @minOccurs = '0']/ (@nillable, @minOccurs)
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 LocalElementComplexType .//xs:element[not(parent::xs:schema)]/xs:complexType

<xsd:schema TargetNamespace UnqualifiedLocalAttributes elementFormDefault="qualified" QualifiedLocalElements attributeFormDefault="unqualified" UnqualifiedLocalAttributes targetNamespace="http://www.ibm.com/xmlns/stdwip/web-services/WS-ResourceProperties" TargetNamespace >
<!-- ======= Global Attribute Declaration for WSDL 1.1 portType==== -->
<xsd:attribute GlobalAttribute name="ResourceProperties" IdentifierName GlobalAttribute type="xsd:QName" GlobalAttribute QNameAttribute />
<!-- = Notification Message for ResourceProperties value change === -->
<xsd:complexType GlobalComplexType name="ResourcePropertyValueChangeNotificationType" NonIdentifierName GlobalComplexType ></xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="ResourcePropertyValueChangeNotification" NonIdentifierName GlobalElement ElementTypeReference type="wsrp:ResourcePropertyValueChangeNotificationType" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="QueryExpressionType" IdentifierName GlobalComplexType mixed="true" MixedContentType >
<xsd:sequence ComplexTypeSequence >
<xsd:any ExtendedSequenceLaxAny minOccurs="0" ExtendedSequenceLaxAny maxOccurs="1" MaxOccurs1 ExtendedSequenceLaxAny processContents="lax" ExtendedSequenceLaxAny />
</xsd:sequence>
<xsd:attribute ComplexTypeAttribute name="dialect" IdentifierName ComplexTypeAttribute type="xsd:anyURI" AnyURIAttribute />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="QueryExpression" IdentifierName GlobalElement ElementTypeReference type="wsrp:QueryExpressionType" 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).