complexType "fileTypeType"
Namespace:
Content:
mixed (allows character data), 13 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definition of 1 attribute
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:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
xs:string
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          fileTypeType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="true" name="fileTypeType">
<xs:complexContent>
<xs:extension base="simpleTextType">
<xs:attribute name="charset" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/13)
charset
Type:
xs:string, predefined
Use:
optional
Character set used in the file, e.g., US-ASCII, EBCDIC, UNICODE UTF-8, etc. The use of a standard term from a controlled vocabulary for this attribute is recommended even though its structure does not allow for the declaration of the controlled vocabulary used. DDI provides a Controlled Vocabulary for this location: "CharacterSet"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="charset" type="xs:string"/>

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