complexType "DataSetType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
"true" |
|
|
> |
|
Content: |
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnReference?, r:MaintainableObject?, p:PhysicalStructureLinkReference, r:ArrayBase?, DataSetName*, IdentifyingVariableReference?, r:DefaultVariableSchemeReference?, (RecordSet | ItemSet | VariableSet)? |
|
</...> |
Content Model Elements (19):
-
DataSetName,
IdentifyingVariableReference,
ItemSet,
RecordSet,
VariableSet,
p:PhysicalStructureLinkReference,
r:Agency,
r:ArrayBase,
r:BasedOnReference,
r:DefaultVariableSchemeReference,
r:ID,
r:MaintainableObject,
r:URN,
r:UserAttributePair,
r:UserID,
r:Version,
r:VersionRationale,
r:VersionResponsibility,
r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
-
Annotation
DataSet is a substitution for a BaseRecordLayout and allows for inline inclusion of data in the metadata file. This is valuable for small datasets. 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 Identifiying Variable, and a choice of organization order for the data: RecordSet (describing records of data in the same variable order), ItemSet (describing individual items of a dataset in any order), or VariableSet (describing the values for a given variable in record order).
Type Derivation Tree DataSetType |
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="DataSetType"> <xs:complexContent> <xs:sequence> <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/19) -
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)