DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "InstrumentType"
Namespace:
Content:
complex, 11 attributes, 10 elements
Defined:
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    agency
 = 
xs:NCName
    externalReferenceDefaultURI
 = 
xs:anyURI
    id
 = 
xs:string
    isMaintainable
 = 
"true"
    isPublished
 = 
xs:boolean : "false"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, InstrumentName*, r:Label*, r:Description*, Type?, r:Software*, ExternalInstrumentLocation*, ControlConstructReference?
</...>
Content Model Elements (10):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Structures the metadata describing a collection instrument used in the data collection.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              InstrumentType (extension)
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="InstrumentType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstrumentName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="Type"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Software"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExternalInstrumentLocation" type="xs:anyURI"/>
<xs:element minOccurs="0" ref="ControlConstructReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 7/10)
ControlConstructReference
Type:
r:ReferenceType, complex content
A reference to the control construct that initiates the sequence of the instrument content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ControlConstructReference"/>

ExternalInstrumentLocation
Type:
xs:anyURI, predefined, simple content
A reference to an external representation of the data collection instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExternalInstrumentLocation" type="xs:anyURI"/>

InstrumentName
Type:
r:NameType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstrumentName"/>

r:Description
Type:
r:StructuredStringType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

r:Software
Type:
r:SoftwareType, complex content
Describes a software package associated with the collection instrument.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Software"/>

Type
Type:
r:CodeValueType, simple content
Describes the type of the instrument, according to the documentor's type classification.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Type"/>

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