DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "VariablesInRecordType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute and 2 elements
Used:
XML Representation Summary
<...
    allVariablesInLogicalProduct
 = 
xs:boolean
    >
   
Content: 
VariableSchemeReference*, VariableUsedReference*
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Identifies the variables in the record type.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="VariablesInRecordType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableSchemeReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableUsedReference"/>
</xs:sequence>
<xs:attribute name="allVariablesInLogicalProduct" type="xs:boolean" use="required"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
allVariablesInLogicalProduct
Type:
xs:boolean, predefined
Use:
required
When the value is true, then the logical record contains all listed variables in the logical product module.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="allVariablesInLogicalProduct" type="xs:boolean" use="required"/>
Content Element Detail (defined in this component only; 2/2)
VariableSchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to a variable 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="VariableSchemeReference"/>

VariableUsedReference
Type:
VariableUsedReferenceType, complex content
Reference to each variable in the record type.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableUsedReference"/>

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