DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "VersionDistinctionType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
VersionDistinctionName+, r:Label*, r:Description*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the data versioning scheme(s) used by an organization. If more than one, Name should differentiate between a standard versioning structure used by the oranization and special structures used by specific projects or studies. Information on what drives and major and minor change and how they are structured.
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="VersionDistinctionType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="VersionDistinctionName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 3/3)
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"/>

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

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