<xsd:complexType name="OnlineOrderHeaderType">
<xsd:complexContent>
<xsd:extension base="StatusEnabledHeaderType">
<xsd:sequence>
<xsd:element ref="SessionID" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The SessionId identifies the session in which the OnlineOrder was created. This enables a direct cross-reference for the Requisitioning System, or whatever the originating system was, to the originating document. This element is used as a session identifier by the processing application, and can be used to convey the contents of the shopping OnlineOrder back to the requesting application</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EffectiveTimePeriod" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This identifies the time period for which this OnlineOrder is effective</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="CreatedByParty" minOccurs="0" />
<xsd:element ref="CreatedForParty" minOccurs="0" />
<xsd:element ref="SupplierParty" minOccurs="0" />
<xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|