DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "StatisticalDataFileReferenceType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute and 1 element
Used:
XML Representation Summary
<...
    isInline
 = 
xs:boolean
    >
   
Content: 
DataFileReference
</...>
Content Model Elements (1):
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="StatisticalDataFileReferenceType">
<xs:sequence>
<xs:element ref="DataFileReference"/>
</xs:sequence>
<xs:attribute name="isInline" type="xs:boolean" use="required"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
isInline
Type:
xs:boolean, predefined
Use:
required
Boolean attribute where true indicates that the summary/category statistics are found inline in the referenced physical instance, false indicates that they are in the datafile 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 (defined in this component only; 1/1)
DataFileReference
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="DataFileReference"/>

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