complexType "VersionDistinctionType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 1 attribute, 4 elements
Used:
XML Representation Summary
<...
   
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (4):
VersionDistinctionName, r:Description, r:EffectivePeriod, r:Label
All Direct / Indirect Based Elements (1):
VersionDistinction
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 organization 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 (6); see within schema source)
<xs:complexType name="VersionDistinctionType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VersionDistinctionName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
regExp
Type:
xs:string, predefined
Use:
optional
Allows the version structure to be defined by a regular expression.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the Version Distinction. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the identification information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>

r:Label
Type:
r:LabelType, complex content
A display label for the Version Distinction. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

VersionDistinctionName
Type:
r:NameType, complex content
A name for the Version Distinction. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VersionDistinctionName"/>

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