complexType "fileDerivationType"
Namespace:
Content:
complex, 9 attributes, 1 element
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:IDREFS
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  fileDerivationType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="fileDerivationType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="fileCommand"/>
</xs:sequence>
<xs:attribute name="sourceFiles" type="xs:IDREFS" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/9)
sourceFiles
Type:
xs:IDREFS, predefined
Use:
required
Space delimited list of the "fileTxt" IDs used as the source(s) of the derivation.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sourceFiles" type="xs:IDREFS" use="required"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
fileCommand
Type:
fileCommandType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="fileCommand"/>

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