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

recRef
Type:
xs:IDREF, predefined
Use:
optional
Link to the appropriate file or recGrp element within a file.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="recRef" type="xs:IDREF"/>

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

type
Type:
xs:string, predefined
Use:
optional
Type of file structure: rectangular, hierarchical, two-dimensional, relational.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/>

width
Type:
xs:string, predefined
Use:
optional
Number of columns the variable/data item 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