DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "RecordLayoutType"
Namespace:
Content:
complex, 7 attributes, 7 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isVersionable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, PhysicalStructureReference, CharacterSet, ArrayBase, NCubeInstance+
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the layout of an NCube data structure.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          p:BaseRecordLayoutType (extension)
              RecordLayoutType (extension)
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="RecordLayoutType">
<xs:complexContent>
<xs:extension base="p:BaseRecordLayoutType">
<xs:sequence>
<xs:element name="CharacterSet" type="r:CodeValueType"/>
<xs:element name="ArrayBase" type="xs:integer"/>
<xs:element maxOccurs="unbounded" ref="NCubeInstance"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 3/7)
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 name="ArrayBase" type="xs:integer"/>

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. If the character set is not known, for example for some proprietary data files, enter "unspecified".
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="CharacterSet" type="r:CodeValueType"/>

NCubeInstance
Type:
NCubeInstanceType, complex content
A container for defining an instance of an NCube, which allows specifying the values of the attributes attached to a NCube.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="NCubeInstance"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set