Skip to content

Commit

Permalink
PDF: IANA time zone-support (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Heiko Theißen <[email protected]>
  • Loading branch information
fb0d3nheimer and HeikoTheissen authored Jul 27, 2023
1 parent 67b7899 commit 9b17cd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vocabularies/PDF.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
"$Nullable": true,
"@Core.Description": "Maximum result size",
"@Core.LongDescription": "Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum"
},
"IANATimezoneFormat": {
"$Type": "Edm.Boolean",
"@Core.Description": "If this is true, the PDF format supports formatting columns of type `Edm.DateTimeOffset` in a IANA time zone given in the document description"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions vocabularies/PDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Property|Type|Description
[HeaderFooter](./PDF.xml#L83:~:text=<ComplexType%20Name="-,FeaturesType,-") *([Experimental](Common.md#Experimental))*|Boolean|Page header and footer supported<br>Headers and footers are areas in the top and the bottom page margins, where you can add page number and date information
[ResultSizeDefault](./PDF.xml#L90:~:text=<ComplexType%20Name="-,FeaturesType,-")|Int32?|Default result size<br>Default result size for PDF documents. Used if $top has not been provided.
[ResultSizeMaximum](./PDF.xml#L96:~:text=<ComplexType%20Name="-,FeaturesType,-")|Int32?|Maximum result size<br>Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum
[IANATimezoneFormat](./PDF.xml#L102:~:text=<ComplexType%20Name="-,FeaturesType,-")|Boolean|If this is true, the PDF format supports formatting columns of type `Edm.DateTimeOffset` in a IANA time zone given in the document description
3 changes: 3 additions & 0 deletions vocabularies/PDF.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@
<String>Max result size for PDF documents. Used if $top has been provided and $top > ResultSizeMaximum</String>
</Annotation>
</Property>
<Property Name="IANATimezoneFormat" Type="Edm.Boolean" Nullable="false">
<Annotation Term="Core.Description" String="If this is true, the PDF format supports formatting columns of type `Edm.DateTimeOffset` in a IANA time zone given in the document description" />
</Property>
</ComplexType>

</Schema>
Expand Down

0 comments on commit 9b17cd3

Please sign in to comment.