DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "NCubesInRecordType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<...
    allNCubesInLogicalProduct
 = 
xs:boolean
    >
   
Content: 
VariablesInRecord?, NCubeSchemeReference*, NCubeReference*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Lists the NCubes contained in the record.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="NCubesInRecordType">
<xs:sequence>
<xs:element minOccurs="0" ref="VariablesInRecord"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NCubeSchemeReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NCubeReference"/>
</xs:sequence>
<xs:attribute name="allNCubesInLogicalProduct" type="xs:boolean" use="required"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
allNCubesInLogicalProduct
Type:
xs:boolean, predefined
Use:
required
When the value is set to "true" the logical record contains all of the NCubes listed in the logical product module.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="allNCubesInLogicalProduct" type="xs:boolean" use="required"/>
Content Element Detail (defined in this component only; 3/3)
NCubeReference
Type:
r:ReferenceType, complex content
Reference to each NCube included in the record, if only part of an NcubeScheme is used.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NCubeReference"/>

NCubeSchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to an NCube scheme to be included in its entirety in the logical record type.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="NCubeSchemeReference"/>

VariablesInRecord
Type:
VariablesInRecordType, complex content
Use VariablesInRecord to describe any variables in the record that are external to the NCube such as case identifiers.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="VariablesInRecord"/>

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