complexType "licenseType"
Namespace:
Content:
mixed (allows character data), 15 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 3 attributes
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
 = 
("data" | "metadata")
 = 
("study" | "question")
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          licenseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType mixed="true" name="licenseType">
<xs:complexContent>
<xs:extension base="simpleTextType">
<xs:attribute name="URI" type="xs:string" use="optional"/>
<xs:attribute name="type" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="data"/>
<xs:enumeration value="metadata"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="scope" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="study"/>
<xs:enumeration value="question"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/15)
scope
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Allows specification of the scope of the license. If the scope is something else do not use this attribute
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"study", "question"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"study", "question"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="scope" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="study"/>
<xs:enumeration value="question"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

type
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Licensing target.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"data", "metadata"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"data", "metadata"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="data"/>
<xs:enumeration value="metadata"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

URI
Type:
xs:string, predefined
Use:
optional
URN or URL to the legal document.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="URI" type="xs:string" use="optional"/>

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