complexType "MaintainableType"
Namespace:
Content:
complex, 9 attributes, 13 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
at 35 locations
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (13):
Agency, BasedOnObject, ID, MetadataQuality, Note, Software, URN, UserAttributePair, UserID, Version, VersionRationale, VersionResponsibility, VersionResponsibilityReference
Known Direct Subtypes (35):
ArchiveType, BaseLogicalProductType, CategorySchemeType, CodeListSchemeType, CodeListType, ComparisonType, ConceptSchemeType, ConceptualComponentType, ConceptualVariableSchemeType, ControlConstructSchemeType, DDIInstanceType, DDIProfileType, DataCollectionType, GeographicLocationSchemeType, GeographicStructureSchemeType, GroupType, InstrumentSchemeType, InterviewerInstructionSchemeType, LocalHoldingPackageType, ManagedRepresentationSchemeType, NCubeSchemeType, OrganizationSchemeType, PhysicalDataProductType, PhysicalInstanceType, PhysicalStructureSchemeType, ProcessingEventSchemeType, ProcessingInstructionSchemeType, QualityStatementSchemeType, QuestionSchemeType, RecordLayoutSchemeType, RepresentedVariableSchemeType, ResourcePackageType, StudyUnitType, UniverseSchemeType, VariableSchemeType
Known Indirect Subtypes (1):
LogicalProductType
All Direct / Indirect Based Elements (39):
Archive, BaseLogicalProduct, CategoryScheme, CodeList, CodeListScheme, Comparison, ConceptScheme, ConceptualComponent, ConceptualVariableScheme, ControlConstructScheme, DDIInstance, DDIProfile, DataCollection, GeographicLocationScheme, GeographicStructureScheme, Group, InstrumentScheme, InterviewerInstructionScheme, LocalGroupContent, LocalHoldingPackage, LocalResourcePackageContent, LocalStudyUnitContent, LogicalProduct, ManagedRepresentationScheme, NCubeScheme, OrganizationScheme, PhysicalDataProduct, PhysicalInstance, PhysicalStructureScheme, ProcessingEventScheme, ProcessingInstructionScheme, QualityStatementScheme, QuestionScheme, RecordLayoutScheme, RepresentedVariableScheme, ResourcePackage, StudyUnit, UniverseScheme, VariableScheme
Known Usage Locations
Annotation
Adds the attribute identifying this as a maintainable object. All content of Maintainable is considered to be administrative metadata. Note that changes to the administrative metadata does not drive a change in the version of the parent objects. All content of Maintainable with the exception of 'Note' is considered to be administrative metadata. Note that changes to the administrative metadata does not drive a change in the version of the parent objects. See DDI 3.2 Technical Documentation: Part I for further details.
Type Definition Detail
Type Derivation Tree
AbstractIdentifiableType (extension)
  AbstractVersionableType (extension)
      AbstractMaintainableType (extension)
          MaintainableType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType abstract="true" name="MaintainableType">
<xs:complexContent>
<xs:extension base="AbstractMaintainableType">
<xs:attribute fixed="true" name="isMaintainable" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/9)
isMaintainable
Type:
xs:boolean, predefined
Use:
optional
This is a fixed flag informing the system or user that in additional to being versionable the element is maintainable in its own right (outside of a parent object).
Attribute Value
Fixed:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute fixed="true" name="isMaintainable" type="xs:boolean"/>

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