complexType "StatisticalDataLocationType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
References a PhysicalInstance module that describes a data file containing the summary and/or category statistics OR contains the statistics in-line. For example, when the same data are stored as an ASCII file and as an ORACLE file, the summary and category statistics would only be listed in one of the physical instance files, and referenced in the other(s).
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="StatisticalDataLocationType">
<xs:sequence>
<xs:element ref="r:PhysicalInstanceReference"/>
</xs:sequence>
<xs:attribute name="isInline" type="xs:boolean" use="required"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isInline
Type:
xs:boolean, predefined
Use:
required
Set to "true" if the summary/category statistics are found inline in the referenced physical instance. Set to "false" if they are in the data file associated with the physical instance.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isInline" type="xs:boolean" use="required"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
r:PhysicalInstanceReference
Type:
r:ReferenceType, complex content
References a physical instance containing the statistics inline or that identifies the data file which contains the statistics.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:PhysicalInstanceReference"/>

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