DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "TopicalCoverageType"
Namespace:
Content:
complex, 5 attributes, 3 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, Subject*, Keyword*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the topical coverage of the data documented in a particular DDI module.
Type Definition Detail
Type Derivation Tree
  IdentifiableType (extension)
      TopicalCoverageType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="TopicalCoverageType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Subject"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Keyword"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/3)
Keyword
Type:
A keyword (which can be supplied in multiple language-equivalent forms) to support searches on topical coverage.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Keyword"/>

Subject
Type:
A subject or list of subjects that indicate the topical coverage of the data described in a particular module/section.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Subject"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set