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