Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Action record specifies the properties of an action.
-
Action = actionStart actionInfoProperties delimiter
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
actionStart |
actionInfoProperties (variable) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
delimiter |
actionStart (1 byte): A byte that specifies the start of the Action record. The value of the actionStart field MUST be 0x03.
actionInfoProperties (variable): A collection of structures that specifies the properties applicable to the Action record. The order of the structures in the collection is arbitrary. The actionInfoProperties collection can be empty. Each structure contained in the actionInfoProperties collection MUST be one of the following:
-
Property
-
If an ActionInfoProperties collection contains a HyperLink structure, it MUST NOT contain a BookmarkLink, DrillthroughUrl, or DrillthroughId structure.
-
If an ActionInfoProperties collection contains a BookmarkLink structure, it MUST NOT contain a DrillthroughUrl structure or a DrillthroughId structure.
-
If an ActionInfoProperties collection contains a DrillthroughUrl structure, it MUST contain a DrillthroughId structure.
-
If an ActionInfoProperties collection contains a DrillthroughId structure, it MUST contain a DrillthroughUrl structure.
delimiter (1 byte): A byte that specifies the end of the Action record. The value of the delimiter field MUST be 0xFF.