Definition Type: Element
Name: RetryInfo
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RetryTimeOut Drilldown into RetryInterval Drilldown into NumberOfRetriesXSD Diagram of RetryInfo
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="RetryInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="NumberOfRetries" minOccurs="0" />
            <xs:element name="RetryInterval" type="xs:int" minOccurs="0" />
            <xs:element name="RetryTimeOut" type="xs:int" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumberOfRetries pwg:NumberOfRetries 0 (1)
RetryInterval pwg:RetryInterval 0 (1)
RetryTimeOut pwg:RetryTimeOut 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded