Changeset 113
- Timestamp:
- Sep 27, 2009 8:19:47 AM (10 years ago)
- Location:
- 1dwg/trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
1dwg/trunk/doc/elements.xml
r111 r113 10 10 ########### SVN repository information ################### 11 11 --> 12 <chapter xml:id="wiki-elements" 13 xmlns="http://docbook.org/ns/docbook" version="5.0" 14 xmlns:xlink="http://www.w3.org/1999/xlink" 15 xmlns:xi="http://www.w3.org/2001/XInclude"> 12 <chapter xml:id="wiki-elements" xmlns="http://docbook.org/ns/docbook" version="5.0" 13 xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> 16 14 <title>Elements of the CanSAS XML standard</title> 17 <para>There are various elements (tag names) in the canSAS1d/1.0 standard. 18 Each of these is described below.</para> 15 <para>There are various elements (tag names) in the canSAS1d/1.0 standard. Each of these is 16 described below.</para> 17 <para> The <emphasis role="italic">Type</emphasis> may be a <emphasis role="italic" 18 >container</emphasis> or <emphasis role="italic">askjgv</emphasis>. Elements of type 19 <emphasis role="italic">container</emphasis> have subelements but no text for 20 themselves. </para> 21 <para> The number of times a particular element may appear is described in the <emphasis 22 role="italic">occurence</emphasis> column. A value of <emphasis role="italic" 23 >[0..1]</emphasis> indicates the element is optional but may appear one time. A value of 24 <emphasis role="italic">[0..]</emphasis> indicates the element is optional but may 25 appear as many times as desired (also known as unbounded). </para> 19 26 <xi:include href="cansas1d_element_XML_Header.xml"/> 20 27 <xi:include href="cansas1d_element_SASroot.xml"/> -
1dwg/trunk/doc/manual.xml
r112 r113 31 31 <email>jemian@anl.gov</email> 32 32 </author> 33 < edition>$Id$</edition>33 <!--<edition>$Id$</edition>--> 34 34 <pubdate>2009</pubdate> 35 35 <legalnotice>
Note: See TracChangeset
for help on using the changeset viewer.