complexType "RecordLayoutType"
Namespace:
Content:
complex, 7 attributes, 25 elements
Defined:
Includes:
definitions of 12 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)
 = 
"true"
 = 
("singleQuote" | "doubleQuote" | "none")
   
>
   
Content: 
</...>
Content Model Elements (25):
CodedDataAsNumeric, CodedDataAsText, DataItem, DataItemAddress, DefaultDateTimeDataTypeReference, DefaultNumericDataTypeReference, DefaultTextDataTypeReference, SystemSoftware, p:EndOfLineMarker, p:PhysicalStructureLinkReference, r:Agency, r:ArrayBase, r:BasedOnObject, r:CharacterSet, r:DefaultVariableSchemeReference, r:ID, r:MaintainableObject, r:ProprietaryInfo, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
RecordLayout
Known Usage Locations
Annotation
A member of the BaseRecordLayout substitution group intended for use when the data items are stored in an external proprietary format. In addition to the link to the PhysicalStructure provided by BaseRecordLayout, the record layout is this namespace (m4) identifies the character set and array base for the external data, identifies the software of the proprietary system, provides a description of how the data item is addressed within the system, provides default values for numeric data types, text data types, dateTime data types, whether coded data should be treated as numeric or text, a default variable scheme, proprietary information, and a full description of each data item including its link to the variable description and system address.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          p:BaseRecordLayoutType (extension)
              RecordLayoutType
XML Source (w/o annotations (13); see within schema source)
<xs:complexType name="RecordLayoutType">
<xs:complexContent>
<xs:extension base="p:BaseRecordLayoutType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:CharacterSet"/>
<xs:element minOccurs="0" ref="r:ArrayBase"/>
<xs:element ref="SystemSoftware"/>
<xs:element minOccurs="0" ref="DataItemAddress"/>
<xs:element minOccurs="0" ref="DefaultNumericDataTypeReference"/>
<xs:element minOccurs="0" ref="DefaultTextDataTypeReference"/>
<xs:element minOccurs="0" ref="DefaultDateTimeDataTypeReference"/>
<xs:choice minOccurs="0">
<xs:element ref="CodedDataAsNumeric"/>
<xs:element ref="CodedDataAsText"/>
</xs:choice>
<xs:element minOccurs="0" ref="r:DefaultVariableSchemeReference"/>
<xs:element minOccurs="0" ref="r:ProprietaryInfo"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataItem"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 12/25)
CodedDataAsNumeric
Type:
CodedDataAsNumericType, complex content
Indicates that coded data should be treated as numeric, and defines the numeric type.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CodedDataAsNumeric"/>

CodedDataAsText
Type:
CodedDataAsTextType, complex content
Indicates that coded data should be treated as text, and defines the text type.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CodedDataAsText"/>

DataItem
Type:
DataItemType, complex content
Describes a single data item within the file including its variable reference, information on the data type, and any item specific proprietary information.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataItem"/>

DataItemAddress
Type:
DataItemAddressType, complex content
Provides minimum information on data item address system, such as variable ID or Name, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DataItemAddress"/>

DefaultDateTimeDataTypeReference
Type:
r:ReferenceType, complex content
Declares the most common data type used for date-time data.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DefaultDateTimeDataTypeReference"/>

DefaultNumericDataTypeReference
Type:
r:ReferenceType, complex content
Declares the most common data type used for numeric data.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DefaultNumericDataTypeReference"/>

DefaultTextDataTypeReference
Type:
r:ReferenceType, complex content
Declares the most common data type used for textual data.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DefaultTextDataTypeReference"/>

r:ArrayBase
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.). This may be the data array in a delimited data file or the measure array for measures that are bundled and stored in a single location. Array base is generally set to either 0 or 1. There is no override provided as systems processing a record would use a consistent array base.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ArrayBase"/>

r:CharacterSet
Type:
r:CodeValueType, simple content
Character set used in the data file (e.g., US ASCII, EBCDIC, UTF-8). This is a required field.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:CharacterSet"/>

r:DefaultVariableSchemeReference
Type:
r:SchemeReferenceType, complex content
References a variable scheme for the RecordLayout. This can be overridden by individual data items if they are from a different variable scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:DefaultVariableSchemeReference"/>

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 key(name)/ value pairs.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ProprietaryInfo"/>

SystemSoftware
Type:
r:SoftwareType, complex content
Specification of a software package used to instantiate a data collection method.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SystemSoftware"/>

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