complexType TransactionHeaderType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:SenderBag com:ReceiverBag
used by
element com:TransactionHeader
source <xsd:complexType name="TransactionHeaderType">
<xsd:sequence>
<xsd:element ref="com:SenderBag">
</xsd:element>
<xsd:element ref="com:ReceiverBag" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>