W3C

WS-xslsoap-utility

The document http://schemas.xmlsoap.org/ws/2002/07/utility/utility.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 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)
advanced AttributeRequired .//xs:attribute[@use = 'required']/ (@use)
basic GlobalSimpleType ./xs:simpleType[@name]/ (., @name)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
advanced GlobalComplexTypeAbstract ./xs:complexType[@abstract='true']/ (@abstract)
advanced ComplexTypeSequenceChoice .//xs:complexType/xs:sequence/xs:choice/ (., xs:element/(., @name))
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
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))
advanced SequenceChoice .//xs:sequence/xs:choice/(.)
advanced ChoiceElement .//xs:choice/xs:element/(.)
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 AttributeReference .//xs:attribute[@ref and contains(@ref, ":")]/ (., @ref)
basic BooleanAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:boolean')]
basic AnyURIAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:anyURI')]
basic QNameAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:QName')]
advanced IDAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:ID')]
basic IntAttribute .//xs:attribute/@type[resolve-QName(.,..) = xs:QName('xs:int')]
basic ComplexTypeSequenceExtension .//xs:complexType/xs:complexContent[xs:extension[@base]/xs:sequence]/ (., xs:extension/ (., @base, xs:sequence/(., xs:element/(., @name))))
advanced GlobalElementComplexTypeSequenceExtension ./xs:element[@name]/xs:complexType/xs:complexContent[xs:extension[@base]/xs:sequence]/ (../../(., @name), .., ., xs:extension/(., @base, xs:sequence/(., xs:element/(., @name), xs:attribute/(., @name))))
advanced ChoiceMaxOccursUnbounded .//xs:choice[@maxOccurs = 'unbounded']/ (@maxOccurs)
advanced ChoiceMinOccurs0 .//xs:choice[@minOccurs='0']/ (@minOccurs)
advanced AttributeGroup .//xs:attributeGroup/(.,@name,@ref,xs:attribute)
advanced GlobalElementComplexType .//xs:element[parent::xs:schema]/xs:complexType / (.,..)
advanced ComplexTypeSequenceChoiceAny .//xs:complexType/xs:sequence/xs:choice/xs:any/(., @namespace, @processContents, @maxOccurs, @minOccurs)
advanced QNameEnumerationType .//xs:simpleType/xs:restriction[@base/resolve-QName(.,..) = xs:QName('xs:QName') and xs:enumeration]/ (., @base, xs:enumeration/(., @value))
advanced AttributeGroupAnyAttribute .//xs:attributeGroup/xs:anyAttribute/(.,@namespace,@processContents)
advanced ComplexTypeExtension .//xs:complexType/xs:complexContent/xs:extension[@base]/(., @base, ../(.))

<xsd:schema TargetNamespace UnqualifiedLocalAttributes targetNamespace="http://schemas.xmlsoap.org/ws/2002/07/utility" TargetNamespace elementFormDefault="qualified" QualifiedLocalElements attributeFormDefault="unqualified" UnqualifiedLocalAttributes version="0.1" SchemaVersion >
<!-- // Fault Codes /////////////////////////////////////////// -->
<xsd:simpleType GlobalSimpleType name="tTimestampFault" IdentifierName GlobalSimpleType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This type defines the fault code value for Timestamp message expiration.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction QNameEnumerationType base="xsd:QName" QNameEnumerationType >
<xsd:enumeration QNameEnumerationType value="wsu:MessageExpired" QNameEnumerationType />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType GlobalSimpleType name="tContextFault" IdentifierName GlobalSimpleType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This type defines the fault code values for context-related faults.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction QNameEnumerationType base="xsd:QName" QNameEnumerationType >
<xsd:enumeration QNameEnumerationType value="wsu:ContextEstablished" QNameEnumerationType />
<xsd:enumeration QNameEnumerationType value="wsu:ContextUnknown" QNameEnumerationType />
<xsd:enumeration QNameEnumerationType value="wsu:ContextNotSupported" QNameEnumerationType />
<xsd:enumeration QNameEnumerationType value="wsu:ContextRefused" QNameEnumerationType />
<xsd:enumeration QNameEnumerationType value="wsu:ContextExpired" QNameEnumerationType />
</xsd:restriction>
</xsd:simpleType>
<!-- // Global attributes //////////////////////////////////// -->
<xsd:attribute GlobalAttribute name="Id" IdentifierName GlobalAttribute type="xsd:ID" GlobalAttribute IDAttribute >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This global attribute supports annotating arbitrary elements with an ID.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute GlobalAttribute name="MustUnderstand" IdentifierName GlobalAttribute type="xsd:boolean" GlobalAttribute BooleanAttribute >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This global attribute is used on extensions to distinguish mandatory vs. optional extensions.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup AttributeGroup name="commonAtts" IdentifierName AttributeGroup >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
Convenience attribute group used to simplify this schema.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute AttributeReference AttributeGroup ref="wsu:Id" AttributeReference use="optional" AttributeOptional />
<xsd:anyAttribute AttributeGroupAnyAttribute namespace="##other" AttributeGroupAnyAttribute processContents="lax" AttributeGroupAnyAttribute />
</xsd:attributeGroup>
<!-- // Utility types //////////////////////////////////////// -->
<xsd:complexType GlobalComplexType name="AttributedDateTime" IdentifierName GlobalComplexType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This type is for elements whose [children] is a psuedo-dateTime and can have arbitrary attributes.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent ExtendedSimpleContent >
<xsd:extension ExtendedSimpleContent base="xsd:string" ExtendedSimpleContent >
<xsd:attribute ExtendedSimpleContent name="ValueType" IdentifierName ExtendedSimpleContent type="xsd:QName" QNameAttribute >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This attribute indicates the actual schema type of the element [children]. If the ValueType attribute is present, conforming processors must process the string value of [children] as if it were affiliated with the type indicated by this attribute. If the ValueType attribute is absent, the implied value of this attribute is xsd:dateTime.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup AttributeGroup ref="wsu:commonAtts" AttributeGroup />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="ReceivedType" IdentifierName GlobalComplexType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This type extends AnnotatedDateTime to add a Delay attribute.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent ExtendedSimpleContent >
<xsd:extension ExtendedSimpleContent base="wsu:AttributedDateTime" ExtendedSimpleContent >
<xsd:attribute ExtendedSimpleContent name="Delay" IdentifierName ExtendedSimpleContent type="xsd:int" IntAttribute use="optional" AttributeOptional >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This attribute indicates the number of milliseconds that this actor processed this message.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ExtendedSimpleContent name="Actor" IdentifierName ExtendedSimpleContent type="xsd:anyURI" AnyURIAttribute use="required" AttributeRequired >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This attribute indicates the intermediary that processed this message.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="AttributedURI" IdentifierName GlobalComplexType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This type is for elements whose [children] is an anyURI and can have arbitrary attributes.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent ExtendedSimpleContent >
<xsd:extension ExtendedSimpleContent base="xsd:anyURI" ExtendedSimpleContent >
<xsd:attributeGroup AttributeGroup ref="wsu:commonAtts" AttributeGroup />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<!-- // Timestamp header components /////////////////////////// -->
<xsd:complexType GlobalComplexType name="TimestampType" IdentifierName GlobalComplexType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This complex type ties together the timestamp related elements into a composite type.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence ComplexTypeSequence >
<xsd:choice ComplexTypeSequenceChoice SequenceChoice minOccurs="0" ChoiceMinOccurs0 maxOccurs="unbounded" ChoiceMaxOccursUnbounded >
<xsd:any ComplexTypeSequenceChoiceAny namespace="##other" ComplexTypeSequenceChoiceAny processContents="lax" ComplexTypeSequenceChoiceAny />
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup AttributeGroup ref="wsu:commonAtts" AttributeGroup />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="Timestamp" IdentifierName GlobalElement ElementTypeReference type="wsu:TimestampType" GlobalElement ElementTypeReference >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This element allows Timestamps to be applied anywhere element wildcards are present, including as a SOAP header.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- global element decls to allow individual elements to appear anywhere -->
<xsd:element GlobalElement ElementTypeReference name="Expires" IdentifierName GlobalElement ElementTypeReference type="wsu:AttributedDateTime" GlobalElement ElementTypeReference >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This element allows an expiration time to be applied anywhere element wildcards are present.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element GlobalElement ElementTypeReference name="Created" IdentifierName GlobalElement ElementTypeReference type="wsu:AttributedDateTime" GlobalElement ElementTypeReference >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This element allows a creation time to be applied anywhere element wildcards are present.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element GlobalElement ElementTypeReference name="Received" IdentifierName GlobalElement ElementTypeReference type="wsu:ReceivedType" GlobalElement ElementTypeReference >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This element allows the ReceviedType to be applied anywhere element wildcards are present, including a Timestamp header.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- // Context ///////////////////////////////////// -->
<xsd:complexType GlobalComplexType name="ContextType" IdentifierName GlobalComplexType abstract="true" GlobalComplexTypeAbstract >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This type is the generic base type for context headers.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence ComplexTypeSequence > </xsd:sequence>
<xsd:attributeGroup AttributeGroup ref="wsu:commonAtts" AttributeGroup />
</xsd:complexType>
<xsd:element GlobalElementComplexTypeSequenceExtension GlobalElementComplexType name="Context" IdentifierName GlobalElementComplexTypeSequenceExtension >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This element allows Contexts to be applied anywhere element wildcards are present, including as a SOAP header.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- // PortReference ////////////////////////////// -->
<xsd:complexType GlobalComplexType name="PortReferenceType" IdentifierName GlobalComplexType >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This complex type defines a lightweight type for transmitting ports.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence ComplexTypeSequence >
<xsd:any ExtendedSequenceLaxAny namespace="##any" ExtendedSequenceLaxAny processContents="lax" ExtendedSequenceLaxAny minOccurs="0" ExtendedSequenceLaxAny maxOccurs="unbounded" ExtendedSequenceLaxAny />
</xsd:sequence>
<xsd:attributeGroup AttributeGroup ref="wsu:commonAtts" AttributeGroup />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="PortReference" IdentifierName GlobalElement ElementTypeReference type="wsu:PortReferenceType" GlobalElement ElementTypeReference >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
This element allows port references to be applied anywhere element wildcards are present.
</xsd:documentation>
</xsd:annotation>
</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).