complexType "abstractType"
Namespace:
Content:
mixed (allows character data), 14 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definition of 1 attribute
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
 = 
("abstract" | "purpose" | "mixed")
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          simpleTextAndDateType (extension)
              abstractType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType mixed="true" name="abstractType">
<xs:complexContent>
<xs:extension base="simpleTextAndDateType">
<xs:attribute name="contentType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="abstract"/>
<xs:enumeration value="purpose"/>
<xs:enumeration value="mixed"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/14)
contentType
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Provides forward-compatibility with DDI Lifecycle by describing where the content fits in that structure, or if is "mixed" in terms of what is contained.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"abstract", "purpose", "mixed"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"abstract", "purpose", "mixed"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="contentType" use="optional">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="abstract"/>
<xs:enumeration value="purpose"/>
<xs:enumeration value="mixed"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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