complexType "DataSetType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Add" | "Update" | "Delete") |
|
= |
(xs:string | xs:string) |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
xs:boolean |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
xs:boolean : "false" |
|
= |
"true" |
|
= |
("singleQuote" | "doubleQuote" | "none") |
|
|
> |
|
Content: |
( r:URN | ( r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, ( r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnObject?, r:RelatedOtherMaterialReference*, r:MaintainableObject?, p:PhysicalStructureLinkReference, p:EndOfLineMarker?, r:ArrayBase?, DataSetName*, IdentifyingVariableReference?, r:DefaultVariableSchemeReference?, ( RecordSet | ItemSet | VariableSet)? |
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
DataSet is a substitution for a BaseRecordLayout and allows for in-line inclusion of micro or unit level data in the metadata file. This is valuable for small datasets or cases where there is a need to combine the metadata and data within a single file. In addition to the PhysicalStructureReference the DataSet indicates the ArrayBase if applicable, a name for the DataSet, a reference to the default Variable Scheme used by the data set, a reference to an Identifying Variable (e.g. case number), and a choice of organization order for the data: Record Set, Item Set, or Variable Set. RecordSet describes records of data which contain the same variables in the same order, ItemSet describes individual items of a dataset in any order. VariableSet describes the values for a given variable in record order.
Type Derivation Tree
DataSetType
|
XML Source (w/o annotations (8); see within schema source)
<xs:complexContent>
<xs:extension base="p:BaseRecordLayoutType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:ArrayBase"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataSetName"/>
<xs:choice minOccurs="0">
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 7/21)
-
A name for the data set. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataSetName"/>
|
-
Reference to the variable used to identify a specific record within the data set (unique identifier or key).
XML Source (w/o annotations (1); see within schema source)
-
Storage format for random order item variables. Each ItemValue references it's defining variable, it's record identifier, and the it's value.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:integer, predefined, simple content
|
Sets the array base for any arrays used in the definition (that is, whether the first value is in position 0 or 1, etc.).
XML Source (w/o annotations (1); see within schema source)
-
A reference to the Variable Scheme containing all or a majority of the variables in the data set. May be overridden by an individual VariableReference.
XML Source (w/o annotations (1); see within schema source)
-
Storage format arranged record by record. A RecordSet requires a list of variables to appear in a specified order.
XML Source (w/o annotations (1); see within schema source)
-
Storage format arranged variable by variable. Item values are listed in record order with the assumption that each record will occupy the position in each array.
XML Source (w/o annotations (1); see within schema source)