complexType "dataItemType"
Namespace:
Content:
complex, 11 attributes, 2 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 3 attributes, 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:IDREF
 = 
xs:IDREF
 = 
xs:IDREFS
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  dataItemType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="dataItemType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CubeCoord"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="physLoc"/>
</xs:sequence>
<xs:attribute name="varRef" type="xs:IDREF"/>
<xs:attribute name="nCubeRef" type="xs:IDREF"/>
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/11)
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 cell.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>

nCubeRef
Type:
xs:IDREF, predefined
Use:
optional
Points to the appropriate nCube and the element CubeCoord to identify the coordinates of the data item within the nCube.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="nCubeRef" type="xs:IDREF"/>

varRef
Type:
xs:IDREF, predefined
Use:
optional
Reference to the ID of a discrete variable description.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="varRef" type="xs:IDREF"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
CubeCoord
Type:
CubeCoordType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CubeCoord"/>

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

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