W3C

parlayx_third_party_call_types_3_0

The document saved/public/Parlay-X/parlayx_third_party_call_types_3_0.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 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 StringElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:string')]
basic DateTimeElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:dateTime')]
basic AnyURIElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:anyURI')]
basic IntElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:int')]

<xsd:schema TargetNamespace UnqualifiedLocalElements UnqualifiedLocalAttributes targetNamespace="http://www.csapi.org/schema/parlayx/third_party_call/v3_0" TargetNamespace >
<xsd:complexType GlobalComplexType name="CallInformation" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="callStatus" IdentifierName ComplexTypeSequence ElementTypeReference type="parlayx_third_party_call_xsd:CallStatus" ElementTypeReference />
<xsd:element ComplexTypeSequence SequenceElement name="startTime" IdentifierName ComplexTypeSequence type="xsd:dateTime" DateTimeElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="duration" IdentifierName ComplexTypeSequence type="xsd:int" IntElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="terminationCause" IdentifierName ComplexTypeSequence ElementTypeReference type="parlayx_third_party_call_xsd:CallTerminationCause" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="TextInformation" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="language" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
</xsd:sequence>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="AnnouncementContents" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="unionElement" IdentifierName ComplexTypeSequence ElementTypeReference type="parlayx_third_party_call_xsd:AnnouncementType" ElementTypeReference />
<xsd:element ComplexTypeSequence SequenceElement name="announcementId" IdentifierName ComplexTypeSequence type="xsd:int" IntElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="text" IdentifierName ComplexTypeSequence ElementTypeReference type="parlayx_third_party_call_xsd:TextInformation" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="voiceXml" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType GlobalSimpleType name="CallStatus" IdentifierName GlobalSimpleType >
<xsd:restriction StringEnumerationType base="xsd:string" StringEnumerationType >
<xsd:enumeration StringEnumerationType value="CallInitial" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CallConnected" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CallTerminated" StringEnumerationType />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType GlobalSimpleType name="CallTerminationCause" IdentifierName GlobalSimpleType >
<xsd:restriction StringEnumerationType base="xsd:string" StringEnumerationType >
<xsd:enumeration StringEnumerationType value="CallingPartyNoAnswer" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CalledPartyNoAnswer" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CallingPartyBusy" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CalledPartyBusy" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CallingPartyNotReachable" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CalledPartyNotReachable" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CallHangUp" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="CallAborted" StringEnumerationType />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType GlobalSimpleType name="AnnouncementType" IdentifierName GlobalSimpleType >
<xsd:restriction StringEnumerationType base="xsd:string" StringEnumerationType >
<xsd:enumeration StringEnumerationType value="announcementId" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="text" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="voiceXml" StringEnumerationType />
<xsd:enumeration StringEnumerationType value="audio" 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).