complexType "valrngType"
Namespace:
Content:
complex, 9 attributes, 4 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 1 attribute, 4 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:IDREFS
   
>
   
Content: 
(item | range)+, key*, notes*
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  valrngType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="valrngType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:element ref="item"/>
<xs:element ref="range"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="key"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="notes"/>
</xs:sequence>
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/9)
access
Type:
xs:IDREFS, predefined
Use:
optional
ID values of all elements in the Data Access and Metadata Access section that describe access conditions for this range.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
item
Type:
itemType, empty content
XML Source (see within schema source)
<xs:element ref="item"/>

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

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

range
Type:
rangeType, empty content
XML Source (see within schema source)
<xs:element ref="range"/>

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