element <specificElements> (global)
Namespace:
Type:
Content:
empty, 2 attributes
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<specificElements
   
 = 
xs:IDREFS
 = 
xs:NMTOKEN
/>
Included in content model of elements (1):
usage
Known Usage Locations
Annotation

Specific Elements

Description

Identifies a collection of specific elements via their identifiers in the refs attribute, which allows for a tokenized list of identifier values which must correspond to identifiers which exist in the instance. The authorizedCodeValue attribute can be used to provide a valid code value corresponding to the meaning of the content in the element or attribute when the identified element or attribute does not use an actual valid value from the controlled vocabulary.

Example

<specificElements refs="ICPSR4328timeMeth" authorizedCodeValue="CrossSection"/>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="specificElements" type="specificElementsType"/>
Attribute Detail (all declarations; 2/2)
authorizedCodeValue
Type:
xs:NMTOKEN, predefined
Use:
optional
Defined:
locally within specificElementsType complexType
XML Source (see within schema source)
<xs:attribute name="authorizedCodeValue" type="xs:NMTOKEN" use="optional"/>

refs
Type:
xs:IDREFS, predefined
Use:
required
Defined:
locally within specificElementsType complexType
XML Source (see within schema source)
<xs:attribute name="refs" type="xs:IDREFS" use="required"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set