Difference between revisions of "StrawManFacsimileMarkup"

From TEIWiki
Jump to navigation Jump to search
(quoted markup)
Line 34: Line 34:
 
</facsimileList>
 
</facsimileList>
 
<facsimileLinks>
 
<facsimileLinks>
<facsimileLink><!-- -->
+
<facsimileLink><!-- group of links to equivalents -->
 
<ref type="text" target="#pb1"/>
 
<ref type="text" target="#pb1"/>
 
<ref type="thumbnail" target="#thumb-p1"/>
 
<ref type="thumbnail" target="#thumb-p1"/>

Revision as of 12:01, 24 February 2006

<teiHeader>

	<taxonomy><!-- ??? replace with some kind of keyword system, for use with tei:ref/@type? -->
		<bibl>
			<ref target="{pointer to a standard taxonomy of facsimile roles/relationships?}"/>
			<category xml:id="text">
				<catDesc>Textual form</catDesc>
			</category>
			<category xml:id="thumbnail">
				<catDesc>Thumbnail image</catDesc>
			</category>
			<category xml:id="access">
				<catDesc>Large image</catDesc>
			</category>
			<category xml:id="annotation">
				<catDesc>Large annotated image</catDesc>
			</category>
		</bibl>
	</taxonomy>

	...
	<facsimileStmt>
		<facsimileList><!-- list of facsimile images, inline or external -->
			<graphic xml:id="thumb-p1" url="thumb-p1.jpg" mimeType="image/jpeg"/>
			<graphic xml:id="access-p1" url="access-p1.jpg" mimeType="image/jpeg"/>
			...
			<svg:svg xml:id="detail-unclear-22" xmlns:svg="http://www.w3.org/2000/svg">
				<!-- svg image could be zoomed and cropped here to a detail -->
				<svg:image id="svg1-access-p1-detail" x="0" y="0" width="100" height="100" 
				xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="access-p1.jpg"/>
			</svg:svg>
			...
		</facsimileList>
		<facsimileLinks>
			<facsimileLink><!-- group of links to equivalents -->
				<ref type="text" target="#pb1"/>
				<ref type="thumbnail" target="#thumb-p1"/>
				<ref type="access" target="#access-p1"/>
				<ref type="annotation" target="#annotation-p1"/>
			</facsimileLink>
			<facsimileLink>
				<ref type="text" target="#unclear-22"/>
				<ref type="access" target="#detail-unclear-22"/>
			</facsimileLink>
			...
		</facsimileLinks>
		
	</facsimileStmt>
	...
</teiHeader>