Definition Type: Element
Name: BuyerSequenceNumber
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Type: nsA:BuyerSequenceNumberType
Containing Schema: CIDX_CeS_v4.0_CommonComponents.xsd
Abstract
Documentation:
Provides for the sequential numbering of messages. OrderCreate - Value must be 0 or greater OrderChange - Value must be greater than value in preceding OrderCreate and greater than value in prior OrderChanges for the corresponding OrderCreate. OrderResponse - Value must equal the value received in the related OrderCreate or OrderChange 0 1 2
Collapse XSD Schema Diagram:
XSD Diagram of BuyerSequenceNumber in schema cidx_ces_v4_0_commoncomponents_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:element name="BuyerSequenceNumber" type="BuyerSequenceNumberType">
    <xsd:annotation>
        <xsd:documentation>
            <Documentation>
                <Description>Provides for the sequential numbering of messages.
OrderCreate - Value must be 0 or greater
OrderChange - Value must be greater than value in preceding OrderCreate and greater than value in prior OrderChanges for the corresponding OrderCreate.
OrderResponse - Value must equal the value received in the related OrderCreate or OrderChange</Description>
                <SampleData>0
1
2</SampleData>
            </Documentation>
        </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Derivation Tree: