complexType "studyAuthorizationType"
Namespace:
Content:
complex, 9 attributes, 2 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 1 attribute, 2 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:dateTime | xs:date | xs:gYearMonth | xs:gYear)
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  studyAuthorizationType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="studyAuthorizationType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="authorizingAgency"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="authorizationStatement"/>
</xs:sequence>
<xs:attribute name="date" type="dateSimpleType" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/9)
date
Type:
Use:
optional
Date of authorization.
Attribute Value
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="date" type="dateSimpleType" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
authorizationStatement
Type:
simpleTextType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="authorizationStatement"/>

authorizingAgency
Type:
authorizingAgencyType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="authorizingAgency"/>

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