OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-msg message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: CPPA complexType definition for PMode ReliabilityType


Here is my (draft/working) rendition for PModeReliabilityType

 

<xsd:complexType name="PModeReliabilityType">

                        <xsd:sequence>

                                    <xsd:element name="AcksTo" minOccurs="0" type="xsd:string"/>

                                    <xsd:element name="ReplyPattern" minOccurs="1" type="xsd:NMTOKEN"/>

                                    <xsd:element name="Scope" type="xsd:NMTOKEN" minOccurs="0" maxOccurs="1"/>

                                    <xsd:any namespace="##other" maxOccurs="unbounded" minOccurs="0"/>

                        </xsd:sequence>

                        <xsd:attribute name="atLeastOnce" type="xsd:boolean"/>

                        <xsd:attribute name="atMostOnce" type="xsd:boolean"/>

                        <xsd:attribute name="inOrder" type="xsd:boolean"/>

                        <xsd:attribute name="ackOnDelivery" type="xsd:boolean"/>

                        <xsd:attribute name="responseAck" type="xsd:boolean"/>

                        <xsd:anyAttribute namespace="##other"/>

            </xsd:complexType>

 

For discussion Wednesday if agenda and time permit.

 

Dale Moberg

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]