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 application 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 list of associations is used to determine if this object should inherit access controls from another object (inheritance), or if the association is allowed for the object (enforcement). An association will not be created unless the calling user is authorized to update one or both objects involved in the association. For more information about inheritance and enforcement rules, see the SAS Intelligence Platform: Security Administration Guide.

Attributes

Name Description Type Length
MajorVersion Major version 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 of the MIME standard used to describe this content.   double  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, IsHidden, 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 that 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 that can display this content type.  DeviceType
TypeDefinitions

Partner: AssociatedContentType

0 to * The type definition that makes use of this content type.  TypeDefinition

Inherited Associations
AccessControls/Objects, Changes/Objects, CustomAssociations/OwningObject, Documents/Objects, Extensions/OwningObject, ExternalIdentities/OwningObject, FavoritesContainers/Favorites, 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 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 of the MIME standard used to describe this content.

Association Details

ContentItems
     Cardinality:   0 to *
     Partner:   AssociatedContentType

The content that 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 that can display this content type. 

Associated Types:
DeviceType

TypeDefinitions
     Cardinality:   0 to *
     Partner:   AssociatedContentType

The type definition that makes use of this content type. 

Associated Types:
TypeDef i nition

Previous Page | Next Page | Top of Page