complexType "pType"
Namespace:
Content:
mixed (allows character data), 14 attributes, 5 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 3 elements; 1 attr. probition
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:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
{text} × (ExtLink* | Link* | emph | hi | list)*
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      formType (restriction)
          pType
XML Source (see within schema source)
<xs:complexType mixed="true" name="pType">
<xs:complexContent>
<xs:restriction base="formType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="PHRASE"/>
<xs:element ref="emph"/>
<xs:element ref="hi"/>
<xs:element ref="list"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="prohibited"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/15)
type
Use:
prohibited
XML Source (see within schema source)
<xs:attribute name="type" type="xs:string" use="prohibited"/>
Content Element Detail (all declarations; defined within this component only; 3/5)
emph
Type:
emphType, mixed content
XML Source (see within schema source)
<xs:element ref="emph"/>

hi
Type:
hiType, mixed content
XML Source (see within schema source)
<xs:element ref="hi"/>

list
Type:
listType, complex content
XML Source (see within schema source)
<xs:element ref="list"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set