W3C

parlayx_call_notification_types_2_1

The document saved/public/Parlay-X/parlayx_call_notification_types_2_1.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)
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 ImportSchema ./xs:import[@namespace and @schemaLocation]/ (., @namespace, @schemaLocation)
basic MaxOccurs1 .//.[@maxOccurs = '1']/ (@maxOccurs)
basic ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic GlobalSimpleType ./xs:simpleType[@name]/ (., @name)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic StringEnumerationType .//xs:simpleType/xs:restriction[@base/resolve-QName(.,..) = xs:QName('xs:string') and xs:enumeration]/ (., @base, xs:enumeration/(., @value))
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 AnyURIElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:anyURI')]

<xsd:schema TargetNamespace UnqualifiedLocalElements UnqualifiedLocalAttributes targetNamespace="http://www.csapi.org/schema/parlayx/call_notification/v2_1" TargetNamespace >
<xsd:import ImportSchema namespace="http://www.csapi.org/schema/parlayx/common/v2_1" ImportSchema schemaLocation="parlayx_common_types_2_1.xsd" ImportSchema />
<xsd:complexType GlobalComplexType name="Action" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="actionToPerform" IdentifierName ComplexTypeSequence ElementTypeReference type="parlayx_call_notification_xsd:ActionValues" ElementTypeReference />
<xsd:element ComplexTypeSequence SequenceElement name="routingAddress" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="charging" IdentifierName ComplexTypeSequence ElementTypeReference type="parlayx_common_xsd:ChargingInformation" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType GlobalSimpleType name="ActionValues" IdentifierName GlobalSimpleType >
<xsd:restriction StringEnumerationType base="xsd:string" StringEnumerationType >
<xsd:enumeration StringEnumerationType value="Route" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="Continue" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="EndCall" StringEnumerationType />
</xsd:restriction>
</xsd:simpleType>
</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).