complexType "DataFileIdentificationType"
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):
DataFileURI, r:Location
All Direct / Indirect Based Elements (1):
DataFileIdentification
Known Usage Locations
Annotation
Identifies the data file documented in the physical instance and provides information about its location.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DataFileIdentificationType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Location"/>
<xs:element ref="DataFileURI"/>
</xs:sequence>
<xs:attribute name="isMaster" type="xs:boolean" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isMaster
Type:
xs:boolean, predefined
Use:
optional
Set to "true" when this file is the master file (in the case that there are multiple, i.e. backup, copies).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isMaster" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
DataFileURI
Type:
URIType, simple content
A URN or URL for the data file with a flag to indicate if it is a public copy.
Simple Content
xs:anyURI
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DataFileURI"/>

r:Location
Type:
r:InternationalStringType, complex content
Documents the location of the data file as a description. Supports the multi-language content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Location"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set