cansas1d SASentry: Difference between revisions
From canSAS
(incomplete definition) |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= | <gallery caption="block diagrams"> | ||
Image:cansas1d-v1-1-SASroot.png | |||
</gallery> | |||
* parent: [[cansas1d_SASroot | SASroot]] | |||
{| {{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 | ||
|| | || | ||
|- | |- | ||
|| [[cansas1d_SASprocess | '''SASprocess''']] | || [[cansas1d_SASprocess | '''''SASprocess''''']] | ||
|| container | || container | ||
| align="center" | [ | | align="center" | [0..unbounded] | ||
|| | || Description of a processing or analysis step. | ||
|| | || '''''name'''''="{short-SASprocess-identifier}" | ||
|- | |- | ||
|| [[cansas1d_SASnote | '''SASnote''']] | || [[cansas1d_SASnote | '''SASnote''']] | ||
|| container | || container | ||
| align="center" | [ | | align="center" | [1..unbounded] | ||
|| description | || Free form description of anything not covered by other elements. | ||
|| | || '''''name'''''="{short-SASnote-identifier}" | ||
|- | |- | ||
|} | |} |
Latest revision as of 20:43, 25 April 2008
- parent: SASroot
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 | [0..unbounded] | Description of a processing or analysis step. | name="{short-SASprocess-identifier}" |
SASnote | container | [1..unbounded] | Free form description of anything not covered by other elements. | name="{short-SASnote-identifier}" |