simpleType "VersionType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[0-9]+(\.[0-9]+)*

All Direct / Indirect Based Elements (2):
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
A type used for restricting the characters in a DDI version number. Valid characters include 0-9 and '.' used as a separator to express levels for the version number. The use of levels is optional and a version number can contain as many levels as needed by the agency.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  VersionType
Derivation:
restriction of xs:string
Facets:
pattern:
[0-9]+(\.[0-9]+)*
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="VersionType">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]+(\.[0-9]+)*"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set