space
Previous Page | Next Page

SAS Namespace Types

LocalizedResource


Subclass of SecondaryType


Overview

Contains the localized values for a particular locale as defined by the LocalId attribute. Locale information contained in the LocalizedResource is used when displaying information contained in the associated LocalizedObject. The Value attribute contains the localized version of the value for the property specified by the Name attribute.

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
IsURL This indicates whether the Value attribute contains a localized string or a URL.   int  
LocaleID This is either either 'la' or 'la_co' where la is a ISO 639 language code (http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt) and co is a ISO 3166 country code (http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html)   String 8  
Value This attribute contains either the localized version of the property specified by the Name attribute or a URL used to find the localized value.   String 256  

Inherited Attributes
Name, Id, Desc, MetadataCreated, MetadataUpdated, ChangeState, LockedBy, 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
LocalizedObject

Partner: Resources

1 to 1 LocalizedObject is the object for which the localized values contained by or referenced by this LocalizedResource apply.  LocalizedType
AbstractProperty
AssociationProperty
AttributeProperty
Property
PropertyGroup
PropertyType
PrototypeProperty

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

IsURL
     Type:  int  

This indicates whether the Value attribute contains a localized string or a URL.

LocaleID
     Type:  String 8  

This is either either 'la' or 'la_co' where la is a ISO 639 language code (http://www.ics.uci.edu/pub/ietf/http/related/iso639.txt) and co is a ISO 3166 country code (http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html)

Value
     Type:  String 256  

This attribute contains either the localized version of the property specified by the Name attribute or a URL used to find the localized value.

Association Details

LocalizedObject
     Cardinality:   1 to 1
     Partner:   Resources

LocalizedObject is the object for which the localized values contained by or referenced by this LocalizedResource apply. 

Associated Types:
LocalizedType, AbstractProperty, AssociationProperty, AttributeProperty, Property, PropertyGroup, PropertyType, PrototypeProperty

Previous Page | Next Page | Top of Page