complexType "BasedOnObjectType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
BasedOnRationaleCode, BasedOnRationaleDescription, BasedOnReference
All Direct / Indirect Based Elements (1):
BasedOnObject
Known Usage Locations
Annotation
Use when creating an object that is based on an existing object or objects that are managed by a different agency or when the new object is NOT simply a version change but you wish to maintain a reference to the object that served as a basis for the new object. BasedOnObject may contain references to any number of objects which serve as a basis for this object, a BasedOnRationalDescription of how the content of the referenced object was incorporated or altered, and a BasedOnRationalCode to allow for specific typing of the BasedOnReference according to an external controlled vocabulary.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="BasedOnObjectType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BasedOnReference"/>
<xs:element minOccurs="0" ref="BasedOnRationaleDescription"/>
<xs:element minOccurs="0" ref="BasedOnRationaleCode"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
BasedOnRationaleCode
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="BasedOnRationaleCode"/>

BasedOnRationaleDescription
Type:
InternationalStringType, complex content
Textual description of the rationale/purpose for the based on reference 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="BasedOnRationaleDescription"/>

BasedOnReference
Type:
ReferenceType, complex content
A reference to an object upon which the current object is based using a standard Reference structure. Repeat for multiple base objects. The TypeOfObject may be any Versionable or Maintainable object.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="BasedOnReference"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set