opengeospatial / templates

OGC document templates in AsciiDoc
Apache License 2.0
11 stars 20 forks source link

Add guidance on creating source blocks in metanorma-based documents #33

Closed ghobona closed 1 year ago

ghobona commented 2 years ago

The follow guidance should be documented for creating source blocks:

An example is below.

[%unnumbered]
[source,xml]
----
<om:phenomenonTime>

<gml:TimeInstant gml:id="ab.ww.402557.wl.1.ti.1">

<gml:timePosition>1981-09-12T00:00:00Z</gml:timePosition>

</gml:TimeInstant>

</om:phenomenonTime>

Time Zone (example is Newfoundland time zone -3:30)

<om:phenomenonTime>

<gml:TimeInstant gml:id="nf.ww.34212.wl.1.ti.1">

<gml:timePosition>1981-09-12T00:00:00-03:30</gml:timePosition>

</gml:TimeInstant>

</om:phenomenonTime>
----
ghobona commented 1 year ago

Guidance documented at https://www.metanorma.org/author/ogc/topics/markup/#unnumbered-blocks