complexType "stringType"
Namespace:
Content:
simple, 12 attributes
Defined:
globally in codebook.xsd; see XML source
Used:
at 15 locations
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
   
>
   
Content: 
{ xs:string }
</...>
Known Direct Subtypes (7):
All Direct / Indirect Based Elements (15):
Known Usage Locations
Annotation

String Type

Description

This type restricts the base abstractTextType to only allow for text (i.e. no child elements).
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      stringType
Derivation:
restriction of abstractTextType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="stringType">
<xs:simpleContent>
<xs:restriction base="abstractTextType">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>

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