DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "AbstractVersionableType"
Namespace:
Content:
complex, 6 attributes, 3 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 attributes and 2 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*
</...>
Content Model Elements (3):
Known Direct Subtypes (2):
Known Indirect Subtypes (73):
All Direct / Indirect Based Elements (78):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  AbstractVersionableType (extension)
XML Source (w/o annotations (4); see within schema source)
<xs:complexType abstract="true" name="AbstractVersionableType">
<xs:complexContent>
<xs:extension base="AbstractIdentifiableType">
<xs:sequence>
<xs:element minOccurs="0" name="VersionResponsibility" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VersionRationale"/>
</xs:sequence>
<xs:attribute name="version" type="NewVersionType" use="optional"/>
<xs:attribute name="versionDate" type="BaseDateType" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 2/6)
version
Type:
Use:
optional
Restricted string - numeric with two decimal positions. Default value is 1.0.0.
Attribute Value
xs:string
Pattern:
(([0-9\*]+\.[0-9\*]+\.[0-9\*]+)|([0-9\*]+\.[0-9\*]+\.L)|([0-9\*]+\.L\.L)|(L\.L\.L))
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="version" type="NewVersionType" use="optional"/>

versionDate
Type:
Use:
optional
Date of version. Duration should not be used in this field, even though allowed by the ISO format enforced by the parser.
Attribute Value
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="versionDate" type="BaseDateType" use="optional"/>
Content Element Detail (defined in this component only; 2/3)
VersionRationale
Type:
InternationalStringType, simple content
Textual description of the rationale/purpose for a version change.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VersionRationale"/>

VersionResponsibility
Type:
xs:string, predefined, simple content
Person and/or organization within the MaintenanceAgency responsible for the version change. This is primarily intended for internal use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="VersionResponsibility" type="xs:string"/>

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