DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "DataFileIdentificationType"
Namespace:
Content:
complex, 6 attributes, 4 elements
Defined:
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    isMaster
 = 
xs:boolean
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, Location*, Path*, URI+
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Identifies the data file documented in the physical instance and provides information about its location.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      DataFileIdentificationType (extension)
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="DataFileIdentificationType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Location" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Path"/>
<xs:element maxOccurs="unbounded" ref="URI"/>
</xs:sequence>
<xs:attribute name="isMaster" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 1/6)
isMaster
Type:
xs:boolean, predefined
Use:
optional
A value of true indicates that the mentioned file is the master file, in the case that there are multiple copies of the file identified.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isMaster" type="xs:boolean" use="optional"/>
Content Element Detail (defined in this component only; 3/4)
Location
Type:
xs:string, predefined, simple content
Documents the location of the data file as human-readable text.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Location" type="xs:string"/>

Path
Type:
PathType, simple content
Provides a machine-readable path expression for the data file's location (eg Java).
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Path"/>

URI
Type:
URIType, simple content
URI for the data file.
Simple Content
xs:anyURI
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="URI"/>

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