complexType "VariablesInRecordType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
   
>
   
Content: 
</...>
Content Model Elements (2):
VariableUsedReference, r:VariableSchemeReference
All Direct / Indirect Based Elements (1):
VariablesInRecord
Known Usage Locations
Annotation
Identifies the variables contained in the logical record by indicating that all variable contained in the logical product are included, inclusion of a scheme of variable to include, or listing individual variables to include. When the attribute allVariablesInLogicalProduct is set to "false" use the VariableSchemeReference (which allows for exclusions) and VariableUsedReference to specify the included variables.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="VariablesInRecordType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:VariableSchemeReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableUsedReference"/>
</xs:sequence>
<xs:attribute name="allVariablesInLogicalProduct" type="xs:boolean" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
allVariablesInLogicalProduct
Type:
xs:boolean, predefined
Use:
optional
Set to "true" when the logical record contains all the variables identified within the logical product module.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="allVariablesInLogicalProduct" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
r:VariableSchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to a VariableScheme whose members are included in the logical record. Note that individual items may be excluded from the scheme if not used by the logical record.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:VariableSchemeReference"/>

VariableUsedReference
Type:
r:ReferenceType, complex content
Reference to a variable to include in the logical record. This may be used to supplement the contents of an included VariableScheme or to list all the variables individually.
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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set