Serbia (SeF): Master Person

In Serbian e-transport, this element is used to indicate a delivery by a natural person, when the shipping method is Personal Pickup or Personal Delivery.

In this case, the Courier is required, and the Carrier and Driver are omitted.

Required if the Shipping Method Type ShipmentMethodType is RS:4 or RS:5.

See Shipping Method Type for code descriptions.

Elements

Name (Path)CardinalityDescription
First Name (FirstName)0..1This person's given name.
Family Name (FamilyName)0..1This person's family name.
Identity Document Reference (IdentityDocumentReference)0..1A reference to a document that can precisely identify this person (for example, a driver's license).
Document Reference Identifier (IdentityDocumentReference/ID)0..1An identifier for the referenced document.
Document Type (IdentityDocumentReference/DocumentType)0..1The type of document being referenced, expressed as text.

Example

<DispatchAdvice>
    <!-- code omitted for clarity -->
    <cac:Shipment>
        <!-- code omitted for clarity -->
        <cac:ShipmentStage>
            <cac:MasterPerson>
                <FirstName>Petar</FirstName>
                <FamilyName>Petrovic</FamilyName>
                <cac:IdentityDocumentReference>
                    <ID>16099007111234</ID>
                    <DocumentType>Vozačka dozvola</DocumentType>
                </cac:IdentityDocumentReference>
            </cac:MasterPerson>
        </cac:ShipmentStage>
        <!-- code omitted for clarity -->
    </cac:Shipment>
    <!-- code omitted for clarity -->
</DispatchAdvice>