W3C

parlayx_multimedia_conference_interface_2_1

The document saved/public/Parlay-X/parlayx_multimedia_conference_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 NonIdentifierName .//.[@name and not(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 ElementMinOccurs0MaxOccursUnbounded .//xs:element[@minOccurs = '0' and @maxOccurs = 'unbounded']/ (@minOccurs, @maxOccurs)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
basic ComplexTypeSequence .//xs:complexType/xs:sequence/ (., xs:element/(., @name))
basic SequenceElement .//xs:sequence/xs:element/(.)
basic SequenceSingleRepeatedElement .//xs:sequence[count(xs:element) = 1]/xs:element[@maxOccurs = 'unbounded']/ (., @maxOccurs)
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')]
basic IntElement .//xs:element/@type[resolve-QName(.,..) = xs:QName('xs:int')]

<xsd:schema TargetNamespace UnqualifiedLocalAttributes elementFormDefault="qualified" QualifiedLocalElements targetNamespace="http://www.csapi.org/schema/parlayx/multimedia_conference/v2_1/local" TargetNamespace >
<xsd:import ImportSchema namespace="http://www.csapi.org/schema/parlayx/multimedia_conference/v2_1" ImportSchema schemaLocation="parlayx_multimedia_conference_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="createConference" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:createConference" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="createConference" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceType" IdentifierName ComplexTypeSequence type="xsd:string" StringElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="conferenceDescription" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="charging" IdentifierName ComplexTypeSequence ElementTypeReference type="parlayx_common_xsd:ChargingInformation" ElementTypeReference minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="maximumDuration" IdentifierName ComplexTypeSequence type="xsd:int" IntElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
<xsd:element ComplexTypeSequence SequenceElement name="maximumNumberOfParticipants" IdentifierName ComplexTypeSequence type="xsd:int" IntElement />
<xsd:element ComplexTypeSequence SequenceElement name="conferenceOwner" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="createConferenceResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:createConferenceResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="createConferenceResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence ></xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="getConferenceInfo" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:getConferenceInfo" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="getConferenceInfo" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifier" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="getConferenceInfoResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:getConferenceInfoResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="getConferenceInfoResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence ></xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="endConference" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:endConference" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="endConference" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifier" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="endConferenceResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:endConferenceResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="endConferenceResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="inviteParticipant" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:inviteParticipant" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="inviteParticipant" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifier" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
<xsd:element ComplexTypeSequence SequenceElement name="participant" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="inviteParticipantResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:inviteParticipantResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="inviteParticipantResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="disconnectParticipant" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:disconnectParticipant" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="disconnectParticipant" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifier" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
<xsd:element ComplexTypeSequence SequenceElement name="participant" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="disconnectParticipantResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:disconnectParticipantResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="disconnectParticipantResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="getParticipantInfo" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:getParticipantInfo" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="getParticipantInfo" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifier" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
<xsd:element ComplexTypeSequence SequenceElement name="participant" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="getParticipantInfoResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:getParticipantInfoResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="getParticipantInfoResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="result" IdentifierName ComplexTypeSequence ElementTypeReference type="multimedia_conference_xsd:ParticipantInfo" ElementTypeReference />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="getParticipants" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:getParticipants" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="getParticipants" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifier" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="getParticipantsResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:getParticipantsResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="getParticipantsResponse" IdentifierName GlobalComplexType ></xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="addMediaForParticipant" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:addMediaForParticipant" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="addMediaForParticipant" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifer" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
<xsd:element ComplexTypeSequence SequenceElement name="participant" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="direction" IdentifierName ComplexTypeSequence ElementTypeReference type="multimedia_conference_xsd:MediaDirection" ElementTypeReference />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="addMediaForParticipantResponse" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:addMediaForParticipantResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="addMediaForParticipantResponse" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence />
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="deleteMediaForParticipant" IdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:deleteMediaForParticipant" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="deleteMediaForParticipant" IdentifierName GlobalComplexType >
<xsd:sequence ComplexTypeSequence >
<xsd:element ComplexTypeSequence SequenceElement name="conferenceIdentifer" IdentifierName ComplexTypeSequence type="xsd:string" StringElement />
<xsd:element ComplexTypeSequence SequenceElement name="participant" IdentifierName ComplexTypeSequence type="xsd:anyURI" AnyURIElement />
<xsd:element ComplexTypeSequence SequenceElement ElementTypeReference name="direction" IdentifierName ComplexTypeSequence ElementTypeReference type="multimedia_conference_xsd:MediaDirection" ElementTypeReference />
</xsd:sequence>
</xsd:complexType>
<xsd:element GlobalElement ElementTypeReference name="deleteMediaForParticipantResponse" NonIdentifierName GlobalElement ElementTypeReference type="multimedia_conference_local_xsd:deleteMediaForParticipantResponse" GlobalElement ElementTypeReference />
<xsd:complexType GlobalComplexType name="deleteMediaForParticipantResponse" NonIdentifierName 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).