simpleType "selectorType"
Namespace:
Defined:
globally in codebook.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
((//|/)(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*))+

All Direct / Indirect Based Elements (1):
selector
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  selectorType
Derivation:
restriction of xs:string
Facets:
pattern:
((//|/)(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*))+
XML Source (see within schema source)
<xs:simpleType name="selectorType">
<xs:restriction base="xs:string">
<xs:pattern value="((//|/)(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*))+"/>
</xs:restriction>
</xs:simpleType>

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