complexType "fileCommandType"
Namespace:
Content:
complex, 9 attributes, 3 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
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
 = 
("add" | "drop")
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  fileCommandType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="fileCommandType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element minOccurs="0" ref="drvdesc"/>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="drvcmd"/>
<xs:element minOccurs="0" ref="fileDerivationVars"/>
</xs:sequence>
<xs:attribute name="fileDerivationCasesAction">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="add"/>
<xs:enumeration value="drop"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/9)
fileDerivationCasesAction
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
If applicable, provide information about added or dropped cases from the referenced source files.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"add", "drop"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"add", "drop"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="fileDerivationCasesAction">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="add"/>
<xs:enumeration value="drop"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Content Element Detail (all declarations; defined within this component only; 3/3)
drvcmd
Type:
drvcmdType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" ref="drvcmd"/>

drvdesc
Type:
simpleTextType, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="drvdesc"/>

fileDerivationVars
Type:
fileDerivationVarsType, empty content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="fileDerivationVars"/>

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