Definition Type: Element
Name: OrderStatusHeader
Namespace: http://www.papinet.org/v2r40
Containing Schema: OrderStatusV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into ReceiverParty in schema papinetcommondefsv2r40_xsd Drilldown into SenderParty in schema papinetcommondefsv2r40_xsd Drilldown into RespondToParty in schema papinetcommondefsv2r40_xsd Drilldown into RequestingParty in schema papinetcommondefsv2r40_xsd Drilldown into RequestNumber in schema papinetcommondefsv2r40_xsd Drilldown into OrderStatusResponseDate in schema papinetcommondefsv2r40_xsd Drilldown into OrderStatusNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of OrderStatusHeader in schema orderstatusv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="OrderStatusHeader">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="OrderStatusNumber" />
            <xs:element ref="OrderStatusResponseDate" />
            <xs:element ref="RequestNumber" minOccurs="0" />
            <xs:element ref="RequestingParty" minOccurs="0" />
            <xs:element ref="RespondToParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SenderParty" minOccurs="0" />
            <xs:element ref="ReceiverParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrderStatusNumber pn:OrderStatusNumber (1) (1)
OrderStatusResponseDate pn:OrderStatusResponseDate (1) (1)
RequestNumber pn:RequestNumber 0 (1)
RequestingParty pn:RequestingParty 0 (1)
RespondToParty pn:RespondToParty 0 unbounded
SenderParty pn:SenderParty 0 (1)
ReceiverParty pn:ReceiverParty 0 unbounded
AdditionalText pn:AdditionalText 0 unbounded