Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tviegut authored Oct 4, 2024
1 parent c73cfca commit 55e0756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,15 +438,15 @@ Also provided in the `/builder-submissions` folder in this repository is the **C

### Internal XSLT Parameters Passed By CIMTool

Finally, **CIMTool** internally passes along the following parameters into all XSLT builders:
Finally, **CIMTool** passes along the following parameters into all XSLT builders:

- **baseURI** - the baseURI is the namespace specified in the Namespace field on the Profile Summary tab for a profile.
- **ontologyURI** - the ontologyURI is the namespace URI specified at the time a CIM schema is imported into a CIMTool project. It is the URI that appears in the 'Namespace URI' field on properties dialog for the schema. Some builders needed this additional URI for use in their generated output (refer to the [rdfs-2020.xsl](shipped-builders/rdfs-2020/builder.md) for an example).
- **envelope** - the envelope is the value specified in the Name field on the Description tab for the profile.
- **copyright** - the text of a multi-line copyright if one is configured for the project.
- **copyright-single-line** - the text of a single-line copyright if one is configured for the project.

For copyright support you must determine which of the two your builder will use. Most likely your builder will utilize the multiline **copyright**. Refer to existing builders in this library for examples of how these four internally passed parameters are used. Currently only the JSON schema related builders utilize the **copyright-single-line** as JSON has certain constraints related to carriage returns in descriptions and comments within schemas and therefore requies a single line copyright notice.
For copyright support you must determine which of the two your builder will use. Most likely your builder will utilize the multiline **copyright**. Refer to existing builders in this library for examples of how each of these internally passed parameters are used. Currently only the JSON schema related builders utilize the **copyright-single-line** as JSON has certain constraints related to carriage returns in descriptions and comments within schemas and therefore requies a single line copyright notice.

### NTE (Name/Type/Extension) Assignment

Expand Down

0 comments on commit 55e0756

Please sign in to comment.