PublicationIssue
Type name: PublicationIssue
Extends CreativeWork
Name |
Type |
Description |
issueNumber |
Integer or Text |
Identifies the issue of publication; for example, "iii" or "2". |
pageEnd |
Integer or Text |
The page on which the work ends; for example "138" or "xvi". |
pageStart |
Integer or Text |
The page on which the work starts; for example "135" or "xiii". |
pagination |
Text |
Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49". |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`PublicationIssue` is a type that provides information about a specific issue of a publication, extending the `CreativeWork` type."],["It includes properties like `issueNumber`, `pageStart`, `pageEnd`, and `pagination` to describe the issue's details."],["These properties can be represented using `Integer` or `Text` types to accommodate various formats for issue numbers and page descriptions."]]],[]]