We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Goal is for developers to generate a subset of the ISO 10303-2 vocabulary so they can verify their text and descriptions for Clauses 4 and 5.
The manifest file will be located under {repo}/publication/part1000/CR_{name} with filename vocabulary.xml.
{repo}/publication/part1000/CR_{name}
vocabulary.xml
A sample vocabulary.xml for the Change Request (CR) CR_PMI4 looks like:
CR_PMI4
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE docs SYSTEM "../../dtd/part1000/docs.dtd"> <docs part.version.number="10"> <doc name="draughting" series="IAR" part="101" pub_type="IS" edition="6" pub_year_mo="2022" format="html-stepmod"/> <doc name="draughting_element" series="AM" part="1310" pub_type="TS" edition="5" pub_year_mo="2022" format="html-stepmod"/> <doc name="mechanical_design_features_and_requirements" series="AM" part="1846" pub_type="TS" edition="3" pub_year_mo="2022" format="html-stepmod"/> </docs>
In our code we work with docs.xml, which has a similar structure, here:
docs.xml
stepmod-utils/lib/stepmod/utils/terms_extractor.rb
Line 70 in f483334
The output of this command would be a valid ISO 10303-2 document, with:
The text was updated successfully, but these errors were encountered:
The output of the command will be a Metanorma document that represents the vocabulary of the CR specified files.
The document identifier "could be":
Sorry, something went wrong.
No branches or pull requests
Goal is for developers to generate a subset of the ISO 10303-2 vocabulary so they can verify their text and descriptions for Clauses 4 and 5.
The manifest file will be located under
{repo}/publication/part1000/CR_{name}
with filenamevocabulary.xml
.A sample
vocabulary.xml
for the Change Request (CR)CR_PMI4
looks like:In our code we work with
docs.xml
, which has a similar structure, here:stepmod-utils/lib/stepmod/utils/terms_extractor.rb
Line 70 in f483334
The output of this command would be a valid ISO 10303-2 document, with:
vocabulary.xml
fileThe text was updated successfully, but these errors were encountered: