- Open Vulnerability and Assessment Language -
Element Dictionary

This document outlines the items of the OVAL System Characteristics XML schema that are independent of any specific family or platform. Each iten is an extention of a basic System Characteristics item defined in the core System Characteristics XML schema.

The OVAL Schema is maintained by The MITRE Corporation and developed by the public OVAL Community. For more information, including how to get involved in the project and how to submit change requests, please visit the OVAL website at http://oval.mitre.org.



< family_item >

This element stores high level system OS type, otherwise known as the family.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
family ind-sc:EntityItemFamilyType 0 1
This element describes the high level system OS type, otherwise known as the family.



< filehash_item >

Deprecated As Of Version: 5.8
Reason: Replaced by the filehash58_item which allows the hash algorithm to be specified when collecting data. See the filehash58_item.
Comment: This item has been deprecated and may be removed in a future version of the language.

This element stores the different hash values associated with a specific file.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
filepath oval-sc:EntityItemStringType 0 1
The filepath element specifies the absolute path for a file on the machine. A directory cannot be specified as a filepath.
path oval-sc:EntityItemStringType 0 1
The path element specifies the directory component of the absolute path to a file on the machine.
filename oval-sc:EntityItemStringType 0 1
The name of the file.
md5 oval-sc:EntityItemStringType 0 1
The md5 hash of the file
sha1 oval-sc:EntityItemStringType 0 1
The sha1 hash of the file
windows_view ind-sc:EntityItemWindowsViewType 0 1
The windows view value from which this OVAL Item was collected. This is used to indicate from which view (32-bit or 64-bit), the associated Item was collected. A value of '32_bit' indicates the Item was collected from the 32-bit view. A value of '64-bit' indicates the Item was collected from the 64-bit view. Omitting this entity removes any assertion about which view the Item was collected from, and therefore it is strongly suggested that this entity be set. This entity only applies to 64-bit Microsoft Windows operating systems.



< filehash58_item >

This element stores a hash value associated with a specific file.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
filepath oval-sc:EntityItemStringType 0 1
The filepath element specifies the absolute path for a file on the machine. A directory cannot be specified as a filepath.
path oval-sc:EntityItemStringType 0 1
The path element specifies the directory component of the absolute path to a file on the machine.
filename oval-sc:EntityItemStringType 0 1
The name of the file.
hash_type ind-sc:EntityItemHashTypeType 0 1
Identifier for the hash algorithm used to calculate the hash.
hash oval-sc:EntityItemStringType 0 1
The result of applying the hash algorithm to the file.
windows_view ind-sc:EntityItemWindowsViewType 0 1
The windows view value from which this OVAL Item was collected. This is used to indicate from which view (32-bit or 64-bit), the associated Item was collected. A value of '32_bit' indicates the Item was collected from the 32-bit view. A value of '64-bit' indicates the Item was collected from the 64-bit view. Omitting this entity removes any assertion about which view the Item was collected from, and therefore it is strongly suggested that this entity be set. This entity only applies to 64-bit Microsoft Windows operating systems.



< environmentvariable_item >

Deprecated As Of Version: 5.8
Reason: Replaced by the environmentvariable58_item. This item allows the hash algorithm to be specified. See the filehash58_item.
Comment: This object has been deprecated and may be removed in a future version of the language.

This item stores information about environment variables and their values.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
name oval-sc:EntityItemStringType 0 1
This element describes the name of an environment variable.
value oval-sc:EntityItemAnySimpleType 0 1
The actual value of the specified environment variable.



< environmentvariable58_item >

This item stores information about an environment variable, the process ID of the process from which it was retrieved, and its corresponding value.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
pid oval-sc:EntityItemIntType 0 1
The process ID of the process from which the environment variable was retrieved.
name oval-sc:EntityItemStringType 0 1
This element describes the name of an environment variable.
value oval-sc:EntityItemAnySimpleType 0 1
The actual value of the specified environment variable.



< ldap_item >

This element holds information about specific entries in the LDAP directory. It extends the standard ItemType as defined in the oval-system-characteristics schema and one should refer to the ItemType description for more information.

Note that this ite supports only simple (string based) value collection. For more complex values see the ldap57_item.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
suffix oval-sc:EntityItemStringType 0 1
Each object in an LDAP directory exists under a certain suffix (also known as a naming context). A suffix is defined as a single object in the Directory Information Tree (DIT) with every object in the tree subordinate to it.
relative_dn oval-sc:EntityItemStringType 0 1
The relative_dn field is used to uniquely identify an item inside the specified suffix. It contains all of the parts of the item's distinguished name except those outlined by the suffix. If the xsi:nil attribute is set to true, then the item being represented is the higher level suffix.
attribute oval-sc:EntityItemStringType 0 1
Specifies a named value contained by the object.
object_class oval-sc:EntityItemStringType 0 1
The name of the class of which the object is an instance.
ldaptype ind-sc:EntityItemLdaptypeType 0 1
Specifies the type of information that the specified attribute represents.
value oval-sc:EntityItemAnySimpleType 0 unbounded
The actual value of the specified LDAP attribute.



