complexType "CubeCoordType"
Namespace:
Content:
empty, 11 attributes
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:string
 = 
xs:string
 = 
xs:IDREF
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  CubeCoordType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="CubeCoordType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:attribute name="coordNo" type="xs:string"/>
<xs:attribute name="coordVal" type="xs:string"/>
<xs:attribute name="coordValRef" type="xs:IDREF"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/11)
coordNo
Type:
xs:string, predefined
Use:
optional
Coordinate number.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="coordNo" type="xs:string"/>

coordVal
Type:
xs:string, predefined
Use:
optional
Coordinate value.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="coordVal" type="xs:string"/>

coordValRef
Type:
xs:IDREF, predefined
Use:
optional
Coordinate value reference, an ID reference to the variable that carries the coordinate value.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="coordValRef" type="xs:IDREF"/>

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