complexType "locationType"
Namespace:
Content:
empty, 14 attributes
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 6 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:string
 = 
xs:string
 = 
xs:IDREF
 = 
xs:IDREF
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  locationType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="locationType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:attribute name="StartPos" type="xs:string"/>
<xs:attribute name="EndPos" type="xs:string"/>
<xs:attribute name="width" type="xs:string"/>
<xs:attribute name="RecSegNo" type="xs:string"/>
<xs:attribute name="fileid" type="xs:IDREF"/>
<xs:attribute name="locMap" type="xs:IDREF"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 6/14)
EndPos
Type:
xs:string, predefined
Use:
optional
End position of variable
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="EndPos" type="xs:string"/>

fileid
Type:
xs:IDREF, predefined
Use:
optional
ID reference to the fileDscr element for the file that this location is within (this is necessary in cases where the same variable may be coded in two different files, e.g., a logical record length type file and a card image type file).
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="fileid" type="xs:IDREF"/>

locMap
Type:
xs:IDREF, predefined
Use:
optional
ID reference to the element locMap and serves as a pointer to indicate that the location information for the nCube's cells (aggregate data) is located in that section.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="locMap" type="xs:IDREF"/>

RecSegNo
Type:
xs:string, predefined
Use:
optional
Segment number, deck or card number the variable is located on
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="RecSegNo" type="xs:string"/>

StartPos
Type:
xs:string, predefined
Use:
optional
Starting position of variable
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="StartPos" type="xs:string"/>

width
Type:
xs:string, predefined
Use:
optional
Number of columns the variable occupies
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="width" type="xs:string"/>

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