element <fileDerivation> (global)
Namespace:
Type:
Content:
complex, 9 attributes, 1 element
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<fileDerivation
   
 = 
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: 
</fileDerivation>
Included in content model of elements (1):
Known Usage Locations
Annotation

File Derivation

Description

The element allows for the description of the file commands used to creation the file derivation.

Example

<fileDerivation sourceFiles="F1"> <fileCommand> <drvdesc>Delete AGE, MARITAL from the dataset.</drvdesc> <drvcmd source="producer" syntax="spss">delete variables AGE MARITAL.</drvcmd> <drvcmd source="archive" syntax="sdtl-pojo"> { "$type" : "DeleteVariables", "command" : "delete", "sourceInformation" : { "lineNumberStart" : 3, "lineNumberEnd" : 3, "sourceStartIndex" : 70, "sourceStopIndex" : 98, "originalSourceText" : "delete variables AGE MARITAL." }, "unknownProperties" : [ ], "canChangeData" : false, "variables" : [ { "$type" : "VariableSymbolExpression", "unknownProperties" : [ ], "variableName" : "AGE" }, { "$type" : "VariableSymbolExpression", "unknownProperties" : [ ], "variableName" : "MARITAL" } ], "$type" : "DeleteVariables" } </drvcmd> <fileDerivationVars drop="AGE MARITAL"/> </fileCommand> </fileDerivation>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="fileDerivation" type="fileDerivationType"/>

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