complexType "abstractTextType"
Namespace:
Content:
mixed (allows character data), 12 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 4 attributes, 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
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
   
   
>
   
Content: 
</...>
Known Direct Subtypes (10):
Known Indirect Subtypes (75):
All Direct / Indirect Based Elements (173):
AuthEnty, ConOps, EstSmpErr, IDNo, ProcStat, TotlResp, abstract, accsPlac, actMin, altTitl, anlyUnit, anlysUnit, authorizationStatement, authorizingAgency, avlStatus, backward, biblCit, caseQnty, catStat, catValu, citReq, cleanOps, codInstr, codeListAgencyName, codeListID, codeListName, codeListSchemeURN, codeListURN, codeListVersionID, collDate, collMode, collSitu, collSize, collectorTraining, command, complete, complianceDescription, concept, conditions, confDec, contact, copyright, custodian, dataAppr, dataChck, dataCollector, dataKind, dataMsng, dataProcessing, dataSrc, defntn, depDate, deposReq, depositr, description, deviat, disclaimer, distDate, distrbtr, div, docStatus, drvcmd, drvdesc, eastBL, embargo, emph, entry, evaluationProcess, evaluator, fileCont, fileName, filePlac, fileQnty, fileType, format, forward, frequenc, fundAg, generalDataFormat, geogCover, geogUnit, grantNo, gringLat, gringLon, guide, head, hi, holdings, imputation, instrumentDevelopment, itm, ivuInstr, key, keyword, label, labl, language, license, list, logRecL, mi, nation, northBL, notes, origArch, othId, othRefs, otherQualityStatement, outcome, outcomes, p, parTitl, participant, postQTxt, preQTxt, prodDate, prodPlac, producer, purpose, qstn, qstnLit, recNumTot, recPrCas, referencePeriod, relMat, relPubl, relStdy, resInstru, respRate, respUnit, restrctn, sampProc, sampleFrameName, sampleSize, sampleSizeFormula, security, serInfo, serName, software, southBL, specPerm, srcChar, srcDocu, srcOrig, standardName, stdCatgry, stdyClas, studyBudget, subTitl, sumStat, timeMeth, timePrd, titl, topcClas, txt, typeOfAccess, typeOfCodingInstruction, typeOfDataSrc, typeOfDevelopmentActivity, typeOfExPostEvaluation, typeOfOtherMaterial, typeOfSetAvailability, undocCod, unitType, universe, updateProcedure, validPeriod, varFormat, varQnty, verResp, version, weight, westBL
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. The following attributes are available on all text elements: "isTranslated" indicates whether content is a translation (true) or an original (false). "isTranslatable" indicates whether content is translatable (true) or not (false). An example of something that is not translatable would be a MNEMONIC of an object or a number. "translationSourceLanguage" allows you to list the language or language codes in a space delimited array. The language original may or may not be provided in this bundle of language specific strings. "translationDate" provides the date the content was translated. Provision of translation date allows user to verify if translation was available during data collection or other time linked activity.
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:attribute default="false" name="isTranslated" type="xs:boolean"/>
<xs:attribute default="true" name="isTranslatable" type="xs:boolean"/>
<xs:attribute name="translationSourceLanguage" type="xs:string" use="optional"/>
<xs:attribute name="translationDate" type="xs:date" use="optional"/>
<xs:anyAttribute namespace="##local"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 5/13)
isTranslatable
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"true"
XML Source (see within schema source)
<xs:attribute default="true" name="isTranslatable" type="xs:boolean"/>

isTranslated
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"false"
XML Source (see within schema source)
<xs:attribute default="false" name="isTranslated" type="xs:boolean"/>

translationDate
Type:
xs:date, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="translationDate" type="xs:date" use="optional"/>

translationSourceLanguage
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="translationSourceLanguage" type="xs:string" use="optional"/>

{any local attribute (from no namespace)}
XML Source (see within schema source)
<xs:anyAttribute namespace="##local"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element from schema namespace;
 any element from "http://www.w3.org/1999/xhtml" namespace}
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.12 using DocFlex/XML XSDDoc 2.9.0 template set