< ldap57_item >

This element holds information about specific entries in the LDAP directory. It extends the standard ItemType as defined in the oval-system-characteristics schema and one should refer to the ItemType description for more information.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
suffix oval-sc:EntityItemStringType 0 1
Each object in an LDAP directory exists under a certain suffix (also known as a naming context). A suffix is defined as a single object in the Directory Information Tree (DIT) with every object in the tree subordinate to it.
relative_dn oval-sc:EntityItemStringType 0 1
The relative_dn field is used to uniquely identify an item inside the specified suffix. It contains all of the parts of the item's distinguished name except those outlined by the suffix. If the xsi:nil attribute is set to true, then the item being represented is the higher level suffix.
attribute oval-sc:EntityItemStringType 0 1
Specifies a named value contained by the object.
object_class oval-sc:EntityItemStringType 0 1
The name of the class of which the object is an instance.
ldaptype ind-sc:EntityItemLdaptypeType 0 1
Specifies the type of information that the specified attribute represents.
value oval-sc:EntityItemRecordType 0 unbounded
The actual value of the specified LDAP attribute. Note that while an LDAP attribute can contain structured data where it is necessary to collect multiple related fields that can be described by the 'record' datatype, it is not always the case. It also is possible that an LDAP attribute can contain only a single value or an array of values. In these cases, there is not a name to uniquely identify the corresponding field(s) which is a requirement for fields in the 'record' datatype. As a result, the name of the LDAP attribute will be used to uniquely identify the field(s) and satisfy this requirement. If the LDAP attribute contains a single value, the 'record' will have a single field identified by the name of the LDAP attribute. If the LDAP attribute contains an array of values, the 'record' will have multiple fields all identified by the name of the LDAP attribute.



< sql_item >

Deprecated As Of Version: 5.7
Reason: Replaced by the sql57_item. This item allows for single fields to be selected from a database. A new item was created to allow more than one field to be selected in one statement. See the sql57_item.
Comment: This object has been deprecated and may be removed in a future version of the language.

The sql_item outlines information collected from a database via an SQL query.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
engine ind-sc:EntityItemEngineType 0 1
The engine entity identifies the specific database engine used to connect to the database.
version oval-sc:EntityItemStringType 0 1
The version entity identifies the version of the database engine used to connect to the database.
connection_string oval-sc:EntityItemStringType 0 1
The connection_string entity defines connection parameters used to connect to the specific database.
sql oval-sc:EntityItemStringType 0 1
The sql entity holds the specific query used to identify the object(s) in the database.
result oval-sc:EntityItemAnySimpleType 0 unbounded
The result entity specifies the result(s) of the given SQL query against the database.



< sql57_item >

The sql57_item outlines information collected from a database via an SQL query.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
engine ind-sc:EntityItemEngineType 0 1
The engine entity identifies the specific database engine used to connect to the database.
version oval-sc:EntityItemStringType 0 1
The version entity identifies the version of the database engine used to connect to the database.
connection_string oval-sc:EntityItemStringType 0 1
The connection_string entity defines connection parameters used to connect to the specific database.
sql oval-sc:EntityItemStringType 0 1
The sql entity holds the specific query used to identify the object(s) in the database.
result oval-sc:EntityItemRecordType 0 unbounded
The result entity holds the results of the specified SQL statement.



< textfilecontent_item >

The textfilecontent_item looks at the contents of a text file (aka a configuration file) by looking at individual lines.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
filepath oval-sc:EntityItemStringType 0 1
The filepath element specifies the absolute path for a file on the machine. A directory cannot be specified as a filepath.
path oval-sc:EntityItemStringType 0 1
The path element specifies the directory component of the absolute path to a file on the machine.
filename oval-sc:EntityItemStringType 0 1
The filename entity specifies the name of the file (without the path) that is being represented.
pattern oval-sc:EntityItemStringType 0 1
The pattern entity represents a regular expression that is used to define a block of text. Subexpression notation (parenthesis) is used to call out a value(s) to test against. For example, the pattern abc(.*)xyz would look for a block of text in the file that starts with abc and ends with xyz, with the subexpression being all the characters that exist inbetween. Note that if the pattern can match more than one block of text starting at the same point, then it matches the longest. Subexpressions also match the longest possible substrings, subject to the constraint that the whole match be as long as possible, with subexpressions starting earlier in the pattern taking priority over ones starting later.
instance oval-sc:EntityItemIntType 0 1
The instance entity calls out which match of the pattern is being represented by this item. The first match is given an instance value of 1, the second match is given an instance value of 2, and so on. The main purpose of this entity is too provide uniqueness for different textfilecontent_items that results from multiple matches of a given pattern against the same file.
line oval-sc:EntityItemStringType 0 1
The line element represents a line in the file and is represented using a regular expression.
text oval-sc:EntityItemAnySimpleType 0 1
The text entity represents the block of text that matched the specified pattern.
subexpression oval-sc:EntityItemAnySimpleType 0 unbounded
The subexpression entity represents the value of a subexpression in the specified pattern. If multiple subexpressions are specified in the pattern, then multiple entities are presented. Note that the textfilecontent_state in the definition schema only allows a single subexpression entity. This means that the test will check that all (or at least one, none, etc.) the subexpressions pass the same check. This means that the order of multiple subexpression entities in the item does not matter.
windows_view ind-sc:EntityItemWindowsViewType 0 1
The windows view value from which this OVAL Item was collected. This is used to indicate from which view (32-bit or 64-bit), the associated Item was collected. A value of '32_bit' indicates the Item was collected from the 32-bit view. A value of '64-bit' indicates the Item was collected from the 64-bit view. Omitting this entity removes any assertion about which view the Item was collected from, and therefore it is strongly suggested that this entity be set. This entity only applies to 64-bit Microsoft Windows operating systems.



< variable_item >

This item stores information about OVAL Variables and their values.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
var_ref ind-sc:EntityItemVariableRefType 0 1
The id of the variable.
value oval-sc:EntityItemAnySimpleType 0 unbounded
The value of the variable. If a variable represents and array of values, then multiple value elements should exist.



< xmlfilecontent_item >

This item stores results from checking the contents of an xml file.

Extends: oval-sc:ItemType

Child Elements Type MinOccurs MaxOccurs
filepath oval-sc:EntityItemStringType 0 1
The filepath element specifies the absolute path for a file on the machine. A directory cannot be specified as a filepath.
path oval-sc:EntityItemStringType 0 1
The path element specifies the directory component of the absolute path to a file on the machine.
filename oval-sc:EntityItemStringType 0 1
The filename element specifies the name of the file.
xpath oval-sc:EntityItemStringType 0 1
Specifies an XPath 1.0 expression to evaluate against the XML file specified by the filename entity. This XPath 1.0 expression must evaluate to a list of zero or more text values which will be accessible in OVAL via instances of the value_of entity. Any results from evaluating the XPath 1.0 expression other than a list of text strings (e.g., a nodes set) is considered an error. The intention is that the text values be drawn from instances of a single, uniquely named element or attribute. However, an OVAL interpreter is not required to verify this, so the author should define the XPath expression carefully. Note that "equals" is the only valid operator for the xpath entity.
value_of oval-sc:EntityItemAnySimpleType 0 unbounded
The value_of element checks the value(s) of the text node(s) or attribute(s) found. How this is used is entirely controlled by operator attributes.
windows_view ind-sc:EntityItemWindowsViewType 0 1
The windows view value from which this OVAL Item was collected. This is used to indicate from which view (32-bit or 64-bit), the associated Item was collected. A value of '32_bit' indicates the Item was collected from the 32-bit view. A value of '64-bit' indicates the Item was collected from the 64-bit view. Omitting this entity removes any assertion about which view the Item was collected from, and therefore it is strongly suggested that this entity be set. This entity only applies to 64-bit Microsoft Windows operating systems.

== EntityItemEngineType ==

The EntityItemEngineType complex type defines a string entity value that is restricted to an enumeration. Each valid entry in the enumeration is a valid database engine.

Restricts: oval-sc:EntityItemStringType

Value Description

access 

The access value describes the Microsoft Access database engine.

db2 

The db2 value describes the IBM DB2 database engine.

cache 

The cache value describes the InterSystems Cache database engine.

firebird 

The firebird value describes the Firebird database engine.

firstsql 

The firstsql value describes the FirstSQL database engine.

foxpro 

The foxpro value describes the Microsoft FoxPro database engine.

informix 

The informix value describes the IBM Informix database engine.

ingres 

The ingres value describes the Ingres database engine.

interbase 

The interbase value describes the Embarcadero Technologies InterBase database engine.

lightbase 

The lightbase value describes the Light Infocon LightBase database engine.

maxdb 

The maxdb value describes the SAP MaxDB database engine.

monetdb 

The monetdb value describes the MonetDB SQL database engine.

mimer 

The mimer value describes the Mimer SQL database engine.

mysql 

The mysql value describes the MySQL database engine.

oracle 

The oracle value describes the Oracle database engine.

paradox 

The paradox value describes the Paradox database engine.

pervasive 

The pervasive value describes the Pervasive PSQL database engine.

postgre 

The postgre value describes the PostgreSQL database engine.

sqlbase 

The sqlbase value describes the Unify SQLBase database engine.

sqlite 

The sqlite value describes the SQLite database engine.

sqlserver 

The sqlserver value describes the Microsoft SQL database engine.

sybase 

The sybase value describes the Sybase database engine.

 

The empty string value is permitted here to allow for detailed error reporting.




== EntityItemFamilyType ==

The EntityItemFamilyType complex type defines a string entity value that is restricted to a set of enumerations. Each valid enumeration is a high-level family of system operating system.

Restricts: oval-sc:EntityItemStringType

Value Description

catos 

The catos value describes the Cisco CatOS operating system.

ios 

The ios value describes the Cisco IOS operating system.

macos 

The macos value describes the Mac operating system.

pixos 

The pixos value describes the Cisco PIX operating system.

undefined 

The undefined value is to be used when the desired family is not available.

unix 

The unix value describes the UNIX operating system.

vmware_infrastructure 

The vmware_infrastructure value describes VMWare Infrastructure.

windows 

The windows value describes the Microsoft Windows operating system.

 

The empty string value is permitted here to allow for detailed error reporting.


== EntityItemHashTypeType ==

The EntityItemHashTypeType complex type restricts a string value to a specific set of values that specify the different hash algorithms that are supported. The empty string is also allowed to support empty elements associated with variable references.

Restricts: oval-sc:EntityItemStringType

Value Description

MD5 

The MD5 hash algorithm.

SHA-1 

The SHA-1 hash algorithm.

SHA-224 

The SHA-224 hash algorithm.

SHA-256 

The SHA-256 hash algorithm.

SHA-384 

The SHA-384 hash algorithm.

SHA-512 

The SHA-512 hash algorithm.

 

The empty string value is permitted here to allow for detailed error reporting.


== EntityItemVariableRefType ==

The EntityItemVariableRefType complex type defines a string item entity that has a valid OVAL variable id as the value.

Restricts: oval-sc:EntityItemStringType

Pattern oval:[A-Za-z0-9_\-\.]+:var:[1-9][0-9]*

== EntityItemLdaptypeType ==

The EntityItemLdaptypeType complex type restricts a string value to a specific set of values that specify the different types of information that an ldap attribute can represent. The empty string value is permitted here to allow for detailed error reporting.

Restricts: oval-sc:EntityItemStringType

Value Description

LDAPTYPE_ACI_ITEM 

ACI Item, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.1

LDAPTYPE_ACCESS_POINT 

Access Point, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.2

LDAPTYPE_ATTRIBUTE_TYPE_DESCRIP_STRING 

Attribute Type Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.3

LDAPTYPE_AUDIO 

Audio, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.4

LDAPTYPE_BINARY 

Binary, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.5

LDAPTYPE_BIT_STRING 

Bit String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.6

LDAPTYPE_BOOLEAN 

Boolean, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.7

LDAPTYPE_CERTIFICATE 

Certificate, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.8

LDAPTYPE_CERTIFICATE_LIST 

Certificate List, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.9

LDAPTYPE_CERTIFICATE_PAIR 

Certificate Pair, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.10

LDAPTYPE_COUNTRY_STRING 

Country String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.11

LDAPTYPE_DN_STRING 

DN, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.12

LDAPTYPE_DATA_QUALITY_SYNTAX 

Data Quality Syntax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.13

LDAPTYPE_DELIVERY_METHOD 

Delivery Method, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.14

LDAPTYPE_DIRECTORY_STRING 

Directory String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.15

LDAPTYPE_DIR_CONTENT_RULE_DESCRIPTION 

DIT Content Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.16

LDAPTYPE_DIT_STRUCTURE_RULE_DESCRIPTION 

DIT Structure Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.17

LDAPTYPE_DL_SUBMIT_PERMISSION 

DL Submit Permission, corresponding to OID Y 1.3.6.1.4.1.1466.115.121.1.18

LDAPTYPE_DSA_QUALITY_SYNTAX 

DSA Quality Syntax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.19

LDAPTYPE_DSE_TYPE 

