Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

COSMOS SDD Tooling BTG Data Type Comparisons

Revision as of 09:32, 21 February 2008 by Cmbrandt.us.ibm.com (Talk | contribs) (<DisplayTextType>)

Contents

Common Schema Elements

DescriptorInfoGroup

<xsd:attributeGroup name="DescriptorInfoGroup">
  <xsd:attribute name="schemaVersion" type="xsd:string" fixed="1.0" use="required"/>
  <xsd:attribute name="descriptorID" type="sdd-common:UUIDType" use="required"/>
  <xsd:attribute name="lastModified" type="xsd:dateTime" use="required"/>
  <xsd:attribute name="descriptorLanguageBundle" type="xsd:token" use="optional"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:attributeGroup>
Type Element Attribute Data Type Compare?
DescriptorInfoGroup
schemaVersion xsd:string Throw Away
descriptorID <UUIDType> Throw Away
lastModified xsd:dateTime Throw Away
descriptorLanguageBundle xsd:token Merge
any namespace="##other"

Notes:
DescriptorInfoGroup is always merged.

<DisplayTextType>

<xsd:complexType name="DisplayTextType">
  <xsd:simpleContent>
    <xsd:extension base="xsd:string">
      <xsd:attribute name="translationKey" type="xsd:NCName" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Type Element Attribute Data Type Compare?
<DisplayTextType> Extension Of: xsd:string Yes
translationKey xsd:NCName Merge

<VersionType>

<FixIdentityType>

<MaintenanceInformationType>

<BuildInformationType>

<LocationType>

<ManufacturerType>

<IdentityType>

<UUIDType>

Package Descriptor Schema Elements

DigestInfoGroup

<SDDContentPurposeType>

<ContentPurposeType>

<ContentType>

<ContentsType>

<SDDPackageTypeType>

<ExtensiblePackageTypeType>

<PackageTypeType>

<PackageIdentityType>

<PackageDescriptorType>

Deployment Descriptor Schema Elements

DescriptionGroup

DisplayElementGroup

ResourceConstraintGroup

ContentListGroup

<VariableExpressionType>

<PropertyType>

<ResourceTypeNameType>

<ResourceType>

<TopologyType>

<VersionValueType>

<MaxVersionType>

<VersionRangeType>

<VersionConstraintValueType>

<VersionConstraintType>

<PropertyMatchType>

<PropertyValueListType>

<ConditionalPropertyConstraintType>

<UniquenessConstraintType>

<RelationshipConstraintType>

<ConditionalResourceConstraintType>

<AlternativeConditionalType>

<OperationType>

<OperationListType>

<ConditionType>

<BaseParameterType>

<BoundaryType>

<IntegerParameterType>

<StringCaseType>

<StringParameterType>

<BooleanParameterType>

<URIParameterType>

<ParametersType>

<BaseVariableType>

<ResourcePropertyType>

<ConditionalDerivedVariableExpressionType>

<DerivedVariableType>

<VariablesType>

<RequiredBaseConstraintType>

<AlternativeRequiredBaseConstraintType>

<RequiredBaseType>

<CapacityValueType>

<CapacityConstraintType>

<ConsumptionConstraintValueType>

<ConsumptionConstraintType>

<PropertyConstraintType>

<RequirementResourceConstraintType>

<DependencyType>

<InternalDependencyType>

<AlternativeRequirementType>

<RequirementType>

<RequirementsType>

<LanguageType>

<LanguagesType>

<SDDCompletionTypeNamesType>

<CompletionTypeNamesType>

<CompletionType>

<ResultingPropertyType>

<RelationshipType>

<ResultingResourceType>

<ResultingChangeType>

<ArgumentType>

<ArgumentListType>

<OutputVariableType>

<OutputVariableListType>

<SubstitutionType>

<ArtifactTypeNameType>

<AdditionalContentType>

<ArtifactType>

<InstallationArtifactsType>

<InstallableUnitType>

<ConfigurationArtifactsType>

<ConfigurationUnitType>

<LocalizationUnitType>

<LanguageSetType>

<OptionalLanguagesType>

<LanguageSelectionsType>

<CompositeUnitType>

<ContentSelectionFeatureType>

<RequiredContentSelectionType>

<ResourceMapType>

<ResultingResourceMapType>

<ResultingChangeMapType>

<ReferencedPackageType>

<BaseContentType>

<FeatureReferenceType>

<GroupType>

<GroupsType>

<MultiplicityConstraintType>

<ConstrainedResourceType>

<MultiplicityType>

<ContentElementReferenceType>

<PackageFeatureReferenceType>

<NestedFeatureType>

<FeatureType>

<MultiSelectType>

<FeaturesType>

<SelectableContentType>

<CompositeLocalizationUnitType>

<LocalizationContentType>

<CompositeInstallableType>

<RequisitesType>

<DeploymentDescriptorType>

Back to the top