<?xml version="1.0" encoding="utf-16"?>
<xs:element name="RetryInfo" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="NumberOfRetries" type="RangeOfIntType" minOccurs="0" />
<xs:element name="RetryInterval" type="RangeOfIntType" minOccurs="0" />
<xs:element name="RetryTimeOut" type="RangeOfIntType" minOccurs="0" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
|