Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:21, 21 February 2008 by Unnamed Poltroon (Talk) (DescriptorInfoGroup)

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

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

Back to the top