complexType "OtherMaterialType"
Namespace:
Content:
complex, 6 attributes, 14 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 8 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
 = 
xs:language
   
>
   
Content: 
</...>
Content Model Elements (14):
Agency, Citation, Description, ExternalURLReference, ExternalURNReference, ID, MIMEType, MaintainableObject, Relationship, Segment, TypeOfMaterial, URN, UserID, Version
Known Direct Subtypes (2):
AuthorizedSourceType, ExternalInterviewerInstructionType
All Direct / Indirect Based Elements (8):
AuthorizedSource, BudgetDocument, ExternalAid, ExternalInformation, ExternalInterviewerInstruction, OtherMaterial, StandardUsed, StimulusMaterial
Known Usage Locations
Annotation
OtherMaterialType describes the structure of the OtherMaterial element, used to reference external resources. It includes citations to materials related to the content of the DDI Instance. This includes citations to such material, an external reference to a URL (or other URI), and a statement about the relationship between the cited OtherMaterial the contents of the DDI instance.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  IdentifiableType (extension)
      OtherMaterialType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="OtherMaterialType">
<xs:complexContent>
<xs:extension base="IdentifiableType">
<xs:sequence>
<xs:element minOccurs="0" name="TypeOfMaterial" type="CodeValueType"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="Citation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExternalURLReference" type="xs:anyURI"/>
<xs:element minOccurs="0" name="ExternalURNReference" type="xs:anyURI"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Relationship"/>
<xs:element minOccurs="0" name="MIMEType" type="CodeValueType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Segment"/>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/6)
xml:lang
Type:
xs:language, predefined
Use:
optional
Language of the metadata describing the other material.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 8/14)
Citation
Type:
CitationType, complex content
Bibliographic citation for the external resource.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Citation"/>

Description
Type:
StructuredStringType, complex content
A description of the referenced material. This field can map to a Dublin Core abstract. Note that Dublin Core does not support structure within the abstract element. Supports multiple languages and optional structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

ExternalURLReference
Type:
xs:anyURI, predefined, simple content
Contains a URL which indicates the location of the cited external resource.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExternalURLReference" type="xs:anyURI"/>

ExternalURNReference
Type:
xs:anyURI, predefined, simple content
Contains a URN which identifies the cited external resource.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExternalURNReference" type="xs:anyURI"/>

MIMEType
Type:
CodeValueType, simple content
Provides a standard Internet MIME type for use by processing applications.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MIMEType" type="CodeValueType"/>

Relationship
Type:
RelationshipType, complex content
Reference to the item within the DDI Instance to which the external resource is related.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Relationship"/>

Segment
Type:
SegmentType, complex content
Can describe a segment within a larger object such as a text or video segment.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Segment"/>

TypeOfMaterial
Type:
CodeValueType, simple content
Designation of the type of material being described. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TypeOfMaterial" type="CodeValueType"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set