complexType "RecordLayoutType"
Namespace:
Content:
complex, 8 attributes, 17 elements
Defined:
Includes:
definitions of 3 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:boolean : "false"
 = 
"true"
 = 
("singleQuote" | "doubleQuote" | "none")
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A member of the BaseRecordLayout substitution group intended for use when the data items of an NCube Instances are captured in-line within the metadata instance. In addition to the link to the PhysicalStructure provided by BaseRecordLayout, the record layout is this namespace (m2) identifies the array base for the in-line data, a full description of each data item contained within an NCube Instance including a link to its description (matrix address) and contained values.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          p:BaseRecordLayoutType (extension)
              RecordLayoutType
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 minOccurs="0" ref="r:ArrayBase"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="NCubeInstance"/>
<xs:element ref="r:NCubeInstanceReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/17)
NCubeInstance
Type:
NCubeInstanceType, complex content
A container for defining an instance of an NCube, indicating the matrix address of each cell and capturing the data for each measure within a cell of the NCube is stored. Allows specifying the values of the attributes attached to a NCube.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NCubeInstance"/>

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:NCubeInstanceReference
Type:
r:ReferenceType, complex content
Reference to an NCubeInstance as expressed in a RecordLayout. TypeOfObject should be NCubeInstance. A container for defining an instance of an NCube, indicating the matrix address of each cell and capturing the data for each measure within a cell of the NCube is stored. Allows specifying the values of the attributes attached to a NCube.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:NCubeInstanceReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set