simpleType "NewVersionType"
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):
MaintainableVersion, Version
All Direct / Indirect Based Attributes (1):
ReferenceType/@lateBoundRestriction
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)
  NewVersionType
Derivation:
restriction of xs:string
Facets:
pattern:
([0-9\*]+(\.[0-9\*])*)
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="NewVersionType">
<xs:restriction base="xs:string">
<xs:pattern value="([0-9\*]+(\.[0-9\*])*)"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set