Skip to content

Commit

Permalink
DDI 3.2 vote package
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSmith committed Dec 6, 2013
1 parent 884e8f0 commit 9b3625e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion datacollection.xsd
Expand Up @@ -2810,7 +2810,7 @@ with DDI 3.2 XML Schema. If not, see <http://www.gnu.org/licenses/>.
</xs:complexType>
<xs:element name="DomainSpecificValue" type="DomainSpecificValueType">
<xs:annotation>
<xs:documentation>References a Delineation used by the Response Domain using the reference structure and specifies one or more values within the delineation.</xs:documentation>
<xs:documentation>Identifies the value of the ResponseDomain to which the new ResponseDomain is attached by specifying its attachmentBase number of the target ResponseDomain in the attribute attachmentDomain. Specifies one or more values within the ResponseDomain to which the object is attached (i.e. single item or set).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="DomainSpecificValueType">
Expand Down
24 changes: 0 additions & 24 deletions group.xsd
Expand Up @@ -584,18 +584,6 @@ with DDI 3.2 XML Schema. If not, see <http://www.gnu.org/licenses/>.
<xs:documentation>Embargo information about the group unit. References to embargo information in this section can be made from individual variables.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="r:ManagedRepresentationScheme">
<xs:annotation>
<xs:documentation>In-line inclusion of a ManagedRepresentationScheme.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="r:ManagedRepresentationSchemeReference">
<xs:annotation>
<xs:documentation>Inclusion of a ManagedRepresentationScheme by reference. TypeOfObject should be set to ManagedRepresentationScheme.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="c:ConceptualComponent">
<xs:annotation>
Expand Down Expand Up @@ -847,18 +835,6 @@ with DDI 3.2 XML Schema. If not, see <http://www.gnu.org/licenses/>.
<xs:documentation>Embargo information about the sub-group unit. References to embargo information in this section can be made from individual variables.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="r:ManagedRepresentationScheme">
<xs:annotation>
<xs:documentation>In-line inclusion of a ManagedRepresentationScheme.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="r:ManagedRepresentationSchemeReference">
<xs:annotation>
<xs:documentation>Inclusion of a ManagedRepresentationScheme by reference. TypeOfObject should be set to ManagedRepresentationScheme.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="c:ConceptualComponent">
<xs:annotation>
Expand Down
6 changes: 3 additions & 3 deletions instance.xsd
Expand Up @@ -22,15 +22,15 @@ with DDI 3.2 XML Schema. If not, see <http://www.gnu.org/licenses/>.
<!--
Documentation of the DDI specification is provided in three ways:
Field Level Documentation
<A HREF="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/FieldLevelDocumentation/index.html">Field Level Documentation</A>
AUDIENCE: Developers, database developers, mappings, base level for content providers (what an object is in relation to parent and child elements)
This documentation is found within the DDI Schemas and displayed in the HTML documentation. It provides a brief description of the purpose and content of the object. Documentation found in the complex Type description will provide more detail than the element documentation. Within a complex type, the additional documentation of sub-elements will focus on its purpose within the context of the complex type.
Part I - Technical Documentation and Overview
<A HREF="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/HighLevelDocumentation/DDI_Part_I_TechnicalDocument.pdf">Part I - Technical Documentation</A>
AUDIENCE: Developers, integrated usage and applications for content providers
Organized by related sets of objects, e.g. Question Item, Question Grid, and Question Block, this documentation provides details of the structure and its intended application. Each set contains examples of usage. It contains information on the relationship of DDI to other standards, common XML structures used by DDI, design and consistency rules, description of major structural types (modules and schemes), technical features for identification and reference, basic types for dates and strings, and all major complex elements. The complex element content is organized alphabetically by set and an index is provided for all elements. This documentation also contains lists of: 3.1 to 3.2 changes, all unique element and attribute names, and elements by extension base (Identifiable, Versionable, Maintainable, Reference, CodeValue, etc.).
Part II - User Guide
<A HREF="http://www.ddialliance.org/Specification/DDI-Lifecycle/3.2/XMLSchema/HighLevelDocumentation/DDI_Part_II_UserGuide.pdf">Part II - User Guide</A>
AUDIENCE: Content providers, those focusing on specific applied uses of DDI
Provides instructions for navigating the HTML Field Level Documentation and reviews basic structural features focusing on their usage, such as exchange structures, organizing publication package content, managing data over time, common structure like strings, controlled vocabularies, dates, citation and coverage, notes and other material. This general section is followed by a set of user stories (applying DDI). The focus is on how the parts of DDI work together to describe the metadata and data for particular functions such as documenting a longitudinal study or developing a questionnaire. Wherever appropriate, Part I will reference the more detailed technical documentation in Part I.
-->
Expand Down

0 comments on commit 9b3625e

Please sign in to comment.