Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional attributes for expressing more details on the image #1

Merged
merged 3 commits into from Dec 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion pagecontent/schema/pagecontent.xsd
Expand Up @@ -116,6 +116,11 @@
<attribute name="imageFilename" type="string" use="required"></attribute>
<attribute name="imageWidth" type="int" use="required"></attribute>
<attribute name="imageHeight" type="int" use="required"></attribute>
<attribute name="imageXResolution" type="int" use="optional"></attribute>
<attribute name="imageYResolution" type="int" use="optional"></attribute>
<attribute name="imageCompression" type="string" use="optional"></attribute>
<attribute name="imagePhotometricInterpretation" type="string" use="optional"></attribute>
<attribute name="imageResolutionUnit" type="string" use="optional"></attribute>
<attribute name="custom" type="string">
<annotation>
<documentation>For generic use</documentation>
Expand Down Expand Up @@ -2134,4 +2139,4 @@ It does not contain pagenumber (if not part of running title), marginals, signat
</annotation></element>
</sequence>
</complexType>
</schema>
</schema>