W3C

parlayx_call_notification_interface_2_1

The document saved/public/Parlay-X/parlayx_call_notification_interface_2_1.wsdl has been classified as being possibly a Basic 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 ImportSchema ./xs:import[@namespace and @schemaLocation]/ (., @namespace, @schemaLocation)
basic GlobalElement ./xs:element[@name and @type and contains(@type, ':')]/ (., @name, @type)
basic MaxOccurs1 .//.[@maxOccurs = '1']/ (@maxOccurs)
basic ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., 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 StringElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:string')]
basic AnyURIElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:anyURI')]

<xsd:schema TargetNamespace UnqualifiedLocalAttributes elementFormDefault="qualified" QualifiedLocalElements targetNamespace="http://www.csapi.org/schema/parlayx/call_notification/v2_1/local" TargetNamespace >
<xsd:import ImportSchema namespace="http://www.csapi.org/schema/parlayx/call_notification/v2_1" ImportSchema schemaLocation="parlayx_call_notification_types_2_1.xsd" ImportSchema />
<xsd:import ImportSchema namespace="http://www.csapi.org/schema/parlayx/common/v2_1" ImportSchema schemaLocation="parlayx_common_types_2_1.xsd" ImportSchema />
<xsd:element GlobalElement ElementTypeReference name="notifyBusy" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyBusy" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyBusy" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="callingParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
<xsd:element ComplexTypeSequence SequenceElement name="callingPartyName" IdentifierName ComplexTypeSequence type="xsd:string" StringElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="calledParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="notifyBusyResponse" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyBusyResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyBusyResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="notifyNotReachable" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyNotReachable" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyNotReachable" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="callingParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
<xsd:element ComplexTypeSequence SequenceElement name="callingPartyName" IdentifierName ComplexTypeSequence type="xsd:string" StringElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="calledParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="notifyNotReachableResponse" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyNotReachableResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyNotReachableResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="notifyNoAnswer" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyNoAnswer" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyNoAnswer" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="callingParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
<xsd:element ComplexTypeSequence SequenceElement name="callingPartyName" IdentifierName ComplexTypeSequence type="xsd:string" StringElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="calledParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="notifyNoAnswerResponse" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyNoAnswerResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyNoAnswerResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="notifyCalledNumber" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyCalledNumber" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyCalledNumber" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="callingParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
<xsd:element ComplexTypeSequence SequenceElement name="callingPartyName" IdentifierName ComplexTypeSequence type="xsd:string" StringElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="calledParty" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="notifyCalledNumberResponse" IdentifierName GlobalElement ElementTypeReference type="parlayx_call_notification_local_xsd:notifyCalledNumberResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="notifyCalledNumberResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
</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).