<xsd:group name="Sequence.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model group defining the element used for message sequencing</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="sequenceNumber" type="xsd:positiveInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A numeric value that can be used to order messages with the same correlation identifier from the same sender.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|