W3C

FoxCentral

The document http://www.foxcentral.net/foxcentral.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)
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 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 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 ElementEmptyComplexType .//xs:element[@name]/xs:complexType[not(node())]/ (., .., ../@name)
basic StringElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:string')]
basic BooleanElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:boolean')]
basic DateTimeElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:dateTime')]
basic IntElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:int')]
advanced GlobalElementComplexType .//xs:element[parent::xs:schema]/xs:complexType / (.,..)

<s:schema TargetNamespace UnqualifiedLocalAttributes elementFormDefault="qualified" QualifiedLocalElements targetNamespace="http://www.west-wind.com/foxcentral" TargetNamespace >
<s:element GlobalElementSequence GlobalElementComplexType name="AddItem" IdentifierName GlobalElementSequence >
<s:complexType GlobalElementSequence GlobalElementComplexType >
<s:sequence ComplexTypeSequence GlobalElementSequence > </s:sequence>
</s:complexType>
</s:element>
<s:element GlobalElementSequence GlobalElementComplexType name="GetResourcesWithFilter" IdentifierName GlobalElementSequence >
<s:complexType GlobalElementSequence GlobalElementComplexType ></s:complexType>
</s:element>
<s:element GlobalElementSequence GlobalElementComplexType name="GetResourcesWithFilterResponse" IdentifierName GlobalElementSequence ></s:element>
<s:element GlobalElementSequence GlobalElementComplexType name="AddArticle" IdentifierName GlobalElementSequence >
<s:complexType GlobalElementSequence GlobalElementComplexType >
<s:sequence ComplexTypeSequence GlobalElementSequence > </s:sequence>
</s:complexType>
</s:element>
</s: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).