element <physLoc> (global)
Namespace:
Type:
Content:
empty, 13 attributes
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<physLoc
   
 = 
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:IDREF
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
Included in content model of elements (1):
Known Usage Locations
Annotation

Physical Location

Description

Empty element consisting only of its attributes.

Remarks: Where the same variable is coded in two different files, e.g., a fixed format file and a relational database file, simply repeat the physLoc element with the alternative location information. Note that if there is no width or ending position, then the starting position should be the ordinal position in the file, and the file would be described as free-format. New attributes will be added as other storage formats are described within the DDI.

Example

<physLoc type="rectangular" recRef="R1" startPos="55" endPos="57" width="3"/> <physLoc type="hierarchical" recRef="R6" startPos="25" endPos="25" width="1"/>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="physLoc" type="physLocType"/>

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