complexType "PhysicalInstanceType"
Namespace:
Content:
complex, 9 attributes, 27 elements
Defined:
Includes:
definitions of 14 elements
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:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (27):
ByteOrder, DataFileIdentification, DataFileVersion, DataFingerprint, DefaultMissingValuesReference, GrossFileStructure, StatisticalSummary, r:Agency, r:BasedOnObject, r:Citation, r:Coverage, r:DataRelationshipReference, r:ID, r:MetadataQuality, r:Note, r:OtherMaterial, r:ProprietaryInfo, r:QualityStatementReference, r:RecordLayoutReference, r:Software, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
PhysicalInstance
Known Usage Locations
Annotation
Includes information about the physical instance of a data product (an actual data file). It completes the documentation contained in the Physical Data Product module that is specific to the individual file and serves as a descriptive record of the external data file. Physical Instance provides a citation for the data file, a link to the RecordLayout(s) used by the files records, a description of it coverage (as a constraint if different from the study), check figures for quality control (e.g. digital fingerprint, record count, etc.), and a statistical summary of the data in the file at both the variable and category level.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              PhysicalInstanceType
XML Source (w/o annotations (15); see within schema source)
<xs:complexType name="PhysicalInstanceType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Citation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataFingerprint"/>
<xs:element minOccurs="0" ref="r:Coverage"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:OtherMaterial"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:DataRelationshipReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:RecordLayoutReference"/>
<xs:element minOccurs="0" ref="DefaultMissingValuesReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataFileIdentification"/>
<xs:element minOccurs="0" ref="DataFileVersion"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:QualityStatementReference"/>
<xs:element minOccurs="0" ref="GrossFileStructure"/>
<xs:element minOccurs="0" ref="r:ProprietaryInfo"/>
<xs:element minOccurs="0" ref="StatisticalSummary"/>
<xs:element minOccurs="0" ref="ByteOrder"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 14/27)
ByteOrder
Type:
r:CodeValueType, simple content
Contains a term from a controlled vocabulary indicating the byte ordering.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ByteOrder"/>

DataFileIdentification
Type:
Identifies the data file documented in the physical instance and provides information about its location.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataFileIdentification"/>

DataFileVersion
Type:
DataFileVersionType, complex content
Provides the version information for the data file related to this physical instance. Note that while Physical Instance allows for multiple copies of the same data file (such as backup copies) the assumption is that they are identical in terms of content, layout, format and version.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DataFileVersion"/>

DataFingerprint
Type:
DataFingerprintType, complex content
Allows for assigning a hash value (digital fingerprint) to the data or data file. Set the attribute flag to "data" when the hash value provides a digital fingerprint to the data contained in the file regardless of the storage format (ASCII, SAS, binary, etc.). One approach to compute a data fingerprint is the Universal Numerical Fingerprint (UNF). Set the attribute flag to "dataFile" if the digital fingerprint is only for the data file in its current storage format.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataFingerprint"/>

DefaultMissingValuesReference
Type:
References the content of the default missing values used in the file. The content of this file overrides default missing value information provided in the LogicalRecord. Allows for the specification that is a Systems Missing Value.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DefaultMissingValuesReference"/>

GrossFileStructure
Type:
GrossFileStructureType, complex content
Includes information about the file structure, as well as other characteristics that are specific to the physical instance.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GrossFileStructure"/>

r:Citation
Type:
r:CitationType, complex content
A citation for the physical instance of a data set. Note that a DOI or similar unique identifier for the data file should be placed in InternationalIdentifier. It is strongly recommended that use of a Citation in this location includes the use of the optional sub-element Title.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Citation"/>

r:Coverage
Type:
r:CoverageType, complex content
Includes information about the topical, spatial, and temporal coverage of the physical instance. May be expressed as a restriction of the parent study coverage.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Coverage"/>

r:DataRelationshipReference
Type:
r:ReferenceType, complex content
Reference to the DataRelationship containing the LogicalRecord to which the RecordLayout refers. Repeat for cases where LogicalRecords are described in multiple DataRelationship structures. Note that this does not imply that all of the LogicalRecords described in the DataRelationship are contained, wholly or in part in the PhysicalInstance. This reference allows for a direct path between the PhysicalInstance and the related content found in a LogicalProduct.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:DataRelationshipReference"/>

r:OtherMaterial
Type:
r:OtherMaterialType, complex content
Provides information about other resources related to the physical instance.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:OtherMaterial"/>

r:ProprietaryInfo
Type:
r:ProprietaryInfoType, complex content
Contains information proprietary to the software package which produced the data file. This is expressed as a set of name-value pairs. The value may be taken from a controlled vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ProprietaryInfo"/>

r:QualityStatementReference
Type:
r:ReferenceType, complex content
A reference to a Quality Statement pertaining to the quality of the study methodology, metadata, or data to which it is associated. Quality statements may be related to external quality standards.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:QualityStatementReference"/>

r:RecordLayoutReference
Type:
r:ReferenceType, complex content
References the record layout of the data documented in the physical instance.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:RecordLayoutReference"/>

StatisticalSummary
Type:
StatisticalSummaryType, complex content
Includes variable and category statistics data documented in the physical instance, or a reference to a physical instance where the statistics are described or located in line.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StatisticalSummary"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set