complexType "abstractTextType"
Namespace:
Content:
mixed (allows character data), 8 attributes, attr. wildcard, elem. wildcard
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of attr. wildcard, elem. wildcard
Used:
at 10 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
    {any local attribute (without namespace)}
    >
   
Content: 
{text} × {any}*
</...>
Known Direct Subtypes (10):
conceptualTextType, dateType, formType, integerType, materialReferenceType, othRefsType, qstnType, simpleTextType, stringType, tableAndTextType
Known Indirect Subtypes (74):
AuthEntyType, ConOpsType, IDNoType, abstractType, accsPlacType, anlyUnitType, authorizingAgencyType, backwardType, biblCitType, catStatType, cleanOpsType, collDateType, collectorTrainingType, commandType, conceptType, confDecType, contactType, custodianType, dataApprType, dataCollectorType, dataKindType, dataProcessingType, depositrType, distrbtrType, divType, drvcmdType, embargoType, emphType, entryType, evaluatorType, eventDateType, fileTypeType, forwardType, frequencType, fundAgType, grantNoType, headType, hiType, holdingsType, instrumentDevelopmentType, itmType, keywordType, labelType, lablType, listType, miType, nationType, notesType, othIdType, pType, participantType, phraseType, producerType, purposeType, qstnLitType, relMatType, resInstruType, serNameType, simpleTextAndDateType, softwareType, specPermType, standardNameType, stdCatgryType, stdyClasType, sumStatType, timeMethType, timePrdType, topcClasType, txtType, unitTypeType, universeType, varFormatType, verRespType, versionType
All Direct / Indirect Based Elements (164):
AuthEnty, gringLat,
p,
Known Usage Locations
Annotation

Abstract Text Type

Description

This type forms the basis for all textual elements. Textual elements may contain text or a mix of select elements. This type is abstract and is refined by more specific types which will limit the allowable elements and attributes. Any textual element will be a subset of this type and can be processed as such.
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType
XML Source (w/o annotations (1); see within schema source)
<xs:complexType abstract="true" mixed="true" name="abstractTextType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace http://www.w3.org/1999/xhtml"/>
</xs:sequence>
<xs:anyAttribute namespace="##local"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; 9/9)
ddiCodebookUrn
Type:
xs:anyURI, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Used to capture the DDI-Codebook type URN for the element. This is used to assign a DDI-Codebook specific URN to the element, according the format prescribed by the DDI-Codebook standard.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="ddiCodebookUrn" type="xs:anyURI" use="optional"/>

ddiLifecycleUrn
Type:
xs:anyURI, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Used to capture the DDI-Lifecycle type URN for the element. This may be captured during translation from DDI-Lifecycle to DDI-Codebook structure or in preparation for transferring to a DDI-Lifecycle structure.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="ddiLifecycleUrn" type="xs:anyURI" use="optional"/>

elementVersion
Type:
xs:string, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Captures version of the element
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="elementVersion" type="xs:string" use="optional"/>

elementVersionDate
Type:
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Indicates version date for the element. Use YYYY-MM-DD, YYYY-MM, or YYYY formats.
Attribute Value
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="elementVersionDate" type="dateSimpleType" use="optional"/>

ID
Type:
xs:ID, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
XML Source (see within schema source)
<xs:attribute name="ID" type="xs:ID" use="optional"/>

source
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Defined:
locally within GLOBALS attributeGroup
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"archive", "producer"
Default:
"producer"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"archive", "producer"
XML Source (see within schema source)
<xs:attribute default="producer" name="source">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="archive"/>
<xs:enumeration value="producer"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

xml-lang
Type:
xs:NMTOKEN, predefined
Use:
optional
Defined:
locally within GLOBALS attributeGroup
DO NOT USE THIS ATTRIBUTE. Its inclusion is an error that was persisted to retain backward compatibility. If this attribute has been used, transfer the content to xml:lang.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="xml-lang" type="xs:NMTOKEN" use="optional"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
Defined:
by reference within GLOBALS attributeGroup
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>

{any local attribute (without namespace)}
Defined:
within (this) abstractTextType complexType
XML Source (see within schema source)
<xs:anyAttribute namespace="##local"/>
Content Element Detail (all declarations; 1/1)
{any element with schema namespace;
 any element with "http://www.w3.org/1999/xhtml" namespace}
Defined:
within (this) abstractTextType complexType
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##targetNamespace http://www.w3.org/1999/xhtml"/>

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