Document Structure |
doc-page - DOCument or PAGE This is primarily to be used when data for the whole or major sections of an application are in image format OR other formats such as pdf. Page range attributes are given when required pp- page range ppf - first page ppl - last page (for pdf). The 'img' may also be used for complete pages, eg. in drawings Recommended id = docp01, docp02, etc. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
alt | xs:string | optional | ||||
color | restriction of xs:token | optional | ||||
file | xs:string | required | ||||
he | xs:NMTOKEN | required | ||||
id | xs:ID | optional | ||||
ocr | xs:string | optional | ||||
orientation | restriction of xs:token | portrait | optional | |||
pp | xs:string | optional | ||||
ppf | xs:string | optional | ||||
ppl | xs:string | optional | ||||
type | restriction of xs:token | required | ||||
wi | xs:NMTOKEN | required |
<xs:element name="doc-page" type="doc-pageType"> <xs:annotation> <xs:documentation>Document Structure</xs:documentation> <xs:documentation>doc-page - DOCument or PAGE This is primarily to be used when data for the whole or major sections of an application are in image format OR other formats such as pdf. Page range attributes are given when required pp- page range ppf - first page ppl - last page (for pdf). The 'img' may also be used for complete pages, eg. in drawings Recommended id = docp01, docp02, etc.</xs:documentation> </xs:annotation> </xs:element> |