DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "VersionType"
Namespace:
Content:
simple
Defined:
globally in reusable.xsd, see XML source
Used:
XML Representation Summary
<...>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Version number of the referenced object, expressed as a two-part numeric string composed of two positive integers separated by a period. The first number indicates a major version, the second a minor one: 1.0. Optionally, a third integer may indicate sub-version: 1.0.2. In DDI 3.0, any child object is assumed to inherit its version and maintenance agency from its parent. Thus, the information does not have to be unnecessarily repeated. However, an object can over-ride this inheritance by describing its own maintenance agency and version.
Type Definition Detail
Type Derivation Tree
xs:string
  VersionType (extension)
Derivation:
extension of xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="VersionType">
<xs:simpleContent>
<xs:extension base="xs:string"/>
</xs:simpleContent>
</xs:complexType>

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