element <selector> (global)
Namespace:
Type:
Content:
simple
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<selector>
   
Content: 
{ xs:string }
</selector>
Simple Content Detail:
Pattern:
((//|/)(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*))+

Included in content model of elements (1):
usage
Known Usage Locations
Annotation

Selector

Description

Identifies a collection of elements in which a controlled vocabulary is used. This is a simplified XPath which must correspond to the actual instance in which it occurs, which is to say that the fully qualified element names here must correspond to those in the instance. This XPath can only identify elements and does not allow for any predicates. The XPath must either be rooted or deep.

Example

<selector>/codeBook/stdyDscr/method/dataColl/timeMeth</selector>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="selector" type="selectorType"/>

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