-
Notifications
You must be signed in to change notification settings - Fork 1
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
Questions about stepmod2mn conversion rules #1
Comments
@Intelligent2013 we can use the keyword Ping @w00lf |
Can we do this instead? Ping @w00lf @opoudjis to decide on correct format: [[aic_draughting_elements.linear_dimension]]
==== linear_dimension
A *linear_dimension* is a type of
express_ref:[draughting_element_schema.dimension_curve_directed_callout]
directed by a dimension curve that presents a value of distance between two elements,
measured along a linear path, or the length of a linear element.
NOTE: Figures 3, 6, 7, and 8 show several linear dimensions used singularly or in dimension pairs.
EXPRESS specification:
[lutaml,../resources/aic_draughting_elements/aic_draughting_elements.exp, repo]
--
[source]
----
{{ repo.find_entity(id: "aic_draughting_elements.linear_dimension") }}
----
-- |
For information, except
Examples: [source]
--
*)
[[aic_draughting_elements]]
SCHEMA aic_draughting_elements;
-- [source]
--
USE FROM ../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema[draughting_element_schema] -- ISO 10303-101
(../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.dimension_curve[dimension_curve],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.dimension_curve_directed_callout[dimension_curve_directed_callout],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.dimension_curve_terminator[dimension_curve_terminator],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.draughting_callout[draughting_callout],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.draughting_callout_relationship[draughting_callout_relationship],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.leader_curve[leader_curve],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.leader_directed_callout[leader_directed_callout],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.leader_terminator[leader_terminator],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.projection_curve[projection_curve],
../../../../data/resources/draughting_element_schema/draughting_element_schema.xml#draughting_element_schema.projection_directed_callout[projection_directed_callout]);
USE FROM ../../../../data/resources/presentation_definition_schema/presentation_definition_schema.xml#presentation_definition_schema[presentation_definition_schema] -- ISO 10303-46
(../../../../data/resources/presentation_definition_schema/presentation_definition_schema.xml#presentation_definition_schema.annotation_text_occurrence[annotation_text_occurrence]);
(*
-- Examples of resulted adoc (updated): |
... I don't understand this at all, so I can't give you an informed comment. If the question is, what asciidoctor macro syntax to use, and if this is something like ambiguity between link within a document and link to another document, I would like to point out that metanorma collections have already defined an approach to this for cross-references between documents, and I shall rain down fury if you all end up doing a completely different solution. The solution for crossreferences between documents in Metanorma collections is given in For anchor we define a reference to an external document in the document bibliography as:
where "mydoc" is defined in the Collection YAML. (We may end up suppressing rendering of such entries in the bibliography; this is in play in metanorma/bipm-si-brochure#41 (comment) The crossreference then becomes I very strongly urge you to use the |
@Intelligent2013 I discussed with @opoudjis , he was confused on what we were asking. Basically for all i.e.
|
@opoudjis thank you for the answer, that what is needed. Done. |
dimension_curve_directed_callout - is a link to the document ISO 10303-101:2019 (iso-10303-stepmod-master/data/resource_docs/draughting), section draughting_element_schema.dimension_curve_directed_callout:
@ronaldtse Question: how should I encode such links in resulted adoc?
The text was updated successfully, but these errors were encountered: