Relevant header or envelope information.

Cardinality
1..1
Namespace
xha oasis-cefact-xhe-1.0-AggregateComponents
Child elements
Card Name Description
1..1 xhb:ID

Identifier
Identification of the header.

Example value: 1542

0..1 xhb:UUID

Unique identifier
Unique identifier of the envelope.

Example value: a8966484-f555-4fc0-92f4-333a93a88aa2

1..1 xhb:CreationDateTime

Creation Date Time
The date and time when the envelope was created. Use format 'YYY-MM-DDThh:mm:ssZ', where T indicate a divider and Z indicates UTC.

Example value: 2019-10-09T15:00:00Z

0..1 xha:BusinessScope

Business Scope

0..1 xha:FromParty

From party
Information about the party that originated the envelope.

1..n xha:ToParty

To party
Information about the party that receives the envelope.

Description
UBL example of Header
<xha:Header>
    <xhb:ID>158</xhb:ID> (1)
    <xhb:UUID>356a67cf-1fac-4c30-94b0-a29fee1a015b</xhb:UUID> (2)
    <xhb:CreationDateTime>2019-10-09T10:00:00Z</xhb:CreationDateTime> (3)
    <xha:BusinessScope> (4)
        <xha:BusinessScopeCriterion>
            <xhb:BusinessScopeCriterionTypeCode>DPS</xhb:BusinessScopeCriterionTypeCode>(5)
            <xhb:BusinessScopeCriterionValue>Developing DPS pilot.</xhb:BusinessScopeCriterionValue> (6)
        </xha:BusinessScopeCriterion>
    </xha:BusinessScope>

    <xha:FromParty>
        <xha:PartyIdentification>
            <xhb:ID schemeID="0192">987654325</xhb:ID> (7)
        </xha:PartyIdentification>
    </xha:FromParty>

    <xha:ToParty>
        <xha:PartyIdentification>
            <xhb:ID schemeID="0192">123456785</xhb:ID> (8)
        </xha:PartyIdentification>
    </xha:ToParty>
</xha:Header>