cansas1d SASentry: Difference between revisions
From canSAS
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
this page (and below) under construction | this page (and below) under construction | ||
<gallery caption="block diagrams"> | |||
Image:cansas1d-v1-1-SASroot.png | |||
</gallery> | |||
{| {{Tablestyle}} | {| {{Tablestyle}} | ||
Line 18: | Line 22: | ||
|| string | || string | ||
| align="center" | [1..unbounded] | | align="center" | [1..unbounded] | ||
|| Run identification for this '''SASentry'''. | || Run identification for this [[cansas1d_SASentry | '''SASentry''']]. | ||
For many facilities, this is an integer. Use multiple instances of '''Run''' as needed. | For many facilities, this is an integer. Use multiple instances of '''Run''' as needed. | ||
Note: How to correlate this with '''SASdata''' and '''SASinstrument''' configurations has not yet been defined. | Note: How to correlate this with [[cansas1d_SASdata | '''SASdata''']] and [[cansas1d_SASinstrument | '''SASinstrument''']] configurations has not yet been defined. | ||
'''name''' is an optional string attribute to identify this particular '''Run'''. Could use this to associate (correlate) multiple '''SASdata''' elements with '''Run''' elements. (Give them the same ''short-Run-identifier''.) | '''name''' is an optional string attribute to identify this particular '''Run'''. Could use this to associate (correlate) multiple [[cansas1d_SASdata | '''SASdata''']] elements with '''Run''' elements. (Give them the same ''short-Run-identifier''.) | ||
|| name="{short-Run-identifier}" | || '''''name'''''="{short-Run-identifier}" | ||
|- | |- | ||
|| [[cansas1d_any | ''{any}'']] | || [[cansas1d_any | ''{any}'']] | ||
|| container | || container | ||
| align="center" | [0..unbounded] | | align="center" | [0..unbounded] | ||
|| | || Any element(s) not defined in the cansas1d/1.0 standard can be placed at this point. See [[cansas1d_any | ''{any}'']] for more details. | ||
|| | || '''''xmlns:{foreign-prefix}'''''="{foreign-namespace}" | ||
|- | |- | ||
|| [[cansas1d_SASdata | '''SASdata''']] | || [[cansas1d_SASdata | '''SASdata''']] | ||
|| container | || container | ||
| align="center" | [1..unbounded] | | align="center" | [1..unbounded] | ||
|| | || Reduced 1-D SAS data for this [[cansas1d_SASentry | '''SASentry''']]. Use multiple [[cansas1d_SASdata | '''SASdata''']] elements to represent multiple frames. Use this to associate (correlate) multiple [[cansas1d_SASdata | '''SASdata''']] elements with '''Run''' elements. (Give them the same name.) | ||
|| name="{short-Run-identifier}" | || '''''name'''''="{short-Run-identifier}" | ||
|- | |- | ||
|| [[cansas1d_any | ''{any}'']] | || [[cansas1d_any | ''{any}'']] | ||
|| container | || container | ||
| align="center" | [0..unbounded] | | align="center" | [0..unbounded] | ||
|| | || Any element(s) not defined in the cansas1d/1.0 standard can be placed at this point. See [[cansas1d_any | ''{any}'']] for more details. | ||
|| | || '''''xmlns:{foreign-prefix}'''''="{foreign-namespace}" | ||
|- | |- | ||
|| [[cansas1d_SASsample | '''SASsample''']] | || [[cansas1d_SASsample | '''SASsample''']] | ||
|| container | || container | ||
| align="center" | [1..1] | | align="center" | [1..1] | ||
|| | || Description of the sample. | ||
|| | || '''''name'''''="{short-SASsample-identifier}" | ||
|- | |- | ||
|| [[cansas1d_SASinstrument | '''SASinstrument''']] | || [[cansas1d_SASinstrument | '''SASinstrument''']] | ||
|| container | || container | ||
| align="center" | [1..1] | | align="center" | [1..1] | ||
|| | || Description of the instrument | ||
|| | || | ||
|- | |- | ||
|- | |- | ||
Line 60: | Line 64: | ||
|| container | || container | ||
| align="center" | [1..unbounded] | | align="center" | [1..unbounded] | ||
|| | || Description of a processing or analysis step. | ||
|| | || '''''name'''''="{short-SASprocess-identifier}" | ||
|- | |- | ||
|- | |- | ||
Line 67: | Line 71: | ||
|| container | || container | ||
| align="center" | [0..unbounded] | | align="center" | [0..unbounded] | ||
|| description | || Free form description of anything not covered by other elements. | ||
|| | || '''''name'''''="{short-SASnote-identifier}" | ||
|- | |- | ||
|} | |} | ||
Revision as of 15:21, 15 April 2008
this page (and below) under construction
Name | Type | occurrence | Description | Attributes |
---|---|---|---|---|
Title | string | [1..1] | Title of this SASentry. | |
Run | string | [1..unbounded] | Run identification for this SASentry.
For many facilities, this is an integer. Use multiple instances of Run as needed. Note: How to correlate this with SASdata and SASinstrument configurations has not yet been defined. name is an optional string attribute to identify this particular Run. Could use this to associate (correlate) multiple SASdata elements with Run elements. (Give them the same short-Run-identifier.) |
name="{short-Run-identifier}" |
{any} | container | [0..unbounded] | Any element(s) not defined in the cansas1d/1.0 standard can be placed at this point. See {any} for more details. | xmlns:{foreign-prefix}="{foreign-namespace}" |
SASdata | container | [1..unbounded] | Reduced 1-D SAS data for this SASentry. Use multiple SASdata elements to represent multiple frames. Use this to associate (correlate) multiple SASdata elements with Run elements. (Give them the same name.) | name="{short-Run-identifier}" |
{any} | container | [0..unbounded] | Any element(s) not defined in the cansas1d/1.0 standard can be placed at this point. See {any} for more details. | xmlns:{foreign-prefix}="{foreign-namespace}" |
SASsample | container | [1..1] | Description of the sample. | name="{short-SASsample-identifier}" |
SASinstrument | container | [1..1] | Description of the instrument | |
SASprocess | container | [1..unbounded] | Description of a processing or analysis step. | name="{short-SASprocess-identifier}" |
SASnote | container | [0..unbounded] | Free form description of anything not covered by other elements. | name="{short-SASnote-identifier}" |