complexType "codingInstructionsType"
Namespace:
Content:
complex, 10 attributes, 3 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 2 attributes, 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
 = 
xs:string
 = 
xs:IDREFS
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  codingInstructionsType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="codingInstructionsType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="typeOfCodingInstruction"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="command"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="optional"/>
<xs:attribute name="relatedProcesses" type="xs:IDREFS" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/10)
relatedProcesses
Type:
xs:IDREFS, predefined
Use:
optional
Allows linking a coding instruction to one or more processes such as dataProcessing, dataAppr, cleanOps, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="relatedProcesses" type="xs:IDREFS" use="optional"/>

type
Type:
xs:string, predefined
Use:
optional
Used to specify the type of coding instruction. DEPRECATED.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
command
Type:
commandType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="command"/>

txt
Type:
txtType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>

typeOfCodingInstruction
Type:
conceptType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="typeOfCodingInstruction"/>

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