space
Previous Page | Next Page

SAS Namespace Types

ContentType


Subclass of PrimaryType


Overview

Describes the type of content contained in the associated object. This will allow applications that deliver content to determine if content may be displayed and/or the best way to display the content.

Security Inheritance and Enforcement Rules

The following is a list of associations that are used to determine if this object should inherit access controls from another object (inheritance) or if the association is allowed for the object (enforcement). For more information about inheritance and enforcement rules, see the SAS 9.2 Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
MajorVersion Major version number of the MIME standard used to describe this content.  double  
MimeType Description of the type and format of the content as defined by the MIME Internet standard.  String 64  
MinorVersion Minor version number of the MIME standard used to describe this content.  double  

Inherited Attributes
Name Id Desc MetadataCreated MetadataUpdated ChangeState  LockedBy  PublicType  UsageVersion 

Associations

= indicates the resident side of an association, or where the association is persisted for cross-repository associations. If no resident side is indicated, this association may not cross repository boundaries.

Name Cardinality Description Associated Types
ContentItems

Partner: AssociatedContentType

0 to * The content which conforms to this content type.  ContentLocation
AnalyticContext
ArchiveEntry
ArchiveFile
COMConnection
Connection
Device
Directory
Document
Email
File
Memory
OpenClientConnection
SASCatalogEntry
SASClientConnection
Stream
TCPIPConnection
Text
TextStore
DeviceDescriptors

Partner: ContentTypes

0 to * The description of devices which can display this content type.   DeviceType
TypeDefinitions

Partner: AssociatedContentType

0 to * The type definitions that make use of this content type.  TypeDefinition

Inherited Associations
AccessControls/Objects , Changes/Objects , CustomAssociations/OwningObject , Documents/Objects , Extensions/OwningObject , ExternalIdentities/OwningObject , Groups/Members , Implementors/ImplementedObjects , Keywords/Objects , LocalizedAttributes/AssociatedLocalizedObject , Notes/Objects , PrimaryPropertyGroup/AssociatedObject , Prompts/PromptEnabledObject , Properties/AssociatedObject , PropertySets/OwningObject , ReferencedObjects/AssociatedObjects , ResponsibleParties/Objects , SourceTransformations/TransformationSources , SpecSourceTransformations/SourceSpecifications , SpecTargetTransformations/TargetSpecifications , TargetTransformations/TransformationTargets , Timestamps/Objects , Trees/Members , TSObjectNamespace/TSObjects , UsedByPrototypes/UsingPrototype , UsingPrototype/UsedByPrototypes , Variables/AssociatedObject 

Attribute Details

MajorVersion
     Type:  double  

Major version number of the MIME standard used to describe this content.

MimeType
     Type:  String 64  

Description of the type and format of the content as defined by the MIME Internet standard.

MinorVersion
     Type:  double  

Minor version number of the MIME standard used to describe this content.

Association Details

ContentItems
     Cardinality:   0 to *
     Partner:   AssociatedContentType

The content which conforms to this content type. 

Associated Types:
ContentLocation   AnalyticContext   ArchiveEntry   ArchiveFile   COMConnection   Connection   Device   Directory   Document   Email   File   Memory   OpenClientConnection   SASCatalogEntry   SASClientConnection   Stream   TCPIPConnection   Text   TextStore

DeviceDescriptors
     Cardinality:   0 to *
     Partner:   ContentTypes

The description of devices which can display this content type.  

Associated Types:
DeviceType

TypeDefinitions
     Cardinality:   0 to *
     Partner:   AssociatedContentType

The type definitions that make use of this content type. 

Associated Types:
TypeDefinition


space
Previous Page | Next Page | Top of Page