complexType "VersionRationaleType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
RationaleDescription?, RationaleCode?
</...>
Content Model Elements (2):
RationaleCode, RationaleDescription
All Direct / Indirect Based Elements (1):
VersionRationale
Known Usage Locations
Annotation
Textual description of the rationale/purpose for the version change and a coded value to provide an internal processing flag within and organization or system.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="VersionRationaleType">
<xs:sequence>
<xs:element minOccurs="0" ref="RationaleDescription"/>
<xs:element minOccurs="0" ref="RationaleCode"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
RationaleCode
Type:
CodeValueType, simple content
RationaleCode is primarily for internal processing flags within an organization or system. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RationaleCode"/>

RationaleDescription
Type:
InternationalStringType, complex content
Textual description of the rationale/purpose for the version change to inform users as to the extent and implication of the version change. May be expressed in multiple languages.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RationaleDescription"/>

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