SAEM-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts104091 (104091) sam (0) major-version-2 (2) minor-version-1 (1) } DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS Sam FROM ITSsa1 { iso (1) standard (0) localized(16460) sa(2) version1 (1)} ItsPduHeader FROM ETSI-ITS-CDD {itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) 102894 cdd (2) major-version-4 (4) minor-version-1 (1)} WITH SUCCESSORS; /** * This type represents the SAEM PDU. * * It shall include the following components: * * @field header: the header of the SAEM PDU. * * @field sam: the service announcement data of the SAEM PDU. */ SAEM ::= SEQUENCE { header ItsPduHeader (WITH COMPONENTS {... , protocolVersion (2), messageId(saem)}), sam Sam (WITH COMPONENTS {version, body (WITH COMPONENTS {..., serviceInfos PRESENT})}) } END