<xsd:complexType name="HeaderType">
<xsd:sequence>
<xsd:element name="ModificationLog" type="ModificationLogType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ApprovalHistory" type="ApprovalHistoryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
<xsd:element name="ExpirationDate" type="ExpirationDateType" minOccurs="0" />
<xsd:element name="ProductID" type="ProductIDType" minOccurs="0" />
<xsd:element name="ProductName" type="ProductNameType" minOccurs="0" />
<xsd:element name="BatchSize" type="BatchSizeType" minOccurs="0" />
<xsd:element name="ActualProductProduced" type="ActualProductProducedType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Status" type="BatchStatusType" minOccurs="0" />
<xsd:group ref="Extended:Header" minOccurs="0" maxOccurs="1" />
<xsd:element name="Any" type="AnyType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|