complexType "usageType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
(selector | specificElements), attribute?
</...>
Content Model Elements (3):
attribute, selector, specificElements
All Direct / Indirect Based Elements (1):
usage
Known Usage Locations
XML Source (see within schema source)
<xs:complexType name="usageType">
<xs:sequence>
<xs:choice>
<xs:element ref="selector"/>
<xs:element ref="specificElements"/>
</xs:choice>
<xs:element minOccurs="0" ref="attribute"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; 3/3)
attribute
Type:
attributeType, simple content
Defined:
by reference within (this) usageType complexType
Simple Content
xs:string
Pattern:
@(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*)
XML Source (see within schema source)
<xs:element minOccurs="0" ref="attribute"/>

selector
Type:
selectorType, simple content
Defined:
by reference within (this) usageType complexType
Simple Content
xs:string
Pattern:
((//|/)(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*|\*|[\i-[:]][\c-[:]]*:\*))+
XML Source (see within schema source)
<xs:element ref="selector"/>

specificElements
Type:
specificElementsType, empty content
Defined:
by reference within (this) usageType complexType
XML Source (see within schema source)
<xs:element ref="specificElements"/>

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