← Prev in month ← Prev in thread
Next in thread → Next in month →

CPPA complexType definition for PMode ReliabilityType

From
Dale Moberg <>
Date
2007-01-16T22:26:57+00:00
ID
Thread
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
← Prev in month ← Prev in thread
Next in thread → Next in month →