complexType "VersionType"
Namespace: |
|
Content: |
simple |
Defined: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (2):
-
Known Usage Locations
- As direct type of elements (2):
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> |