<xsd:element name="TransmissionManifest">
<xsd:annotation>
<xsd:documentation>A list of the origin headers in the transmission</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="OriginHeaderReference" maxOccurs="unbounded">
<xsd:complexType>
<xsd:attribute name="originId" type="IdType" use="required">
<xsd:annotation>
<xsd:documentation>The value of the originId attribute must match the OriginId of this origin. Must be unique within the transmission. Use a unique, for you and your system, value that will identify the grouping of items batched under the Origin.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="originHeaderCount" type="IntegerPosType" use="required">
<xsd:annotation>
<xsd:documentation>The number of origin headers in this transmission</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
|