3D Models
Capture 3D models in a fig element with fig-type of
model
.
Capture the following within a fig element:
- The fig id.
- The model DOI captured in an object-id element with a pub-id-type attribute with a value of doi. This is the ID from the URL string for the specific model.
- A label element containing the label for the item, in the format 'Model 1'.
- A caption element
- A media element with attributes content-type="sketchfab" and mimetype="model"
Within the caption element, capture the caption of the video on SketchFab.
Within the media element, capture an object-id child. This contains the model ID identified using a pub-id-type attribute with a value of modelid. This is the ID from the URL string for the specific model.
<fig id="bty103-model2" fig-type="model">
<object-id pub-id-type="doi">10.1093/46cf3cf5bf0013ad767df773</object-id>
<label>Model 2</label>
<caption><p>Deep structures within the temporal bone.</p></caption>
<media content-type="sketchfab" mimetype="model">
<object-id pub-id-type="modelid">46cf3cf5bf0013ad767df773</object-id>
</media>
</fig>