cansas1d SASentry: Difference between revisions
From canSAS
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<gallery caption="block diagrams"> | <gallery caption="block diagrams"> | ||
Image:cansas1d-v1-1-SASroot.png | Image:cansas1d-v1-1-SASroot.png |
Revision as of 20:31, 25 April 2008
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}" |