complexType "IDNoType"
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
 = 
xs:boolean
 = 
("study" | "file" | "project")
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          IDNoType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType mixed="true" name="IDNoType">
<xs:complexContent>
<xs:extension base="simpleTextType">
<xs:attribute name="agency" type="xs:string"/>
<xs:attribute name="isPersistentIdentifier" type="xs:boolean"/>
<xs:attribute name="level">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="study"/>
<xs:enumeration value="file"/>
<xs:enumeration value="project"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/15)
agency
Type:
xs:string, predefined
Use:
optional
Indicates the managing agency for the identifier.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="agency" type="xs:string"/>

isPersistentIdentifier
Type:
xs:boolean, predefined
Use:
optional
Identification number is a persistent identifer.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isPersistentIdentifier" type="xs:boolean"/>

level
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Specifies the level (study, file, or project) to which the identification number applies.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"study", "file", "project"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"study", "file", "project"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="level">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="study"/>
<xs:enumeration value="file"/>
<xs:enumeration value="project"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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