complexType "AbstractMaintainableType"
Namespace: |
|
Content: |
|
Abstract: |
(cannot be assigned directly to elements used in instance XML documents) |
Defined: |
|
Includes: |
|
Used: |
|
Content Model Elements (3):
-
Known Direct Subtypes (1):
-
Known Indirect Subtypes (30):
-
ArchiveType,
BaseLogicalProductType,
CategorySchemeType,
CodeSchemeType,
ComparisonType,
ConceptSchemeType,
ConceptualComponentType,
ControlConstructSchemeType,
DataCollectionType,
DDIInstanceType,
DDIProfileType,
GeographicLocationSchemeType,
GeographicStructureSchemeType,
GroupType,
InstrumentType,
InterviewerInstructionSchemeType,
LocalHoldingPackageType,
LogicalProductType,
NCubeLogicalProductType,
NCubeSchemeType,
OrganizationSchemeType,
PhysicalDataProductType,
PhysicalInstanceType,
PhysicalStructureSchemeType,
QuestionSchemeType,
RecordLayoutSchemeType,
ResourcePackageType,
StudyUnitType,
UniverseSchemeType,
VariableSchemeType
All Direct / Indirect Based Elements (31):
-
Archive,
BaseLogicalProduct,
CategoryScheme,
CodeScheme,
Comparison,
ConceptScheme,
ConceptualComponent,
ControlConstructScheme,
DataCollection,
DDIInstance,
DDIProfile,
GeographicLocationScheme,
GeographicStructureScheme,
Group,
Instrument,
InterviewerInstructionScheme,
LocalAddedContent,
LocalHoldingPackage,
LogicalProduct,
NCubeLogicalProduct,
NCubeScheme,
OrganizationScheme,
PhysicalDataProduct,
PhysicalInstance,
PhysicalStructureScheme,
QuestionScheme,
RecordLayoutScheme,
ResourcePackage,
StudyUnit,
UniverseScheme,
VariableScheme
Known Usage Locations
- In derivations of other global types (1):
Type Definition Detail
Type Derivation Tree AbstractMaintainableType (extension) |
XML Source (w/o annotations (3); see within schema source)
<xs:complexType abstract="true" name="AbstractMaintainableType"> <xs:complexContent> <xs:attribute name="agency" type="xs:NCName" use="optional"/> <xs:attribute default="false" name="isPublished" type="xs:boolean"/> <xs:attribute ref="xml:lang" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (defined in this component only; 4/10) agency -
Type: |
xs:NCName, predefined |
Use: |
optional |
Maintaining agency as described in Part 1 of the Technical Specification.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="agency" type="xs:NCName" use="optional"/> |
externalReferenceDefaultURI -
Type: |
xs:anyURI, predefined |
Use: |
optional |
Use to provide a default value for the URI of external references. Use of a URI in a reference within this maintainable overrides the value entered here. Nested maintainables should redeclare the contents of this attribute for clarity.
XML Source (w/o annotations (1); see within schema source)
isPublished -
Type: |
xs:boolean, predefined |
Use: |
optional |
Indicates that the maintainable will not be changed without version, and is a stable target for referencing.
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isPublished" type="xs:boolean"/> |
-
Type: |
xs:language, predefined |
Use: |
optional |
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="optional"/> |