DSE Type, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.20

LDAPTYPE_ENHANCED_GUIDE 

Enhanced Guide, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.21

LDAPTYPE_FAX_TEL_NUMBER 

Facsimile Telephone Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.22

LDAPTYPE_FAX 

Fax, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.23

LDAPTYPE_GENERALIZED_TIME 

Generalized Time, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.24

LDAPTYPE_GUIDE 

Guide, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.25

LDAPTYPE_IA5_STRING 

IA5 String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.26

LDAPTYPE_INTEGER 

INTEGER, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.27

LDAPTYPE_JPEG 

JPEG, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.28

LDAPTYPE_LDAP_SYNTAX_DESCRIPTION 

LDAP Syntax Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.54

LDAPTYPE_LDAP_SCHEMA_DEFINITION 

LDAP Schema Definition, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.56

LDAPTYPE_LDAP_SCHEMA_DESCRIPTION 

LDAP Schema Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.57

LDAPTYPE_MASTER_AND_SHADOW_ACCESS_POINTS 

Master And Shadow Access Points, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.29

LDAPTYPE_MATCHING_RULE_DESCRIPTION 

Matching Rule Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.30

LDAPTYPE_MATCHING_RULE_USE_DESCRIPTION 

Matching Rule Use Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.31

LDAPTYPE_MAIL_PREFERENCE 

Mail Preference, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.32

LDAPTYPE_MHS_OR_ADDRESS 

MHS OR Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.33

LDAPTYPE_MODIFY_RIGHTS 

Modify Rights, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.55

LDAPTYPE_NAME_AND_OPTIONAL_UID 

Name And Optional UID, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.34

LDAPTYPE_NAME_FORM_DESCRIPTION 

Name Form Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.35

LDAPTYPE_NUMERIC_STRING 

Numeric String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.36

LDAPTYPE_OBJECT_CLASS_DESCRIP_STRING 

Object Class Description, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.37

LDAPTYPE_OCTET_STRING 

Octet String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.40

LDAPTYPE_OID 

OID, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.38

LDAPTYPE_MAILBOX 

Other Mailbox, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.39

LDAPTYPE_POSTAL_ADDRESS 

Postal Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.41

LDAPTYPE_PROTOCOL_INFORMATION 

Protocol Information, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.42

LDAPTYPE_PRESENTATION_ADDRESS 

Presentation Address, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.43

LDAPTYPE_PRINTABLE_STRING 

Printable String, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.44

LDAPTYPE_SUBSTRING_ASSERTION 

Substring Assertion, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.58

LDAPTYPE_SUBTREE_SPECIFICATION 

Subtree Specification, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.45

LDAPTYPE_SUPPLIER_INFORMATION 

Supplier Information, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.46

LDAPTYPE_SUPPLIER_OR_CONSUMER 

Supplier Or Consumer, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.47

LDAPTYPE_SUPPLIER_AND_CONSUMER 

Supplier And Consumer, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.48

LDAPTYPE_SUPPORTED_ALGORITHM 

Supported Algorithm, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.49

LDAPTYPE_TELEPHONE_NUMBER 

Telephone Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.50

LDAPTYPE_TELEX_TERMINAL_ID 

Teletex Terminal Identifier, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.51

LDAPTYPE_TELEX_NUMBER 

Telex Number, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.52

LDAPTYPE_UTC_TIME 

UTC Time, corresponding to OID 1.3.6.1.4.1.1466.115.121.1.53

LDAPTYPE_TIMESTAMP 

The data is of a time stamp in seconds.

Deprecated As Of Version: 5.7
Reason: This value was accidently carried over from the win-sc:EntityItemAdstypeType as it was used as a template for the ind-sc:EntityItemLdaptypeType.
Comment: This value has been deprecated and will be removed in version 6.0 of the language.

LDAPTYPE_EMAIL 

The data is of an e-mail message.

Deprecated As Of Version: 5.7
Reason: This value was accidently carried over from the win-sc:EntityItemAdstypeType as it was used as a template for the ind-sc:EntityItemLdaptypeType.
Comment: This value has been deprecated and will be removed in version 6.0 of the language.

 

The empty string value is permitted here to allow for detailed error reporting.


== EntityItemWindowsViewType ==

The EntityItemWindowsViewType restricts a string value to a specific set of values: 32-bit and 64-bit. These values describe the different values possible for the windows view behavior.

Restricts: oval-sc:EntityItemStringType

Value Description

32_bit 

Indicates the 32_bit windows view.

64_bit 

Indicates the 64_bit windows view.

 

The empty string value is permitted here to allow for empty elements associated with variable references.