tei-for-special-collections / consolidated-schema

0 stars 2 forks source link

dimensions: attribute issues (mandatory @unit; @type attribute value list #11

Open mjhawkins opened 1 year ago

mjhawkins commented 1 year ago

Should unit be mandatory on all files or just recommended. This is currently enforced with a schematron rule, but if we decided it was mandatory, were could instead code it as: <attDef ident="unit" usage="req" mode="change"/>

The type attribute recommends the following values. Are they all OK to include in the base schema or do we want to remove them, change some, add some more?

holfordm commented 1 year ago

folia and leaf refer to the same thing, surely, so one should be deprecated. I would prefer to keep leaf.

ElizabethGow commented 1 year ago

I think unit should be mandatory for dimensions. Guidelines could specify appropriate units for the project/category of material, but would there be a controlled set of values for unit? If unit is mandatory, should quantity also be mandatory for the encoded dimensions? e.g.

> <dimensions type="object" unit="mm">
>  <height quantity="101">101</height>
>  <width quantity="106">106</width>
>  </dimensions>
ElizabethGow commented 1 year ago

folia and leaf refer to the same thing, surely, so one should be deprecated. I would prefer to keep leaf.

Leaf is my preference also

ElizabethGow commented 1 year ago

The current list of types is oriented around codices, and there are other relevant values. The above example uses "object" (for 3D text-bearing objects), "container" might be useful for wrappers, folders, boxes, satchels etc.. For scrolls/rolls it is helpful to know what the rolled or folded dimensions are. Other possible values include sheet, chainlines, watermark, membrane, fragment. Probably one for the authorities stage of this work!

ElizabethGow commented 1 year ago

NB - could this be split into two issues?

Dr-James-Freeman commented 1 year ago

folia and leaf refer to the same thing, surely, so one should be deprecated. I would prefer to keep leaf.

Agreed.